stat:NodeSetType

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

Definition

A data type for a set of nodes.

Diagram

XML Schema

<xs:complexType name="NodeSetType">
<xs:annotation>
<xs:documentation>
A data type for a set of nodes.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:ClassificationIndex" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:Node" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:NodeSetConcept" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:NodeSetLevel" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:NodeSetRelatedNodeSet" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:NodeSetAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>