Showing:

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