Definition Type: ComplexType
Name: VehicleMajorPartsProductItemConfigurationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Specific configuration available for a limited time period.
Collapse XSD Schema Diagram:
Drilldown into EffectivePeriod in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into Code in schema components_xsdXSD Diagram of VehicleMajorPartsProductItemConfigurationType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VehicleMajorPartsProductItemConfigurationType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                Specific configuration available for a limited time period.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" maxOccurs="1" name="Code" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Configuration code.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="Description" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Configuration code description.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="EffectivePeriod" type="PeriodABIEType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Time period this configuration is available.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Code star:Code 0 1
Description star:Description 0 1
EffectivePeriod star:EffectivePeriod 0 1
Collapse Derivation Tree:
Collapse References:
star:VehicleMajorPartsProductItemConfiguration