em:DebrisSiteCodeSimpleType

simpleType DebrisSiteCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/

Definition

A data type that specifies the common list of sites debris is collected from after an incident

Diagram

Enumerations

ValueDefinition
AgLandAgricultural Land
FHWARoadsFHWA Roads
NatLandNatural, unimproved land
NRCSControlFlood control works under the authority of NRCS
OtherOther
PrivateRoadsPrivate Roads
PublicPropertyOther Public Property
PublicRoadsPublic Roads
PublicRowPublic Right of Way
WaterwaysWaterways

XML Schema

<xs:simpleType name="DebrisSiteCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that specifies the common list of sites debris is collected from after an incident
</xs:documentation>
</xs:annotation>
<xs:enumeration value="AgLand">
<xs:annotation>
<xs:documentation>
Agricultural Land
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FHWARoads">
<xs:annotation>
<xs:documentation>
FHWA Roads
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NatLand">
<xs:annotation>
<xs:documentation>
Natural, unimproved land
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NRCSControl">
<xs:annotation>
<xs:documentation>
Flood control works under the authority of NRCS
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PrivateRoads">
<xs:annotation>
<xs:documentation>
Private Roads
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PublicProperty">
<xs:annotation>
<xs:documentation>
Other Public Property
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PublicRoads">
<xs:annotation>
<xs:documentation>
Public Roads
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PublicRow">
<xs:annotation>
<xs:documentation>
Public Right of Way
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Waterways">
<xs:annotation>
<xs:documentation>
Waterways
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>