Showing:

Diagrams
Facets
Source
Used by
Simple Type TTransform
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration normalizeMonth
Transforme un code de mois (1-12) en un code a 2
chiffres en prefixant si necessaire par un "0"
enumeration Identity
Ne realise aucune transformation (identite)
enumeration UpperCase
enumeration LowerCase
Used by
Source
<xs:simpleType name="TTransform">
  <xs:restriction base="xs:string">
    <xs:enumeration value="normalizeMonth">
      <xs:annotation>
        <xs:documentation>Transforme un code de mois (1-12) en un code a 2 chiffres en prefixant si necessaire par un "0"</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Identity">
      <xs:annotation>
        <xs:documentation>Ne realise aucune transformation (identite)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="UpperCase"/>
    <xs:enumeration value="LowerCase"/>
  </xs:restriction>
</xs:simpleType>