nc:RealEstateType
complexType RealEstateType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a piece of land and any permanent structures and natural resources on it.
Diagram
XML Schema
<xs:complexType name="RealEstateType">
<xs:annotation>
<xs:documentation>
A data type for a piece of land and any permanent structures and natural resources on it.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:ItemType">
<xs:sequence>
<xs:element ref="nc:RealEstateAcreageText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RealEstateBoundaryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RealEstateAttachedFacility" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RealEstateAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>