Schema ImageResponse.xsd


schema location:  http://www.con-way.com/XML/ImageResponse.xsd
 
Elements 
ImageResponse 


schema location:  http://www.con-way.com/XML/ShipmentTypes.xsd
 
Elements  Complex types  Simple types 
AccessorialCode  AccessorialChargeType  AccessorialCodeType 
Carrier  AccessorialType  AccessorialNameType 
Charge  BOLAccessorialType  BOLAccessorialCodeType 
ChargeCode  CarrierType  CAXPackageTypeType 
ChargeCodeStatus  CODType  ChargeCodeStatusType 
CmdtyClass  CurrencyWithDenominationType  ChargeCodeType 
CustRefNmbrs  CustRefNmbrsType  CmdtyClassType 
Discount  DimensionWithUnitType  CurrencyDenominationType 
DriverName  DiscountType  CurrencyType 
Height  FuelSurchargeType  DimensionType 
Length  ItemType  DimensionUnitType 
ParentPRONumber  PickupRequestType  PackageTypeType 
PRONmbr  ServiceExceptionType  PercentageType 
PRONumber  StatusType  PmtTypeType 
Quantity  SuppRefNmbrType  PRONumberType 
Rate  VolumeWithUnitType  QuantityType 
ServiceException  WeightWithUnitType  RatingAccessorialCodeType 
ServiceIndicator  RefNmbrType 
ServiceLevel  ResponseOptionType 
Status  ServiceIndicatorType 
TotalCharges  ServiceLevelType 
TotalCubeVolume  ShipCodeType 
TotalQuantity  SpecialRefNmbrKeyType 
TotalWeight  UnitOfMeasureType 
TractorCode  VolumeType 
TrailerCode  VolumeUnitType 
Weight  WeightType 
Width  WeightUnitType 


schema location:  http://www.con-way.com/XML/ImageTypes.xsd
 
Simple types 
ImageFormatType 
ImageTypeType 


schema location:  http://www.con-way.com/XML/CustomerTypes.xsd
 
Elements  Complex types  Simple types 
BillTo  CustomerType  CustNmbrType 
BillToAddr  EmailAddressBlankAllowedType 
BillToCity  EmailAddressType 
BillToCustNmbr  PhoneBlankAllowedType 
BillToEmail  PhoneExtensionType 
BillToName  PhoneType 
BillToName2  UserIdType 
BillToPhone  USPhoneExtOptionalType 
CODremitTo 
CODremitToAddr 
CODremitToCity 
CODremitToCustNmbr 
CODremitToEmail 
CODremitToName 
CODremitToName2 
CODremitToPhone 
Consignee 
ConsigneeAddr 
ConsigneeCity 
ConsigneeCustNmbr 
ConsigneeEmail 
ConsigneeName 
ConsigneeName2 
ConsigneePhone 
ContactPhone 
CustNmbr 
Customer 
CustomerNumber 
Email 
Name 
Name2 
Phone 
RequesterName 
RequesterPhone 
Shipper 
ShipperAddr 
ShipperCity 
ShipperCustNmbr 
ShipperEmail 
ShipperName 
ShipperName2 
ShipperPhone 


schema location:  http://www.con-way.com/XML/GenericTypes.xsd
 
Elements  Complex types  Simple types 
DateMMDDYY  ErrorType  BlankType 
Error  CONWAYTermsType 
DateMMDDYYType 
DateMMDDYYYYType 
FreeFormStringType 
IP 
OnOffType 
SchemaVersionType 
TimeHHMMType 
YesNoType 
YNType 


schema location:  http://www.con-way.com/XML/LocationTypes.xsd
 
