Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type diggs:IdentifierReferenceType
Namespace http://diggsml.org/schema-dev
Annotations
Provides a reference to the gml:identifier value, which follows a pattern
restriction conforming to the urn structure of identifiers
Diagram
Diagram
Type restriction of string
Facets
pattern urn:diggs:def:fi:[A-Z]{1,8}:[A-z0-9_\.\-]{1,200}
Used by
Source
<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>