<xsd:complexType name="FeatureDataNodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
A data node that describes a particular feature.
</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="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:sequence>
</xsd:complexType>
|