Elements  Complex types  Simple types 
Addr  AddressType  AddrType 
Address  CNAddressType  CityType 
BillToState  CNStatePairType  CNCountryCodeType 
BillToZip  MXAddressType  CNPostalCodeType 
City  MXStatePairType  CNStateCodeType 
CNAddress  PostalCodeWithCountryType  CNStateNameType 
CNCountryCode  StatePairType  CountryCodeType 
CNPostalCode  USAddressType  CountryNameType 
CNStateCode  USCNAddressType  MXCountryCodeType 
CNStateName  USCNPostalCodeWithCountryType  MXPostalCodeType 
CNStatePair  USStatePairType  MXStateCodeType 
CODremitToState  MXStateNameType 
CODremitToZip  NameType 
ConsigneeState  PostalCodeType 
ConsigneeZip  StateCodeType 
CountryCode  StateNameType 
CountryName  USCNCountryCodeType 
DestinationZip  USCNPostalCodeType 
MXAddress  USCNStateCodeType 
MXCountryCode  USCNStateNameType 
MXPostalCode  USCountryCodeType 
MXStateCode  USPostalCodeType 
MXStateName  USStateCodeType 
MXStatePair  USStateNameType 
OriginZip 
PostalCode 
ShipperState 
ShipperZip 
State 
StateCode 
StateName 
StatePair 
USAddress 
USCNAddress 
USCNCountryCode 
USCNPostalCode 
USCNStateCode 
USCNStateName 
USCountryCode 
USPostalCode 
USStateCode 
USStateName 
USStatePair 
Zip 


element ImageResponse
diagram
properties
content complex
id ImageResponse
children Error Image
source
<xs:element name="ImageResponse" id="ImageResponse">
  <xs:complexType>
    <xs:choice>
      <xs:element name="Error" type="ErrorType" id="ImageResponse_Error"/>
      <xs:sequence>
        <xs:element name="Image" id="ImageResponse_Image" maxOccurs="unbounded">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="PRONumber" type="PRONumberType" id="ImageResponse_Image_PRONumber"/>
              <xs:element name="ImageType" type="ImageTypeType" id="ImageResponse_Image_ImageType"/>
              <xs:element name="ImageFormat" type="ImageFormatType" default="pdf" id="ImageResponse_Image_ImageFormat"/>
              <xs:choice>
                <xs:element name="ImageData" type="xs:base64Binary" id="ImageResponse_Image_ImageData" maxOccurs="unbounded"/>
                <xs:element name="Error" type="ErrorType" id="ImageResponse_Image_Error"/>
              </xs:choice>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:choice>
  </xs:complexType>
</xs:element>

element ImageResponse/Error
diagram
type ErrorType
properties
isRef 0
content complex
id ImageResponse_Error
attributes
Name  Type  Use  Default  Fixed  Annotation
returncode  xs:stringoptional      
reasoncode  xs:stringoptional      
source
<xs:element name="Error" type="ErrorType" id="ImageResponse_Error"/>

element ImageResponse/Image
diagram
properties
isRef 0
content complex
id ImageResponse_Image
children PRONumber ImageType ImageFormat ImageData Error
source
<xs:element name="Image" id="ImageResponse_Image" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="PRONumber" type="PRONumberType" id="ImageResponse_Image_PRONumber"/>
      <xs:element name="ImageType" type="ImageTypeType" id="ImageResponse_Image_ImageType"/>
      <xs:element name="ImageFormat" type="ImageFormatType" default="pdf" id="ImageResponse_Image_ImageFormat"/>
      <xs:choice>
        <xs:element name="ImageData" type="xs:base64Binary" id="ImageResponse_Image_ImageData" maxOccurs="unbounded"/>
        <xs:element name="Error" type="ErrorType" id="ImageResponse_Image_Error"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ImageResponse/Image/PRONumber
diagram
type PRONumberType
properties
isRef 0
content simple
id ImageResponse_Image_PRONumber
facets
maxLength 11
whiteSpace collapse
pattern \d{3}-\d{6}
pattern 0?\d{3}0?\d{6}
pattern \d{0}
source
<xs:element name="PRONumber" type="PRONumberType" id="ImageResponse_Image_PRONumber"/>

element ImageResponse/Image/ImageType
diagram
type ImageTypeType
properties
isRef 0
content simple
id ImageResponse_Image_ImageType
facets
maxLength 4
whiteSpace collapse
enumeration BL
enumeration CUST
enumeration DR
enumeration DRRR
enumeration IR
enumeration LOA
enumeration NCIC
enumeration WI
enumeration WRFO
enumeration 
source
<xs:element name="ImageType" type="ImageTypeType" id="ImageResponse_Image_ImageType"/>

