em:CheckInOutRecordType

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

Definition

A data type for the check-in and check-out record

Diagram

XML Schema

<xs:complexType name="CheckInOutRecordType">
<xs:annotation>
<xs:documentation>
A data type for the check-in and check-out record
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:IncidentEvent" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CheckInOutCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CheckInOutLocationCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CheckInOutLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CheckInOutDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CheckInOutPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CheckInOutRecordAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>