Schema RateQuote.xsd


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


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/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/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 


schema location:  http://www.con-way.com/XML/ServiceCenterTypes.xsd
 
Elements  Complex types  Simple types 
ServiceCenter  ServiceCenterType  ZoneRatingType 
SIC  USPortType  ZoneType 
USPort  ZoneItemType 


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/ComponentTypes.xsd
 
Elements  Simple types 
Component  ComponentType 


element RateQuote
diagram
properties
content complex
children Error OriginZip DestinationZip ChargeCode Item DeficitWeight ItemTotal AccessorialCharges Discount NetCharge TransitTime Guaranteed EffectiveDate ConfirmNmbr Disclaimer TotalCubeVolume USPort
attributes
Name  Type  Use  Default  Fixed  Annotation
schemaVersion  SchemaVersionTyperequired      
source
<xs:element name="RateQuote">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="Error"/>
      <xs:sequence>
        <xs:element ref="OriginZip"/>
        <xs:element ref="DestinationZip"/>
        <xs:element ref="ChargeCode"/>
        <xs:element name="Item" maxOccurs="unbounded">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="CmdtyClass"/>
              <xs:element name="Weight" type="WeightWithUnitType"/>
              <xs:element ref="Rate"/>
              <xs:element ref="Charge"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="DeficitWeight" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="DeficitWeightNmbr" type="WeightWithUnitType"/>
              <xs:element name="DeficitWeightRate" type="CurrencyWithDenominationType"/>
              <xs:element name="DeficitWeightCharge" type="CurrencyWithDenominationType"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="ItemTotal">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="TotalWeight" type="WeightWithUnitType"/>
              <xs:element name="TotalCharge" type="CurrencyWithDenominationType"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="AccessorialCharges">
          <xs:complexType>
            <xs:sequence>
              <xs:choice maxOccurs="3">
                <xs:element name="FuelSurcharge" type="FuelSurchargeType"/>
                <xs:element name="OtherAccessorialCharges" type="AccessorialChargeType" minOccurs="0" maxOccurs="8"/>
              </xs:choice>
              <xs:element name="TotalAccessorialCharges" type="CurrencyWithDenominationType"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element ref="Discount"/>
        <xs:element name="NetCharge" type="CurrencyWithDenominationType" maxOccurs="unbounded"/>
        <xs:element name="TransitTime" type="xs:string"/>
        <xs:element name="Guaranteed" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="GuaranteedAvailable" type="YesNoType"/>
              <xs:element name="GuaranteedCharge" type="CurrencyWithDenominationType"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="EffectiveDate" type="DateMMDDYYType"/>
        <xs:element name="ConfirmNmbr" type="xs:positiveInteger" minOccurs="0"/>
        <xs:element name="Disclaimer" type="xs:string"/>
        <xs:element ref="TotalCubeVolume" minOccurs="0"/>
        <xs:element ref="USPort" minOccurs="0"/>
      </xs:sequence>
    </xs:choice>
    <xs:attribute name="schemaVersion" type="SchemaVersionType" use="required"/>
  </xs:complexType>
</xs:element>

element RateQuote/Item
diagram
properties
isRef 0
content complex
children CmdtyClass Weight Rate Charge
source
<xs:element name="Item" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="CmdtyClass"/>
      <xs:element name="Weight" type="WeightWithUnitType"/>
      <xs:element ref="Rate"/>
      <xs:element ref="Charge"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element RateQuote/Item/Weight
diagram
type WeightWithUnitType
properties
isRef 0
content complex
facets
minInclusive 1
maxInclusive 999999
attributes
Name  Type  Use  Default  Fixed  Annotation
unit  WeightUnitTypeoptional  lbs    
source
<xs:element name="Weight" type="WeightWithUnitType"/>

element RateQuote/DeficitWeight
diagram
properties
isRef 0
content complex
children DeficitWeightNmbr DeficitWeightRate DeficitWeightCharge
source
<xs:element name="DeficitWeight" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="DeficitWeightNmbr" type="WeightWithUnitType"/>
      <xs:element name="DeficitWeightRate" type="CurrencyWithDenominationType"/>
      <xs:element name="DeficitWeightCharge" type="CurrencyWithDenominationType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element RateQuote/DeficitWeight/DeficitWeightNmbr
diagram
type WeightWithUnitType
properties
isRef 0
content complex
facets
minInclusive 1
maxInclusive 999999
attributes
Name  Type  Use  Default  Fixed  Annotation
unit  WeightUnitTypeoptional  lbs    
source
<xs:element name="DeficitWeightNmbr" type="WeightWithUnitType"/>

element RateQuote/DeficitWeight/DeficitWeightRate
diagram
type CurrencyWithDenominationType
properties
isRef 0
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    
source
<xs:element name="DeficitWeightRate" type="CurrencyWithDenominationType"/>

element RateQuote/DeficitWeight/DeficitWeightCharge
diagram
type CurrencyWithDenominationType
properties
isRef 0
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    
source
<xs:element name="DeficitWeightCharge" type="CurrencyWithDenominationType"/>

element RateQuote/ItemTotal
diagram
properties
isRef 0
content complex
children TotalWeight TotalCharge
source
<xs:element name="ItemTotal">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="TotalWeight" type="WeightWithUnitType"/>
      <xs:element name="TotalCharge" type="CurrencyWithDenominationType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element RateQuote/ItemTotal/TotalWeight
diagram
type WeightWithUnitType
properties
isRef 0
content complex
facets
minInclusive 1
maxInclusive 999999
attributes
Name  Type  Use  Default  Fixed  Annotation
unit  WeightUnitTypeoptional  lbs    
source
<xs:element name="TotalWeight" type="WeightWithUnitType"/>

element RateQuote/ItemTotal/TotalCharge
diagram
type CurrencyWithDenominationType
properties
isRef 0
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    
source
<xs:element name="TotalCharge" type="CurrencyWithDenominationType"/>

element RateQuote/AccessorialCharges
diagram
properties
isRef 0
content complex
children FuelSurcharge OtherAccessorialCharges TotalAccessorialCharges
source
<xs:element name="AccessorialCharges">
  <xs:complexType>
    <xs:sequence>
      <xs:choice maxOccurs="3">
        <xs:element name="FuelSurcharge" type="FuelSurchargeType"/>
        <xs:element name="OtherAccessorialCharges" type="AccessorialChargeType" minOccurs="0" maxOccurs="8"/>
      </xs:choice>
      <xs:element name="TotalAccessorialCharges" type="CurrencyWithDenominationType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element RateQuote/AccessorialCharges/FuelSurcharge
diagram
type FuelSurchargeType
properties
isRef 0
content complex