nc:PhysicalFeatureType

complexType PhysicalFeatureType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a prominent or easily identifiable aspect of something or someone.

Diagram

XML Schema

<xs:complexType name="PhysicalFeatureType">
<xs:annotation>
<xs:documentation>
A data type for a prominent or easily identifiable aspect of something or someone.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:PhysicalFeatureGeneralCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PhysicalFeatureCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PhysicalFeatureDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PhysicalFeatureImage" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PhysicalFeatureLocationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PhysicalFeatureAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>