em:ServiceCallAssignedUnitType
complexType ServiceCallAssignedUnitType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for a service call assigned unit detail.
Diagram
XML Schema
<xs:complexType name="ServiceCallAssignedUnitType">
<xs:annotation>
<xs:documentation>
A data type for a service call assigned unit detail.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:OrganizationType">
<xs:sequence>
<xs:element ref="em:UnitAssignedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:UnitUnassignedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ServiceCallAssignedUnitAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>