Definition Type: ComplexType
Name: FeatureGroupDataNodeType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
A high level group of features
Collapse XSD Schema Diagram:
Drilldown into FeatureDataNode in schema components_xsd Drilldown into FreeFormTextGroup in schema components_xsd Drilldown into DataNodeName in schema components_xsd Drilldown into DataNodeSequenceNumeric in schema components_xsd Drilldown into LanguageID in schema components_xsd Drilldown into DataNodeID in schema components_xsdXSD Diagram of FeatureGroupDataNodeType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="FeatureGroupDataNodeType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                A high level group of features
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="DataNodeID" type="udt:IdentifierType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        A unique identifier for this data node.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="LanguageID" type="sqdt:LanguageCodeType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Unique language identifier for this data node.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="DataNodeSequenceNumeric" type="udt:NumericType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        A number representing the sequence of this data node among all other data nodes at the same level in the hierarchical tree.
                        Can be used to specify a display order.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="DataNodeName" type="udt:TextType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        A name, expressed as text, for this data node.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="FreeFormTextGroup" minOccurs="0" maxOccurs="1" />
        <xsd:element ref="FeatureDataNode" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DataNodeID star:DataNodeID 0 1
LanguageID star:LanguageID 0 1
DataNodeSequenceNumeric star:DataNodeSequenceNumeric 0 1
DataNodeName star:DataNodeName 0 1
FreeFormTextGroup star:FreeFormTextGroup 0 1
FeatureDataNode star:FeatureDataNode 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:FeatureGroupDataNode