stat:LogicalRecordType

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

Definition

A data type for a type of unit data record for one unit type within a unit data set.

Diagram

XML Schema

<xs:complexType name="LogicalRecordType">
<xs:annotation>
<xs:documentation>
A data type for a type of unit data record for one unit type within a unit data set.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:DataStructureComponent" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:LogicalRecordUnitClass" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:LogicalRecordAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>