<simpleType name="IdentifierReferenceType">
<annotation>
<documentation>Provides a reference to the gml:identifier value, which follows a pattern restriction conforming to the urn structure of identifiers</documentation>
</annotation>
<restriction base="string">
<pattern value="urn:diggs:def:fi:[A-Z]{1,8}:[A-z0-9_\.\-]{1,200}"/>
</restriction>
</simpleType>
|