Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type infoRIType
Namespace http://infoml.org/infomlFile
Annotations
Valid values for elements of this type are in-the-entire-world
globally unique. See the InfoML Specification for details.
Diagram
Diagram
Type restriction of xsd:NCName
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & ([a-zA-Z][a-zA-Z0-9\-]*(\.[a-zA-Z0-9\-]+){0,2}(_[a-zA-Z0-9\.\-]+(_[a-zA-Z0-9\.\-]+)?)?)
Used by
Source
<xsd:simpleType name="infoRIType">
  <xsd:annotation>
    <xsd:documentation>Valid values for elements of this type are in-the-entire-world
                globally unique. See the InfoML Specification for details.</xsd:documentation>
  </xsd:annotation>
  <!-- NOTE: end of pattern line is ...(_[a-zA-Z0-9\.\-]+)?)?/>  -->
  <xsd:restriction base="xsd:NCName">
    <xsd:pattern value="[a-zA-Z][a-zA-Z0-9\-]*(\.[a-zA-Z0-9\-]+){0,2}(_[a-zA-Z0-9\.\-]+(_[a-zA-Z0-9\.\-]+)?)?"/>
  </xsd:restriction>
</xsd:simpleType>