Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type TCodIntMor
Namespace http://www.minefi.gouv.fr/cp/helios/pes_v2/depense/r0/aller
Diagram
Diagram PES_Aller172.tmp#id174
Used by
Element TDGP/CodIntMor
Attributes
QName Type Fixed Default Use Annotation
V restriction of xs:string required
Source
<xs:complexType name="TCodIntMor">
  <xs:attribute name="V" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="01">
          <xs:annotation>
            <xs:documentation>Taux légal</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="02">
          <xs:annotation>
            <xs:documentation>Taux BCE</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="03">
          <xs:annotation>
            <xs:documentation>Autres</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>
Attribute TCodIntMor / @V
Namespace No namespace
Type restriction of xs:string
Properties
use: required
Facets
enumeration 01
Taux légal
enumeration 02
Taux BCE
enumeration 03
Autres
Used by
Complex Type TCodIntMor
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="01">
        <xs:annotation>
          <xs:documentation>Taux légal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="02">
        <xs:annotation>
          <xs:documentation>Taux BCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="03">
        <xs:annotation>
          <xs:documentation>Autres</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>