Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element TRepartitionBudget / CodeBudget
Namespace No namespace
Annotations
Code du budget de comptabilisation
Diagram
Diagram PES_Aller71.tmp#id260 PES_Aller71.tmp#id259
Type Base_Texte24
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
V V_Texte24 required
Source
<xs:element name="CodeBudget" type="cm:Base_Texte24">
  <xs:annotation>
    <xs:documentation>Code du budget de comptabilisation</xs:documentation>
  </xs:annotation>
</xs:element>
Element TRepartitionBudget / Taux
Namespace No namespace
Annotations
(si répartitionau prorata)
Diagram
Diagram PES_Aller147.tmp#id177 PES_Aller147.tmp#id176
Type Base_Taux
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
V V_Taux required
Source
<xs:element name="Taux" type="cm:Base_Taux">
  <xs:annotation>
    <xs:documentation>(si répartitionau prorata)</xs:documentation>
  </xs:annotation>
</xs:element>
Element TRepartitionBudget / Mt
Namespace No namespace
Annotations
(si répartition forfaitaire)
Diagram
Diagram PES_Aller84.tmp#id118 PES_Aller84.tmp#id117
Type Base_Montant
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
V V_Montant required
Source
<xs:element name="Mt" type="cm:Base_Montant">
  <xs:annotation>
    <xs:documentation>(si répartition forfaitaire)</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type TRepartitionBudget
Namespace http://www.minefi.gouv.fr/cp/helios/pes_v2/Rev0/aller
Diagram
Diagram PES_Aller112.tmp#id1075 PES_Aller112.tmp#id1076 PES_Aller112.tmp#id1077
Used by
Model CodeBudget , (Taux | Mt)
Children CodeBudget, Mt, Taux
Source
<xs:complexType name="TRepartitionBudget">
  <xs:sequence>
    <xs:element name="CodeBudget" type="cm:Base_Texte24">
      <xs:annotation>
        <xs:documentation>Code du budget de comptabilisation</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:choice>
      <xs:element name="Taux" type="cm:Base_Taux">
        <xs:annotation>
          <xs:documentation>(si répartitionau prorata)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Mt" type="cm:Base_Montant">
        <xs:annotation>
          <xs:documentation>(si répartition forfaitaire)</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:sequence>
</xs:complexType>