Showing:

Diagrams
Facets
Source
Used by
Simple Type V_Num1
Namespace http://www.minefi.gouv.fr/cp/helios/pes_v2/commun
Diagram
Diagram
Type restriction of xs:string
Facets
length 1
pattern [0-9]
Used by
Attribute Base_Num1/@V
Source
<xs:simpleType name="V_Num1">
  <xs:restriction base="xs:string">
    <xs:length value="1"/>
    <xs:pattern value="[0-9]"/>
  </xs:restriction>
</xs:simpleType>