Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Included schema Class_RepartitionBudget.xsd
Namespace http://www.minefi.gouv.fr/cp/helios/pes_v2/Rev0/aller
Properties
attribute form default: unqualified
element form default: unqualified
Element TRepartitionBudget / CodeBudget
Namespace No namespace
Annotations
Code du budget de comptabilisation
Diagram
Diagram Simple_Type_xsd.tmp#Base_Texte24_V Simple_Type_xsd.tmp#Base_Texte24
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 Simple_Type_xsd.tmp#Base_Taux_V Simple_Type_xsd.tmp#Base_Taux
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 Simple_Type_xsd.tmp#Base_Montant_V Simple_Type_xsd.tmp#Base_Montant
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 Class_RepartitionBudget_xsd.tmp#TRepartitionBudget_CodeBudget Class_RepartitionBudget_xsd.tmp#TRepartitionBudget_Taux Class_RepartitionBudget_xsd.tmp#TRepartitionBudget_Mt
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>