Showing:

Diagrams
Facets
Source
Used by
Simple Type TDatatype
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration string
enumeration integer
enumeration amount
enumeration decimal
enumeration date
enumeration pj-list
doit pointer sur un ou plusieurs element de type TPJRef tels que definis dans le PES
Used by
Attribute TChamp/@datatype
Source
<xs:simpleType name="TDatatype">
  <xs:restriction base="xs:string">
    <xs:enumeration value="string"/>
    <xs:enumeration value="integer"/>
    <xs:enumeration value="amount"/>
    <xs:enumeration value="decimal"/>
    <xs:enumeration value="date"/>
    <xs:enumeration value="pj-list">
      <xs:annotation>
        <xs:documentation>doit pointer sur un ou plusieurs element de type TPJRef tels que definis dans le PES</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>