stat:NodeType

complexType NodeType in namespace http://release.niem.gov/niem/auxiliary/statistics/5.0/

Definition

A data type for a combination of a category and related attributes.

Diagram

XML Schema

<xs:complexType name="NodeType">
<xs:annotation>
<xs:documentation>
A data type for a combination of a category and related attributes.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:NodeAggregationCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:NodeCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:NodeChildNode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:NodeClassificationIndexEntry" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:NodeConcept" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:NodeDesignation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:NodeLevel" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:NodeParentNode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:NodePartNode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:NodeWholeNode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:NodeAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>