<complexType name="ExtendedIdentifierType">
<annotation>
<documentation>Extended identification and description of a reference system object. </documentation>
</annotation>
<complexContent>
<extension base="gml:IdentifierType">
<sequence>
<element name="validArea" type="gml:ExtentType" minOccurs="0">
<annotation>
<documentation>Area or region in which this object is valid. </documentation>
</annotation>
</element>
<element name="scope" type="string" minOccurs="0">
<annotation>
<documentation>Description of domain of usage, or limitations of usage, for which this object is valid. </documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
|