<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> |