nc:FacilityType

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

Definition

A data type for a building, place, or structure that provides a particular service.

Diagram

XML Schema

<xs:complexType name="FacilityType">
<xs:annotation>
<xs:documentation>
A data type for a building, place, or structure that provides a particular service.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:FacilityIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilityCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilityLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilityContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilityContainsItem" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilityCapacityDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilityCapacityQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilityDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilityMaxOccupancyQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilityMemberCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilityOperatingSchedule" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilityOperationalStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilitySecurityLevelText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilitySiteDiagram" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilitySystemIPAddressID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilitySystemIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilityUsageAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FacilityAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>