<xs:element name="geoAreaDetails">
<xs:annotation>
<xs:documentation>A group of properties specific to a geopolitical area</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="position" type="GeoCoordinatesType" minOccurs="0">
<xs:annotation>
<xs:documentation>The coordinates of the location</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="founded" type="TruncatedDateTimePropType" minOccurs="0">
<xs:annotation>
<xs:documentation>The date the geopolitical area was founded/established.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="dissolved" type="TruncatedDateTimePropType" minOccurs="0">
<xs:annotation>
<xs:documentation>The date the geopolitical area was dissolved.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Extension point for provider-defined properties from other namespaces</xs:documentation>
</xs:annotation>
</xs:any>
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
|