schema location: | C:\my documents\NAXML\Published\NAXML-TransportationXSD.xsd |
Elements |
AllowanceOrChargeReason |
BillOfLading |
Destination |
Equipment |
LineItem |
NAXML-Transportation |
Terminal |
schema location: | C:\my documents\NAXML\Published\NAXML-DataDictionaryXSD.xsd |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="AllowanceOrChargeReason" type="xsd:string"/> |
diagram | ![]() |
||
children | Terminal Consignor BillTo Carrier Driver Equipment ShipTo BillOfLadingNumber PurchaseOrderNumber ReleaseNumber GateDateIn GateTimeIn StartLoadDate StartLoadTime EndLoadDate EndLoadTime Destination FuelProductSummary | ||
used by |
|
||
source | <xsd:element name="BillOfLading"> <xsd:complexType> <xsd:sequence> <xsd:element ref="Terminal"/> <xsd:element ref="Consignor"/> <xsd:element ref="BillTo"/> <xsd:element ref="Carrier"/> <xsd:element ref="Driver"/> <xsd:element ref="Equipment"/> <xsd:element ref="ShipTo"/> <xsd:element ref="BillOfLadingNumber"/> <xsd:element ref="PurchaseOrderNumber"/> <xsd:element ref="ReleaseNumber"/> <xsd:element ref="GateDateIn"/> <xsd:element ref="GateTimeIn"/> <xsd:element ref="StartLoadDate"/> <xsd:element ref="StartLoadTime"/> <xsd:element ref="EndLoadDate"/> <xsd:element ref="EndLoadTime"/> <xsd:element ref="Destination"/> <xsd:element ref="FuelProductSummary"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||
children | LineItem | ||||||||||||||||||||
used by |
|
||||||||||||||||||||
attributes |
|
||||||||||||||||||||
source | <xsd:element name="Destination"> <xsd:complexType> <xsd:sequence> <xsd:element ref="LineItem" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="city" type="xsd:string"/> <xsd:attribute name="state" type="xsd:string" use="required"/> <xsd:attribute name="county" type="xsd:string"/> <xsd:attribute name="SPLC" type="xsd:string"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
children | TruckId TrailerId RailCarId BargeId | ||
used by |
|
||
source | <xsd:element name="Equipment"> <xsd:complexType> <xsd:sequence> <xsd:element ref="TruckId"/> <xsd:element ref="TrailerId" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="RailCarId" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="BargeId" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
children | FuelProductId FuelProductQty FuelProductAdditiveOrBlend FuelProductCharacteristics TruckTrailerCompartmentId | ||||||||
used by |
|
||||||||
attributes |
|
||||||||
source | <xsd:element name="LineItem"> <xsd:complexType> <xsd:sequence> <xsd:element ref="FuelProductId"/> <xsd:element ref="FuelProductQty" maxOccurs="unbounded"/> <xsd:element ref="FuelProductAdditiveOrBlend"/> <xsd:element ref="FuelProductCharacteristics"/> <xsd:element ref="TruckTrailerCompartmentId"/> </xsd:sequence> <xsd:attribute name="count" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
children | TransmissionHeader BillOfLading | ||||||||
attributes |
|
||||||||
source | <xsd:element name="NAXML-Transportation"> <xsd:complexType> <xsd:sequence> <xsd:element ref="TransmissionHeader"/> <xsd:element ref="BillOfLading"/> </xsd:sequence> <xsd:attribute name="version" type="xsd:string" use="fixed" value="1.0"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||
children | TerminalControlNumber | ||||
used by |
|
||||
source | <xsd:element name="Terminal"> <xsd:complexType> <xsd:sequence> <xsd:element ref="TerminalControlNumber"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="Address" type="xsd:string"/> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
used by |
|
||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="AllowanceAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string"/> <xsd:attribute name="currency" type="xsd:string"/> <xsd:attribute name="quantity" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
children | AllowanceOrChargeReason AllowanceAmt ChargeAmt |
source | <xsd:element name="AllowanceOrCharge"> <xsd:complexType> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:element ref="AllowanceOrChargeReason"/> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element ref="AllowanceAmt"/> <xsd:element ref="ChargeAmt"/> </xsd:choice> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="AllowanceOrChargeAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="currency" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="BargeId" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="BatchDate" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="BatchNumber" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="BillOfLadingNumber" type="xsd:string"/> |
diagram | ![]() |
||
children | Name Address City State PostalCode Contact OrganizationId | ||
used by |
|
||
source | <xsd:element name="BillTo"> <xsd:complexType> <xsd:sequence> <xsd:group ref="PartyInfo"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
children | Name Address City State PostalCode Contact OrganizationId | ||
used by |
|
||
source | <xsd:element name="Buyer"> <xsd:complexType> <xsd:sequence> <xsd:group ref="PartyInfo"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||
type | extension of xsd:string | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="BuyersCost"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string"/> <xsd:attribute name="currency" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="CardAccountNumber" type="xsd:string"/> |
diagram | ![]() |
||
children | Name Address City State PostalCode Contact OrganizationId | ||
used by |
|
||
source | <xsd:element name="Carrier"> <xsd:complexType> <xsd:sequence> <xsd:group ref="PartyInfo"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="CarrierRefNumber" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="CBRContactInfo" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="CBRReason" type="xsd:string"/> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
used by |
|
||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="ChargeAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> <xsd:attribute name="currency" type="xsd:string"/> <xsd:attribute name="quantity" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="ChargebackDueDate" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="City" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="ClassOfTrade" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="ConfirmationNumber" type="xsd:string"/> |
diagram | ![]() |
||
children | Name Address City State PostalCode Contact OrganizationId | ||
used by |
|
||
source | <xsd:element name="Consignor"> <xsd:complexType> <xsd:sequence> <xsd:group ref="PartyInfo"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||
children | ContactType Name Fax Email Phone | ||||
used by |
|
||||
source | <xsd:element name="Contact"> <xsd:complexType> <xsd:sequence> <xsd:group ref="ContactInfo"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
used by |
|
||||||||
attributes |
|
||||||||
source | <xsd:element name="ContactType"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="role" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||
type | extension of xsd:string | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="CostValue"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="currency" type="xsd:string"/> <xsd:attribute name="taxIncluded" use="default" value="Yes"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Yes"/> <xsd:enumeration value="No"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="CreditCardAccountNumber" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="CreditCardType" type="xsd:string"/> |
diagram | ![]() |
||||||||
attributes |
|
||||||||
source | <xsd:element name="CrindIndicator"> <xsd:complexType> <xsd:attribute name="identType" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
attributes |
|
||||||||
source | <xsd:element name="Currency"> <xsd:complexType> <xsd:attribute name="code" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="DateActivated" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="DateSettled" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="DateSold" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="DeferredPaymentDate" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="DeliveryDateAndTime" type="xsd:string"/> |
diagram | ![]() |
||||||||
children | DiscountDueDate DiscountAmt DiscountPercent InvoiceAfterDiscountNetDueAmt | ||||||||
attributes |
|
||||||||
source | <xsd:element name="Discount"> <xsd:complexType> <xsd:sequence> <xsd:element ref="DiscountDueDate" minOccurs="0"/> <xsd:element ref="DiscountAmt" minOccurs="0"/> <xsd:element ref="DiscountPercent" minOccurs="0"/> <xsd:element ref="InvoiceAfterDiscountNetDueAmt" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="applies" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="DiscountAllowancePerUnitAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="currency" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
used by |
|
||||||||
attributes |
|
||||||||
source | <xsd:element name="DiscountAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="currency" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="DiscountDueDate" type="xsd:string"/> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="DiscountMinimumQty"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="DiscountPercent" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="DraftDate" type="xsd:string"/> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
used by |
|
||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="Driver"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" type="xsd:string" use="required"/> <xsd:attribute name="issuer" type="xsd:string" use="required"/> <xsd:attribute name="ident" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="EffectiveDate" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="EffectiveTime" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="Email" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="EndDate" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="EndLoadDate" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="EndLoadTime" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="Fax" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="FirstOrderDate" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="FirstShipDate" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="FleetCardAccountNumber" type="xsd:string"/> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="FreeGoodsQty"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
used by |
|
||||||||
attributes |
|
||||||||
source | <xsd:element name="FuelProductAdditiveOrBlend"> <xsd:complexType> <xsd:attribute name="ident" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="NoBlendOrAlteration"/> <xsd:enumeration value="TruckBlendedWithAnotherProduct"/> <xsd:enumeration value="ContainsAdditive"/> <xsd:enumeration value="BlendedAndContainsAdditive"/> <xsd:enumeration value="ContainsDetergentAdditive"/> <xsd:enumeration value="24HourBlend"/> <xsd:enumeration value="ContainsIVDDetergentAdditive"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||||||
type | extension of xsd:string | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xsd:element name="FuelProductCharacteristics"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="RVP" type="xsd:string"/> <xsd:attribute name="OXY" type="xsd:string"/> <xsd:attribute name="RFG" type="xsd:string"/> <xsd:attribute name="temperature" type="xsd:string"/> <xsd:attribute name="specificGravity" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="FuelProductCostExTax" type="xsd:string"/> |
diagram | ![]() |
||||||||||||||||||||
type | extension of xsd:string | ||||||||||||||||||||
used by |
|
||||||||||||||||||||
attributes |
|
||||||||||||||||||||
source | <xsd:element name="FuelProductId"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" type="xsd:string" use="required"/> <xsd:attribute name="finished" type="xsd:string"/> <xsd:attribute name="component" type="xsd:string"/> <xsd:attribute name="ident" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
used by |
|
||||||||
attributes |
|
||||||||
source | <xsd:element name="FuelProductQty"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="GrossGallons"/> <xsd:enumeration value="NetGallons"/> <xsd:enumeration value="Barrels"/> <xsd:enumeration value="Liters"/> <xsd:enumeration value="Pounds"/> <xsd:enumeration value="CubicCentimeters"/> <xsd:enumeration value="Thousandths"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="FuelProductSpecs"> <xsd:complexType> <xsd:attribute name="RFG" type="xsd:string" use="required"/> <xsd:attribute name="RVP" type="xsd:string" use="required"/> <xsd:attribute name="oxy" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
children | LineItems TotalFuelProductQty | ||
used by |
|
||
source | <xsd:element name="FuelProductSummary"> <xsd:complexType> <xsd:sequence> <xsd:element ref="LineItems"/> <xsd:element ref="TotalFuelProductQty" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="FuelProductTankDrop" type="xsd:string"/> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="GameDescription"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="gameType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Scratch"/> <xsd:enumeration value="Online"/> <xsd:enumeration value="PullTab"/> <xsd:enumeration value="Other"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||
type | extension of xsd:string | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="GameId"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Pack-Book_Number"/> <xsd:enumeration value="Tickets"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="ident" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="GateDateIn" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="GateTimeIn" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="InnerPack" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="InvoiceAfterDiscountNetDueAmt" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="InvoiceDate" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="InvoiceDescription" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="InvoiceDueDate" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="InvoiceNumber" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="InvoiceType" type="xsd:string"/> |
diagram | ![]() |
||||||||||||
type | extension of xsd:string | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="InvoiceUnitCost"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="currency" type="xsd:string"/> <xsd:attribute name="taxIncluded" use="default" value="Yes"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Yes"/> <xsd:enumeration value="No"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="InvoiceUnitDescription" type="xsd:string"/> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="InvoiceUnitId"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="GTIN"/> <xsd:enumeration value="VIN"/> <xsd:enumeration value="Other"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="InvoiceUnitQty"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="fuelUOMBasis"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Gross_Gallons"/> <xsd:enumeration value="Net_Gallons"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="lotteryUOMBasis"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Packs"/> <xsd:enumeration value="Tickets"/> <xsd:enumeration value="GrossSales"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="cstoreUOMBasis" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="LastOrderDate" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="LastShipDate" type="xsd:string"/> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="LineItemGrossAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Credit"/> <xsd:enumeration value="Debit"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="amount" type="xsd:string"/> <xsd:attribute name="currency" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="LineItemNetAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Credit"/> <xsd:enumeration value="Debit"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="amount" type="xsd:string"/> <xsd:attribute name="currency" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
used by |
|
||||||||
attributes |
|
||||||||
source | <xsd:element name="LineItems"> <xsd:complexType> <xsd:attribute name="count" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="LoadingDateAndTime" type="xsd:string"/> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="LocationTotalInvoiceDueAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Credit"/> <xsd:enumeration value="Debit"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="LocationTotalLineItemNetAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Credit"/> <xsd:enumeration value="Debit"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="amount" type="xsd:string"/> <xsd:attribute name="currency" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="MarketerSubmittedTotalBatchAmt" type="xsd:string"/> |
diagram | ![]() |
||||||||||||
type | extension of xsd:string | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="MarketId"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="All"/> <xsd:enumeration value="Area"/> <xsd:enumeration value="Location"/> <xsd:enumeration value="State"/> <xsd:enumeration value="PostalCode"/> <xsd:enumeration value="Other"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="identRole"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Supplier"/> <xsd:enumeration value="Buyer"/> <xsd:enumeration value="Manufacturer"/> <xsd:enumeration value="Other"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="MinimumOrderQty" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="MinimumPurchaseQty" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="MinimumPurchaseQtyRequired" type="xsd:string"/> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="MinimumShipQty"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
used by |
|
||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="Name"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" type="xsd:string"/> <xsd:attribute name="ident" type="xsd:string"/> <xsd:attribute name="SPLC" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="NetChange" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="OrderDate" type="xsd:string"/> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
used by |
|
||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="OrganizationId"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" type="xsd:string"/> <xsd:attribute name="ident" type="xsd:string"/> <xsd:attribute name="assignedBy" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
children | Name Address City State PostalCode Contact OrganizationId | ||
used by |
|
||
source | <xsd:element name="Other"> <xsd:complexType> <xsd:sequence> <xsd:group ref="PartyInfo"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="OuterPack" type="xsd:string"/> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="PackageDepth"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="PackageGrossWeight"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="PackageHeight"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="PackageNetContent"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="PackageNetWeight"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="PackageSize"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Retail"/> <xsd:enumeration value="Ship"/> <xsd:enumeration value="Inner"/> <xsd:enumeration value="Outer"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="PackageSizeMultiplier" type="xsd:string"/> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="PackageVolume"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="PackageWidth"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="PackagingMaterialType" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="PackagingType" type="xsd:string"/> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="PackNumber"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="dateSettled" type="xsd:string"/> <xsd:attribute name="startingTicketNumber" type="xsd:string"/> <xsd:attribute name="endingTicketNumber" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="PackQty" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="PackSize" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="PackSizeMultiplier" type="xsd:string"/> |
diagram | ![]() |
children | Supplier Buyer Other Terminal |
source | <xsd:element name="Parties"> <xsd:complexType> <xsd:sequence> <xsd:group ref="PartyId"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="PartyId" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="PaymentDate" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="Phone" type="xsd:string"/> |
diagram | ![]() |
||||||||
attributes |
|
||||||||
source | <xsd:element name="PosPaper"> <xsd:complexType> <xsd:attribute name="identType" use="default" value="POS"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="POS"/> <xsd:enumeration value="Paper"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="PostalCode" type="xsd:string"/> |
diagram | ![]() |
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="Product"> <xsd:complexType> <xsd:attribute name="volume" type="xsd:string" use="required"/> <xsd:attribute name="ident" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="PromoConditionOption"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="count" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||
type | extension of xsd:string | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="PromoConditionRequirement"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="actionType" type="xsd:string" use="required"/> <xsd:attribute name="value" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="PromoPurchaseUnitId"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="VIN"/> <xsd:enumeration value="PLU"/> <xsd:enumeration value="GTIN"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="ident" type="xsd:string"/> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="PromoPurchaseUnitQty"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="VIN"/> <xsd:enumeration value="PLU"/> <xsd:enumeration value="GTIN"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="ident" type="xsd:string" use="required"/> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="PromoQuantityDiscount"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
attributes |
|
||||||||
source | <xsd:element name="PromotionIndicator"> <xsd:complexType> <xsd:attribute name="identType" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="PromotionOption" type="xsd:string"/> |
diagram | ![]() |
||||||||||||
type | extension of xsd:string | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="PromotionPeriod"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="startDate" type="xsd:string" use="required"/> <xsd:attribute name="endDate" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||
type | extension of xsd:string | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="PromotionStatus"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="actionType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Confirm"/> <xsd:enumeration value="Accept"/> <xsd:enumeration value="Delete"/> <xsd:enumeration value="Restore"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="identPromo" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="PurchaseOrderDate" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="PurchaseOrderNumber" type="xsd:string"/> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="PurchaseOrderQty"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="PurchaseOrderUnitId"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="GTIN"/> <xsd:enumeration value="VIN"/> <xsd:enumeration value="Other"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="ident" type="xsd:string"/> <xsd:attribute name="UOMBasis" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="PurchaseOrderUnitQty"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="GTIN"/> <xsd:enumeration value="VIN"/> <xsd:enumeration value="PLU"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="ident" type="xsd:string"/> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="PurchaseUnitId"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="VIN"/> <xsd:enumeration value="PLU"/> <xsd:enumeration value="GTIN"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="ident" type="xsd:string"/> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="PurchaseUnitQty"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="VIN"/> <xsd:enumeration value="PLU"/> <xsd:enumeration value="GTIN"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="ident" type="xsd:string"/> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="RackPrice" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="RailCarId" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="ReferenceDate" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="ReferenceNumber" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="ReleaseNumber" type="xsd:string"/> |
diagram | ![]() |
children | RemitTo RemitToAddress |
source | <xsd:element name="Remit"> <xsd:complexType> <xsd:sequence> <xsd:element ref="RemitTo"/> <xsd:element ref="RemitToAddress" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="RemitTo" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="RemitToAddress" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="ReportPeriod" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="RequestedDeliveryDate" type="xsd:string"/> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="RequestedDeliveryTime"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="ident" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="RequestedPickupDate" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="RequestedPickupTime" type="xsd:string"/> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="RetailInventoryValue"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="currency" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="RetailPrice"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="currency" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||
type | extension of xsd:string | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="RetailUnitId"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="VIN"/> <xsd:enumeration value="PLU"/> <xsd:enumeration value="GTIN"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="ident" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="RetailUnitQty"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="VIN"/> <xsd:enumeration value="PLU"/> <xsd:enumeration value="GTIN"/> <xsd:enumeration value="Other"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="ident" type="xsd:string"/> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="SequenceNumber" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="SettlementDate" type="xsd:string"/> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="ShipperItemId"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="VIN"/> <xsd:enumeration value="PLU"/> <xsd:enumeration value="GTIN"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||
children | Name Address City State PostalCode Contact OrganizationId | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="ShipTo"> <xsd:complexType> <xsd:sequence> <xsd:group ref="PartyInfo"/> </xsd:sequence> <xsd:attribute name="identType" type="xsd:string" use="required"/> <xsd:attribute name="ident" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
children | Name Contact |
source | <xsd:element name="ShipToLocation"> <xsd:complexType> <xsd:sequence> <xsd:element ref="Name"/> <xsd:element ref="Contact"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="Size" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="StartLoadDate" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="StartLoadTime" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="State" type="xsd:string"/> |
diagram | ![]() |
||
children | Name Address City State PostalCode Contact OrganizationId | ||
used by |
|
||
source | <xsd:element name="Supplier"> <xsd:complexType> <xsd:sequence> <xsd:group ref="PartyInfo"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||
children | DeferredPaymentDate | ||||||||||||||||||||
attributes |
|
||||||||||||||||||||
source | <xsd:element name="Taxes"> <xsd:complexType mixed="true"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element ref="DeferredPaymentDate"/> </xsd:choice> <xsd:attribute name="taxable" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Yes"/> <xsd:enumeration value="No"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="taxType" type="xsd:string"/> <xsd:attribute name="taxAmount" type="xsd:string"/> <xsd:attribute name="UOMBasis" type="xsd:string"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="TerminalControlNumber" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="TerminalId" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="TerminationDate" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="TerminationTime" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="TermsOfSale" type="xsd:string"/> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="TermsType"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="ident" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="TicketCount" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="TicketNumber" type="xsd:string"/> |
diagram | ![]() |
||||||||
attributes |
|
||||||||
source | <xsd:element name="TotalAccountAmt"> <xsd:complexType> <xsd:attribute name="amount" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="TotalAdditionalAllowancesAndChargesNetAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Credit"/> <xsd:enumeration value="Debit"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="amount" type="xsd:string"/> <xsd:attribute name="currency" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="TotalAdditionalTaxesNetAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Credit"/> <xsd:enumeration value="Debit"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="amount" type="xsd:string"/> <xsd:attribute name="currency" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||
type | extension of xsd:string | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="TotalAllowanceOrChargeReasonAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string"/> <xsd:attribute name="quantity" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="TotalAllowancesAndChargesNetAmt" type="xsd:string"/> |
diagram | ![]() |
||||||||||||
type | extension of xsd:string | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="TotalBatchAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="amount" type="xsd:string" use="required"/> <xsd:attribute name="quantity" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="TotalCreditCardsNetAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Credit"/> <xsd:enumeration value="Debit"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="amount" type="xsd:string" use="required"/> <xsd:attribute name="currency" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="TotalCreditOrDebitAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Credit"/> <xsd:enumeration value="Debit"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="amount" type="xsd:string"/> <xsd:attribute name="currency" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
used by |
|
||||||||
attributes |
|
||||||||
source | <xsd:element name="TotalFuelProductQty"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="TotalInvoiceDueAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Credit"/> <xsd:enumeration value="Debit"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="TotalInvoicesDueAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Credit"/> <xsd:enumeration value="Debit"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="netAfterAllowanceOrChargeAmt" type="xsd:string"/> <xsd:attribute name="netAfterDiscountAmt" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="TotalInvoicesNetAmt"> <xsd:complexType> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Credit"/> <xsd:enumeration value="Debit"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="amount" type="xsd:string"/> <xsd:attribute name="currency" type="xsd:string"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="TotalInvoiceUnitNetAmt" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="TotalInvoiceUnitPaidTaxesAmt" type="xsd:string"/> |
diagram | ![]() |
||||||||
attributes |
|
||||||||
source | <xsd:element name="TotalInvoiceUnits"> <xsd:complexType> <xsd:attribute name="count" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="TotalLineItemNetAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Credit"/> <xsd:enumeration value="Debit"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="amount" type="xsd:string"/> <xsd:attribute name="currency" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||
type | extension of xsd:string | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="TotalPaymentNetAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Credit"/> <xsd:enumeration value="Debit"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="amount" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||
type | extension of xsd:string | ||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:element name="TotalPreDraftNetAmt"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Credit"/> <xsd:enumeration value="Debit"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="amount" type="xsd:string" use="required"/> <xsd:attribute name="currency" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="TotalTaxes" type="xsd:string"/> |
diagram | ![]() |
||||||||||||||||||||
attributes |
|
||||||||||||||||||||
source | <xsd:element name="TotalTransactionAmt"> <xsd:complexType> <xsd:attribute name="adjustment" type="xsd:string"/> <xsd:attribute name="net" type="xsd:string" use="required"/> <xsd:attribute name="gross" type="xsd:string" use="required"/> <xsd:attribute name="quantity" type="xsd:string"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="TotalWeight"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="TradeItemAlcoholPercentVolume"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="TradeItemClassificationId"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Category"/> <xsd:enumeration value="SubCategory"/> <xsd:enumeration value="Segment"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="TradeItemClassificationSystem" type="xsd:string"/> |
diagram | ![]() |
||||||||||||
type | extension of xsd:string | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="TradeItemDescription"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Manufacturer"/> <xsd:enumeration value="Brand"/> <xsd:enumeration value="POS"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="length" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="TradeItemFamilyCode" type="xsd:string"/> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="TradeItemId"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="VIN"/> <xsd:enumeration value="PLU"/> <xsd:enumeration value="GTIN"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
attributes |
|
||||||||
source | <xsd:element name="TradeItemMultiPack"> <xsd:complexType> <xsd:attribute name="yesOrNo"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Yes"/> <xsd:enumeration value="No"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
attributes |
|
||||||||
source | <xsd:element name="TradeItemOrderingUnitIndicator"> <xsd:complexType> <xsd:attribute name="yesOrNo" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Yes"/> <xsd:enumeration value="No"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
attributes |
|
||||||||
source | <xsd:element name="TradeItemPriceStatus"> <xsd:complexType> <xsd:attribute name="actionType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="AddNew"/> <xsd:enumeration value="Change"/> <xsd:enumeration value="Delete"/> <xsd:enumeration value="Restore"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="TradeItemPromotionStatus"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="actionType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Add"/> <xsd:enumeration value="Change"/> <xsd:enumeration value="Delete"/> <xsd:enumeration value="Restore"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="TradeItemReplacedById"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="VIN"/> <xsd:enumeration value="PLU"/> <xsd:enumeration value="GTIN"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="TradeItemReplacesId"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="type" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="VIN"/> <xsd:enumeration value="PLU"/> <xsd:enumeration value="GTIN"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="TradeItemShipper"> <xsd:complexType> <xsd:attribute name="yesOrNo" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Yes"/> <xsd:enumeration value="No"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="multiitem" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Yes"/> <xsd:enumeration value="No"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
attributes |
|
||||||||
source | <xsd:element name="TradeItemSize"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="UOMBasis" type="xsd:string" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||
attributes |
|
||||||||
source | <xsd:element name="TradeItemStatus"> <xsd:complexType> <xsd:attribute name="actionType" use="required"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="Add"/> <xsd:enumeration value="Change"/> <xsd:enumeration value="Delete"/> <xsd:enumeration value="Restore"/> <xsd:enumeration value="Existing"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="TrailerId" type="xsd:string"/> |
diagram | ![]() |
type | xsd:string |
source | <xsd:element name="TransactionDate" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="TransmissionDate" type="xsd:string"/> |
diagram | ![]() |
||||||||||||
type | extension of xsd:string | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="TransmissionDeliveryId"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="identType" type="xsd:string"/> <xsd:attribute name="ident" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
children | TransmissionId TransmissionDeliveryId TransmissionDate TransmissionTime TransmissionStatus | ||
used by |
|
||
source | <xsd:element name="TransmissionHeader"> <xsd:complexType> <xsd:sequence> <xsd:element ref="TransmissionId"/> <xsd:element ref="TransmissionDeliveryId" minOccurs="0"/> <xsd:element ref="TransmissionDate"/> <xsd:element ref="TransmissionTime"/> <xsd:element ref="TransmissionStatus"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="TransmissionId" type="xsd:string"/> |
diagram | ![]() |
||||||||
type | extension of xsd:string | ||||||||
used by |
|
||||||||
attributes |
|
||||||||
source | <xsd:element name="TransmissionStatus"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="actionType" use="default" value="original"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="original"/> <xsd:enumeration value="resend"/> <xsd:enumeration value="cancel"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="TransmissionTime" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="TruckId" type="xsd:string"/> |
diagram | ![]() |
||
type | xsd:string | ||
used by |
|
||
source | <xsd:element name="TruckTrailerCompartmentId" type="xsd:string"/> |
diagram | ![]() |
||
children | ContactType Name Fax Email Phone | ||
used by |
|
||
source | <xsd:group name="ContactInfo"> <xsd:sequence> <xsd:element ref="ContactType" minOccurs="0"/> <xsd:element ref="Name" minOccurs="0"/> <xsd:element ref="Fax" minOccurs="0"/> <xsd:element ref="Email" minOccurs="0"/> <xsd:element ref="Phone" minOccurs="0"/> </xsd:sequence> </xsd:group> |
diagram | ![]() |
||
children | Supplier Buyer Other Terminal | ||
used by |
|
||
source | <xsd:group name="PartyId"> <xsd:sequence> <xsd:element ref="Supplier"/> <xsd:element ref="Buyer"/> <xsd:choice> <xsd:element ref="Other" minOccurs="0"/> <xsd:element ref="Terminal"/> </xsd:choice> </xsd:sequence> </xsd:group> |
diagram | ![]() |
||
children | Name Address City State PostalCode Contact OrganizationId | ||
used by |
|
||
source | <xsd:group name="PartyInfo"> <xsd:sequence> <xsd:element ref="Name"/> <xsd:element ref="Address" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="City" minOccurs="0"/> <xsd:element ref="State" minOccurs="0"/> <xsd:element ref="PostalCode" minOccurs="0"/> <xsd:element ref="Contact" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="OrganizationId" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:group> |