Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type TTypBordAller
Namespace http://www.minefi.gouv.fr/cp/helios/pes_v2/depense/r0/aller
Diagram
Diagram PES_Aller144.tmp#id111
Used by
Attributes
QName Type Fixed Default Use Annotation
V restriction of xs:string required
Source
<xs:complexType name="TTypBordAller">
  <xs:attribute name="V" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="01">
          <xs:annotation>
            <xs:documentation>Ordinaire</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="02">
          <xs:annotation>
            <xs:documentation>Annulation / réduction</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <!--xs:enumeration value="03"><xs:annotation><xs:documentation>Ordres de paiement</xs:documentation></xs:annotation></xs:enumeration-->
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>
Attribute TTypBordAller / @V
Namespace No namespace
Type restriction of xs:string
Properties
use: required
Facets
enumeration 01
Ordinaire
enumeration 02
Annulation / réduction
Used by
Complex Type TTypBordAller
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="01">
        <xs:annotation>
          <xs:documentation>Ordinaire</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="02">
        <xs:annotation>
          <xs:documentation>Annulation / réduction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <!--xs:enumeration value="03"><xs:annotation><xs:documentation>Ordres de paiement</xs:documentation></xs:annotation></xs:enumeration-->
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>