em:InaccessibleCauseCodeSimpleType

simpleType InaccessibleCauseCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type code to specify if the damaged area/item is assessed as inaccessible, why?

Diagram

Enumerations

ValueDefinition
ImpassableRoadImpassable Road.
PrivateBridgeDestroyed Private Bridge

XML Schema

<xs:simpleType name="InaccessibleCauseCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code to specify if the damaged area/item is assessed as inaccessible, why?
</xs:documentation>
</xs:annotation>
<xs:enumeration value="ImpassableRoad">
<xs:annotation>
<xs:documentation>
Impassable Road.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PrivateBridge">
<xs:annotation>
<xs:documentation>
Destroyed Private Bridge
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>