Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type OidChoiceList
Namespace No namespace
Annotations
Choice list of Oids
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 1028
pattern ([0-2][0-9]*(\.[0-9]+)*)(\|[0-2][0-9]*(\.[0-9]+)*)*
Used by
Attribute attribute/@root
Source
<xs:simpleType name="OidChoiceList">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Choice list of Oids</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="1028"/>
    <xs:pattern value="([0-2][0-9]*(\.[0-9]+)*)(\|[0-2][0-9]*(\.[0-9]+)*)*"/>
  </xs:restriction>
</xs:simpleType>