<xs:complexType name="FlexLocationPropType">
<xs:annotation>
<xs:documentation>Flexible location (geopolitical area of point-of-interest) data type for both controlled and uncontrolled values</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="ConceptDefinitionGroup" minOccurs="0" />
<xs:group ref="ConceptRelationshipsGroup" minOccurs="0" />
<xs:choice minOccurs="0">
<xs:element ref="geoAreaDetails" />
<xs:element ref="POIDetails" />
</xs:choice>
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="flexAttributes" />
<xs:attributeGroup ref="editAttributes" />
<xs:attributeGroup ref="i18nAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|