nc:LocationPartType

complexType LocationPartType in namespace http://release.niem.gov/niem/niem-core/5.0/

Definition

A data type for a unit within a facility, building, or structure at a location.

Diagram

XML Schema

<xs:complexType name="LocationPartType">
<xs:annotation>
<xs:documentation>
A data type for a unit within a facility, building, or structure at a location.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:LocationBedText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationBuildingText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationPartText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationRoomText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationSectionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationSuiteText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationFloorText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationPartAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>