Showing:

Diagrams
Facets
Source
Used by
Simple Type V_Alphanum3_NonVide
Namespace http://www.minefi.gouv.fr/cp/helios/pes_v2/commun
Diagram
Diagram
Type restriction of xs:string
Facets
minLength 1
maxLength 3
pattern [0-9a-zA-Z]*
Used by
Source
<xs:simpleType name="V_Alphanum3_NonVide">
  <xs:restriction base="xs:string">
    <xs:maxLength value="3"/>
    <xs:pattern value="[0-9a-zA-Z]*"/>
    <xs:minLength value="1"/>
  </xs:restriction>
</xs:simpleType>