stat:ReferentialMetadataResourceType
complexType ReferentialMetadataResourceType in namespace http://release.niem.gov/niem/auxiliary/statistics/5.0/
Definition
A data type for an organized collection of stored information consisting of one or more referential metadata sets.
Diagram
XML Schema
<xs:complexType name="ReferentialMetadataResourceType">
<xs:annotation>
<xs:documentation>
A data type for an organized collection of stored information consisting of one or more referential metadata sets.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="stat:InformationResourceType">
<xs:sequence>
<xs:element ref="stat:ReferentialMetadataSet" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ReferentialMetadataResourceAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>