<xsd:complexType name="PartsOrderHeaderBaseType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:appinfo>Is derived from oa:PurchaseOrderHeader affectively by restriction.</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="HeaderBaseType">
<xsd:sequence>
<!--<xsd:element ref="DocumentID" /> -->
<xsd:element name="TaxabilityIndicator" type="udt:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Determines whether an item or amount is taxable.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PromisedDeliveryDate" type="udt:DateType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the date in which the order was promised to
be delivered to the dealer. This is the default unless specified otherwise at the lineitem
level.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PromisedShipDate" type="udt:DateType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the date in which the order was promised to
be shipped from the supplier to the dealer. This is the default unless specified otherwise at
the lineitem. level.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|