Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type Oid
Namespace No namespace
Annotations
ISO Object Identifier. Used for identifiers
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 255
pattern [0-2](\.(0|[1-9][0-9]*))*
Used by
Source
<xs:simpleType name="Oid">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">ISO Object Identifier. Used for identifiers</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="255"/>
    <xs:pattern value="[0-2](\.(0|[1-9][0-9]*))*"/>
  </xs:restriction>
</xs:simpleType>