Showing:

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