Showing:

Diagrams
Facets
Source
Used by
Simple Type PeppolIDType
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 69
pattern \d{4}:.+
Used by
Source
<xs:simpleType name="PeppolIDType">
  <xs:restriction base="xs:string">
    <xs:maxLength value="69"/>
    <xs:pattern value="\d{4}:.+"/>
  </xs:restriction>
</xs:simpleType>