Definition Type: ComplexType
Name: PartsPickListHeaderBaseType
Namespace: http://www.starstandard.org/STAR/5
Type: star:HeaderBaseType
Containing Schema: PartsPickList.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into StatusDetail in schema components_xsd Drilldown into PriceAsOfDate in schema partspicklist_xsd Drilldown into FleetAccount in schema components_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 PartsPickListHeaderBaseType in schema partspicklist_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PartsPickListHeaderBaseType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:appinfo>Is derived from oa:PickListHeader affectively by restriction.</xsd:appinfo>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="HeaderBaseType">
            <xsd:sequence>
                <!--    <xsd:element ref="DocumentID" minOccurs="0" /> -->
                <xsd:element ref="FleetAccount" minOccurs="0" maxOccurs="1" />
                <xsd:element name="PriceAsOfDate" type="udt:DateType" minOccurs="0" maxOccurs="1">
                    <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                        <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the price(s)
                are as of a specific date, e.g., Part prices as of July 6, 2007.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element ref="StatusDetail" minOccurs="0" maxOccurs="1" />
            </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
FleetAccount star:FleetAccount 0 1
PriceAsOfDate star:PriceAsOfDate 0 1
StatusDetail star:StatusDetail 0 1
Collapse Derivation Tree:
Collapse References:
star:PartsPickListHeaderBase