Showing:

Diagrams
Facets
Source
Used by
Simple Type V_Texte100_NonVide
Namespace http://www.minefi.gouv.fr/cp/helios/pes_v2/commun
Diagram
Diagram
Type restriction of xs:string
Facets
minLength 1
maxLength 100
Used by
Source
<xs:simpleType name="V_Texte100_NonVide">
  <xs:restriction base="xs:string">
    <xs:maxLength value="100"/>
    <xs:minLength value="1"/>
  </xs:restriction>
</xs:simpleType>