Definition Type: ComplexType
Name: CustomerCharacteristicType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Customer's credit type information. Credit limit, credit balance, etc.
Collapse XSD Schema Diagram:
Drilldown into CustomerSegment in schema components_xsd Drilldown into CustomerClassification in schema components_xsd Drilldown into CustomerGroup in schema components_xsdXSD Diagram of CustomerCharacteristicType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CustomerCharacteristicType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                Customer's credit type information. Credit limit, credit balance, etc. 
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" maxOccurs="unbounded" name="CustomerGroup" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Customer group.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="unbounded" name="CustomerClassification" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Customer classification.  
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="CustomerSegment" minOccurs="0" maxOccurs="unbounded">
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CustomerGroup star:CustomerGroup 0 unbounded
CustomerClassification star:CustomerClassification 0 unbounded
CustomerSegment star:CustomerSegment 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:CustomerCharacteristic