Showing:

Diagrams
Facets
Source
Used by
Simple Type idInfoRIType
Namespace http://infoml.org/infomlFile
Diagram
Diagram
Type restriction of xsd:ID
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
Attribute infomlType/@cardId
Source
<xsd:simpleType name="idInfoRIType">
  <!-- NOTE: end of pattern line is ...(_[a-zA-Z0-9\.\-]+)?)?/>  -->
  <xsd:restriction base="xsd:ID">
    <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>