element ImageResponse/Image/ImageFormat
diagram
type ImageFormatType
properties
isRef 0
content simple
default pdf
id ImageResponse_Image_ImageFormat
facets
maxLength 4
whiteSpace collapse
enumeration pdf
enumeration PDF
enumeration jpeg
enumeration JPEG
enumeration png
enumeration PNG
enumeration tiff
enumeration TIFF
source
<xs:element name="ImageFormat" type="ImageFormatType" default="pdf" id="ImageResponse_Image_ImageFormat"/>

element ImageResponse/Image/ImageData
diagram
type xs:base64Binary
properties
isRef 0
content simple
id ImageResponse_Image_ImageData
source
<xs:element name="ImageData" type="xs:base64Binary" id="ImageResponse_Image_ImageData" maxOccurs="unbounded"/>

element ImageResponse/Image/Error
diagram
type ErrorType
properties
isRef 0
content complex
id ImageResponse_Image_Error
attributes
Name  Type  Use  Default  Fixed  Annotation
returncode  xs:stringoptional      
reasoncode  xs:stringoptional      
source
<xs:element name="Error" type="ErrorType" id="ImageResponse_Image_Error"/>

element AccessorialCode
diagram
type AccessorialCodeType
properties
content simple
facets
length 3
whiteSpace collapse
pattern [A-Z]{3}
enumeration ACX
enumeration BLD
enumeration CBL
enumeration CCD
enumeration CIB
enumeration COD
enumeration CSD
enumeration DAH
enumeration DCF
enumeration DDW
enumeration DFL
enumeration DHC
enumeration DID
enumeration DLG
enumeration DMA
enumeration DMS
enumeration DNC
enumeration DPW
enumeration DRA
enumeration DRL
enumeration DRV
enumeration DSH
enumeration DSR
enumeration DST
enumeration DWD
enumeration ELD
enumeration ELO
enumeration ELS
enumeration EVC
enumeration EXC
enumeration FSC
enumeration GCD
enumeration GFR
enumeration GLF
enumeration GUR
enumeration HCC
enumeration HMD
enumeration HST
enumeration H05
enumeration NFS
enumeration OAH
enumeration OCF
enumeration ODD
enumeration ODW
enumeration OFL
enumeration OHB
enumeration OHF
enumeration OHO
enumeration OHP
enumeration OHW
enumeration OHZ
enumeration OIP
enumeration OLG
enumeration OMC
enumeration ONX
enumeration OPW
enumeration ORC
enumeration ORL
enumeration ORV
enumeration OSH
enumeration OSS
enumeration OST
enumeration PED
enumeration PEO
enumeration PFF
enumeration POD
enumeration P1A
enumeration QST
enumeration RCD
enumeration RCF
enumeration RCO
enumeration RED
enumeration RLC
enumeration RSD
enumeration RSO
enumeration SDK
enumeration SFC
enumeration SPD
enumeration SPO
enumeration SRT
enumeration SSC
enumeration SWC
enumeration UFS
enumeration WAP
enumeration XST
enumeration ZHM
enumeration 
annotation
documentation 
accessorial code validated by AccessorialType
source
<xs:element name="AccessorialCode" type="AccessorialCodeType">
  <xs:annotation>
    <xs:documentation>accessorial code validated by AccessorialType</xs:documentation>
  </xs:annotation>
</xs:element>

element Carrier
diagram
type CarrierType
properties
content complex
children SCAC CarrierName
annotation
documentation 
carrier info
source
<xs:element name="Carrier" type="CarrierType">
  <xs:annotation>
    <xs:documentation>carrier info</xs:documentation>
  </xs:annotation>
</xs:element>

element Charge
diagram
type CurrencyWithDenominationType
properties
content complex
facets
minLength 4
maxLength 15
whiteSpace collapse
pattern ($)?(\d{1,3},)?(\d{3})*,?(\d{1,3})(\.\d{2})?
attributes
Name  Type  Use  Default  Fixed  Annotation
currency  CurrencyDenominationTypeoptional  USD    
annotation
documentation 
Charge element validated by CurrencyWithDenominationType
source
<xs:element name="Charge" type="CurrencyWithDenominationType">
  <xs:annotation>
    <xs:documentation>Charge element validated by CurrencyWithDenominationType</xs:documentation>
  </xs:annotation>
</xs:element>

element ChargeCode
diagram
type ChargeCodeType
properties
content simple
facets
length 1
whiteSpace collapse
enumeration P
enumeration C
annotation
documentation 
charge code validated by ChargeCodeType
source
<x