Definition Type: ComplexType
Name: targetAreaType
Namespace: urn:oasis:names:tc:emergency:EDXL:DE:1.0
Containing Schema: de.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into locCodeUN in schema de_xsd Drilldown into subdivision in schema de_xsd Drilldown into country in schema de_xsd Drilldown into polygon in schema de_xsd Drilldown into circle in schema de_xsdXSD Diagram of targetAreaType in schema de_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="targetAreaType">
    <xsd:sequence>
        <xsd:element name="circle" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="polygon" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="country" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="subdivision" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="locCodeUN" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
circle de:circle 0 unbounded
polygon de:polygon 0 unbounded
country de:country 0 unbounded
subdivision de:subdivision 0 unbounded
locCodeUN de:locCodeUN 0 unbounded
Collapse Derivation Tree:
Collapse References:
de:targetArea