Definition Type: ComplexType
Name: CustomerSegmentType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Customer segmentation is a hierarchy, therefore a need to have recursive definition.
Collapse XSD Schema Diagram:
Drilldown into SegmentDescription in schema components_xsd Drilldown into CustomerSegmentCode in schema components_xsd Drilldown into CustomerSegmentSegmentType in schema components_xsdXSD Diagram of CustomerSegmentType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CustomerSegmentType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                Customer segmentation is a hierarchy, therefore a need to have recursive definition. 
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" maxOccurs="1" name="CustomerSegmentSegmentType" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Type of customer segment. 
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="CustomerSegmentCode" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Segment code.  
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="SegmentDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Description of the segment.   
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CustomerSegmentSegmentType star:CustomerSegmentSegmentType 0 1
CustomerSegmentCode star:CustomerSegmentCode 0 1
SegmentDescription star:SegmentDescription 0 1
Collapse Derivation Tree:
Collapse References:
star:CustomerSegment