Definition Type: ComplexType
Name: TraitType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Customer trait (e.g. hobbies, likes, dislikes)
Collapse XSD Schema Diagram:
Drilldown into TraitTypeCode in schema components_xsd Drilldown into TraitGroupCode in schema components_xsd Drilldown into TraitText in schema components_xsdXSD Diagram of TraitType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="TraitType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Customer trait (e.g. hobbies, likes, dislikes)</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="TraitText" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Descriptive text for the trait</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="TraitGroupCode" type="udt:CodeType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Grouping code for the trait.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="TraitTypeCode" type="udt:CodeType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Code for the trait (e.g. Hobbies, etc.)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TraitText star:TraitText 0 unbounded
TraitGroupCode star:TraitGroupCode 0 1
TraitTypeCode star:TraitTypeCode 0 1
Collapse Derivation Tree:
Collapse References:
star:Trait