em:InaccessibleCauseCodeSimpleType
simpleType InaccessibleCauseCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/
Definition
A data type code to specify if the damaged area/item is assessed as inaccessible, why?
Diagram
Enumerations
Value | Definition |
ImpassableRoad | Impassable Road. |
PrivateBridge | Destroyed 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:restriction base="xs:token">
<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>