em:FacilityBedInventoryType

complexType FacilityBedInventoryType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for an inventory of a kind of bed at a facility.

Diagram

XML Schema

<xs:complexType name="FacilityBedInventoryType">
<xs:annotation>
<xs:documentation>
A data type for an inventory of a kind of bed at a facility.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:FacilityBedCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:FacilityBedQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:FacilityBedInventoryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>