Definition Type: ComplexType
Name: AdditionalDetailDescriptionType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Additional detail description for an item like titles, and preference.
Collapse XSD Schema Diagram:
Drilldown into UsagePreference in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into Title in schema components_xsdXSD Diagram of AdditionalDetailDescriptionType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="AdditionalDetailDescriptionType">
    <xsd:annotation>
        <xsd:documentation> Additional detail description for an item like titles, and
                preference. </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="Title" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A general or descriptive
                heading given to a person, or item.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5" />
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="UsagePreference" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Title star:Title 0 1
Description star:Description 0 unbounded
UsagePreference star:UsagePreference 0 1
Collapse Derivation Tree:
Collapse References:
star:AdditionalDetailDescription