[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Subject: [ubl-lcsc] RE: Samples for UBL rel 0p70
Sally's sample instance. ------------- Begin Forwarded Message ------------- X-MimeOLE: Produced By Microsoft Exchange V6.0.6334.0 content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: Samples for UBL rel 0p70 Date: Tue, 28 Jan 2003 09:21:17 -0800 X-MS-Has-Attach: yes Thread-Topic: Samples for UBL rel 0p70 Thread-Index: AcLG8Tc4lrXi9+zuTdOyUdpUsbSaGQAADSTw From: "Chan, Sally M" <sally.m.chan@boeing.com> To: "Bill Meadows" <Bill.Meadows@sun.com> X-OriginalArrivalTime: 28 Jan 2003 17:21:17.0599 (UTC) FILETIME=[AADF8AF0:01C2C6F1] still needs work can't locate the xsd. may be you can help. did i get the right namespace and your latest release of xsd. Regards, Sally Chan Associate Technical Fellow The Boeing Company Boeing Commercial Airplanes IS - Architecture & eBusiness 206-544-7488 <--- New -----Original Message----- From: Bill Meadows [mailto:Bill.Meadows@Sun.COM] Sent: Tuesday, January 28, 2003 9:15 AM To: Chan, Sally M; michael.seubert@sap.com; [email protected]; Bill.Meadows@Sun.COM Subject: Re: Samples for UBL rel 0p70 All, Just a reminder, I need your samples. Please try to get them to me by tomorrow. Thanks, Bill > Date: Fri, 24 Jan 2003 13:30:35 -0800 (PST) > From: Bill Meadows <bmeadows@ha10nwk-mail> > Subject: Samples for UBL rel 0p70 > To: sally.m.chan@boeing.com, [email protected], [email protected] > Mime-Version: 1.0 > Content-MD5: QM0TlZSHJmkRYF9GjGIhbQ== > > Hello All, > The final version of the schemas for release is now available. The plan is > to release the package (without samples) on Monday. A supplemental package > (with samples) is to be release Wednesday Jan 29th. Please put your sample > documents together as soon as possible. I need to recieve them by the end of > Tuesday. Michael, Dagmar, if possible please send some 'non english' examples. > If you have any questions let me know. Thanks for your help. > > Cheers, > Bill > > ============================================================================= > ______ > /_____/\ Bill Meadows > /_____\\ \ EMI Program Manager > /_____\ \\ / Sun Microsystems Inc. > /_____/ \/ / / 8000 Central Ave NWK03-110 > /_____/ / \//\ Newark, California 94560 > \_____\//\ / / Phone (510) 574-9494 > \_____/ / /\ / Email: bill.meadows@sun.COM > \_____/ \\ \ ===================================== > \_____\ \\ > \_____\/ > ============================================================================= > ------------- End Forwarded Message -------------
<?xml version="1.0"?>
<PurchaseOrder xsi:noNamespaceSchemaLocation="UBL-POsample-v0p1.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Header>
<CustomerParty.Identifier>JA1</CustomerParty.Identifier>
<VendorParty.Identifier>81205</VendorParty.Identifier>
</Header>
<LineItem>
<OrderDocument.Processing.Code>4</OrderDocument.Processing.Code>
<OrderDocument.Type.Code>4</OrderDocument.Type.Code>
<OrderDocument.Purpose.Code>1</OrderDocument.Purpose.Code>
<OrderDocument.Customer.Identifier>AWACS0001</OrderDocument.Customer.Identifier>
<SparePartItem.Manufacturer.Identifier>256T2800-122</SparePartItem.Manufacturer.Identifier>
<LineItem.Ordered.Quantity>5</LineItem.Ordered.Quantity>
<BaseChargePrice.Quantity>EA</BaseChargePrice.Quantity>
<UnitChargePrice.Amount>100</UnitChargePrice.Amount>
<CustomerRequiredShipping.Date>20020701</CustomerRequiredShipping.Date>
<ShipmentDestinationLocation.Identifier>01</ShipmentDestinationLocation.Identifier>
<ManufacturerParty.Identifier>81205</ManufacturerParty.Identifier>
<OrderResponseProcessing.Priority.Code>AOG</OrderResponseProcessing.Priority.Code>
<AircraftEquipment.AviationAuthority.Identifier>N000001</AircraftEquipment.AviationAuthority.Identifier>
<SalesContractDocument.Identifier>JAPAN-AWACS-TEST</SalesContractDocument.Identifier>
<MiscelleanousInformation.Text>HOLD FOR PICKUP. NOTIFY JOHN DOE 253-773-1234 WHEN SHIPPED. </MiscelleanousInformation.Text>
</LineItem>
</PurchaseOrder>
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:oasis:names:tc:ubl:Order:1.0:0.70"
xmlns="urn:oasis:names:tc:ubl:Order:1.0:0.70"
xmlns:ccts="urn:oasis:names:tc:ubl:CoreComponentParameters:1.0:0.70.xsd"
xmlns:cct="urn:oasis:names:tc:ubl:CoreComponentTypes:1.0:0.70.xsd">
<xsd:import namespace="CCTS.xsd"
schemaLocation="CCTS.xsd" />
<xsd:import namespace="CoreComponentTypes.xsd"
schemaLocation="CoreComponentTypes.xsd" />
<xsd:element name="PurchaseOrder" Type="PurchaseOrderType">
<xsd:complexType name="PurchaseOrderType">
<xsd:sequence>
<xsd:element name="Header" Type="HeaderType">
<xsd:complexType name="HeaderType">
<xsd:sequence>
<xsd:element name="CustomerParty.Identifier" type="cct:IdentifierType" minOccurs="1" maxOccurs="1"/>
<xsd:element name="VendorParty.Identifier" type="cct:IdentifierType" minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="LineItem" Type="LineItemType">
<xsd:complexType name="LineItemType">
<xsd:sequence>
<xsd:element name="OrderDocument.Processing.Code" type="cct:CodeType"
minOccurs="1" maxOccurs="1"/>
<xsd:element name="OrderDocument.Type.Code" type="cct:CodeType"
minOccurs="1" maxOccurs="1"/>
<xsd:element name="OrderDocument.Purpose.Code" type="cct:CodeType"
minOccurs="1" maxOccurs="1"/>
<xsd:element name="OrderDocument.Customer.Identifier" type="cct:IdentifierType"
minOccurs="1" maxOccurs="1"/>
<xsd:element name="SparePartItem.Manufacturer.Identifier" type="cct:IdentifierType"
minOccurs="1" maxOccurs="1"/>
<xsd:element name="LineItem.Ordered.Quantity" type="cct:QuantityType"
minOccurs="1" maxOccurs="1"/>
<xsd:element name="BaseChargePrice.Quantity" type="cct:QuantityType"
minOccurs="1" maxOccurs="1"/>
<xsd:element name="UnitChargePrice.Amount" type="cct:QuantityType"
minOccurs="1" maxOccurs="1"/>
<xsd:element name="CustomerRequiredShipping.Date" type="cct:DateType"
minOccurs="1" maxOccurs="1"/>
<xsd:element name="Transport.Method.Code" type="cct:CodeType"
minOccurs="0" maxOccurs="1"/>
<xsd:element name="Payment.Method.Code" type="cct:CodeType"
minOccurs="0" maxOccurs="1"/>
<xsd:element name="ShipmentDestinationLocation.Identifier" type="cct:IdentifierType"
minOccurs="0" maxOccurs="1"/>
<xsd:element name="QuotationDocument.Supplier.Identifier" type="cct:IdentifierType"
minOccurs="0" maxOccurs="1"/>
<xsd:element name="Transport.NotBeforeFifteenDaysTimeframe.Indicator" type="cct:IndicatorType"
minOccurs="0" maxOccurs="1"/>
<xsd:element name="ManufacturerParty.Identifier" type="cct:IdentifierType"
minOccurs="0" maxOccurs="1"/>
<xsd:element name="OrderResponseProcessing.Priority.Code" type="cct:CodeType"
minOccurs="0" maxOccurs="1"/>
<xsd:element name="AircraftEquipment.AviationAuthority.Identifier" type="cct:IdentifierType"
minOccurs="0" maxOccurs="1"/>
<xsd:element name="AircraftPartPackaging.Instruction.Code" type="cct:CodeType"
minOccurs="0" maxOccurs="1"/>
<xsd:element name="OrderedItem.OnwardLeasing.Indicator" type="cct:IndicatorType"
minOccurs="0" maxOccurs="1"/>
<xsd:element name="UnitPriceDiscount.OrderBase.Quantity" type="cct:QuantityType"
minOccurs="0" maxOccurs="1"/>
<xsd:element name="UnitPriceDiscount.Percent" type="cct:PercentType"
minOccurs="0" maxOccurs="1"/>
<xsd:element name="CustomerOrganisation.VATTax.Identifier" type="cct:IdentifierType"
minOccurs="0" maxOccurs="1"/>
<xsd:element name="Transaction.Reference.Identifier" type="cct:IdentifierType"
minOccurs="0" maxOccurs="1"/>
<xsd:element name="ReceivingStorageLocation.Identification.Code" type="cct:CodeType"
minOccurs="0" maxOccurs="1"/>
<xsd:element name="SalesContractDocument.Identifier" type="cct:IdentifierType"
minOccurs="0" maxOccurs="1"/>
<xsd:element name="MiscelleanousInformation.Text" type="cct:TextType"
minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Powered by eList eXpress LLC