Showing:

Diagrams
Facets
Source
Used by
Simple Type V_Alphanum3_TypePJ
Namespace http://www.minefi.gouv.fr/cp/helios/pes_v2/commun
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 001
Document budgétaire
enumeration 002
Facture de recette
enumeration 003
Facture de dépense
enumeration 004
Etat de paye
enumeration 005
Etat d'aide sociale
Used by
Source
<xs:simpleType name="V_Alphanum3_TypePJ">
  <xs:restriction base="xs:string">
    <xs:enumeration value="001">
      <xs:annotation>
        <xs:documentation>Document budgétaire</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="002">
      <xs:annotation>
        <xs:documentation>Facture de recette</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="003">
      <xs:annotation>
        <xs:documentation>Facture de dépense</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="004">
      <xs:annotation>
        <xs:documentation>Etat de paye</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="005">
      <xs:annotation>
        <xs:documentation>Etat d'aide sociale</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>