Showing:

Diagrams
Facets
Source
Used by
Simple Type RefType
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 20
pattern [\d-]*
Used by
Source
<xs:simpleType name="RefType">
  <xs:restriction base="xs:string">
    <xs:maxLength value="20"/>
    <xs:pattern value="[\d-]*"/>
  </xs:restriction>
</xs:simpleType>