Showing:

Diagrams
Facets
Source
Used by
Simple Type PaymentDescriptionType
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 210
pattern [ -ÿŠšŽž]*
Used by
Source
<xs:simpleType name="PaymentDescriptionType">
  <xs:restriction base="xs:string">
    <xs:maxLength value="210"/>
    <xs:pattern value="[ -ÿŠšŽž]*"/>
  </xs:restriction>
</xs:simpleType>