Definition Type: ComplexType
Name: ServicePlanHeaderType
Namespace: http://www.starstandard.org/STAR/5
Type: star:HeaderBaseType
Containing Schema: ServicePlan.xsd
Abstract
Documentation:
The information found in the Header component applies to the entire Service Plan transaction.
Collapse XSD Schema Diagram:
Drilldown into AcknowledgementStatus in schema components_xsd Drilldown into Status in schema serviceplan_xsd Drilldown into PlanCountNumeric in schema serviceplan_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 ServicePlanHeaderType in schema serviceplan_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ServicePlanHeaderType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">The information found in the Header component applies to the entire Service Plan transaction.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="HeaderBaseType">
            <xsd:sequence>
                <xsd:element name="PlanCountNumeric" type="udt:NumericType" minOccurs="0">
                    <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">Number of plans included
                in this message</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="Status" type="MinimumAcknowledgementStatusType" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                                Deprecated: Use AcknowledgementStatus
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element ref="AcknowledgementStatus" minOccurs="0" maxOccurs="unbounded" />
            </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
PlanCountNumeric star:PlanCountNumeric 0 (1)
Status star:Status 0 unbounded
AcknowledgementStatus star:AcknowledgementStatus 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:ServicePlanHeader