Definition Type: ComplexType
Name: PartsOrderHeaderBaseType
Namespace: http://www.starstandard.org/STAR/5
Type: star:HeaderBaseType
Containing Schema: PartsOrder.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PromisedShipDate in schema partsorder_xsd Drilldown into PromisedDeliveryDate in schema partsorder_xsd Drilldown into TaxabilityIndicator in schema partsorder_xsd Drilldown into DocumentIdentificationGroup in schema components_xsd Drilldown into SecondaryDealerNumberID in schema components_xsd Drilldown into SecondaryPassword in schema components_xsd Drilldown into DocumentDateTime in schema components_xsd Drilldown into HeaderBaseType in schema components_xsdXSD Diagram of PartsOrderHeaderBaseType in schema partsorder_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentDateTime star:DocumentDateTime 0 (1)
SecondaryPassword star:SecondaryPassword 0 (1)
SecondaryDealerNumberID star:SecondaryDealerNumberID 0 (1)
DocumentIdentificationGroup star:DocumentIdentificationGroup 1 1
TaxabilityIndicator star:TaxabilityIndicator 0 (1)
PromisedDeliveryDate star:PromisedDeliveryDate 0 (1)
PromisedShipDate star:PromisedShipDate 0 (1)
Collapse Derivation Tree:
Collapse References:
star:PartsOrderHeaderBasestar:PartsOrderHeaderType,