Showing:

Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element TPES_DepenseAller / EnTeteDepense
Namespace No namespace
Diagram
Diagram PES_Aller19.tmp#id90 PES_Aller19.tmp#id92
Properties
content: complex
Model IdVer , InfoDematerialisee{0,1}
Children IdVer, InfoDematerialisee
Instance
<EnTeteDepense>
  <IdVer V="">{1,1}</IdVer>
  <InfoDematerialisee V="">{0,1}</InfoDematerialisee>
</EnTeteDepense>
Source
<xs:element name="EnTeteDepense">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="IdVer">
        <xs:complexType>
          <xs:attribute name="V">
            <xs:simpleType>
              <xs:restriction base="cm:V_Num2">
                <xs:pattern value="2"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="InfoDematerialisee" type="cm:Base_Booleen" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element EnTeteDepense / TPES_DepenseAller / IdVer
Namespace No namespace
Diagram
Diagram PES_Aller19.tmp#id91
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
V restriction of V_Num2 optional
Source
<xs:element name="IdVer">
  <xs:complexType>
    <xs:attribute name="V">
      <xs:simpleType>
        <xs:restriction base="cm:V_Num2">
          <xs:pattern value="2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element EnTeteDepense / TPES_DepenseAller / InfoDematerialisee
Namespace No namespace
Diagram
Diagram PES_Aller94.tmp#id94 PES_Aller94.tmp#id93
Type Base_Booleen
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
V V_Booleen required
Source
<xs:element name="InfoDematerialisee" type="cm:Base_Booleen" minOccurs="0"/>
Element TPES_DepenseAller / Bordereau
Namespace No namespace
Diagram
Diagram PES_Aller181.tmp#id420 PES_Aller181.tmp#id98 PES_Aller181.tmp#id122 PES_Aller182.tmp#id339 PES_Aller182.tmp#id338 PES_Aller181.tmp#id97
Type TBordereau
Properties
content: complex
maxOccurs: unbounded
Model BlocBordereau , Piece+ , ds:Signature
Children BlocBordereau, Piece, ds:Signature
Instance
<Bordereau Id="">
  <BlocBordereau>{1,1}</BlocBordereau>
  <Piece>{1,unbounded}</Piece>
</Bordereau>
Attributes
QName Type Fixed Default Use Annotation
Id xs:ID optional
Source
<xs:element name="Bordereau" type="TBordereau" maxOccurs="unbounded"/>
Complex Type TPES_DepenseAller
Namespace http://www.minefi.gouv.fr/cp/helios/pes_v2/depense/r0/aller
Diagram
Diagram PES_Aller19.tmp#id89 PES_Aller19.tmp#id96
Used by
Model EnTeteDepense , Bordereau+
Children Bordereau, EnTeteDepense
Source
<xs:complexType name="TPES_DepenseAller">
  <xs:sequence>
    <xs:element name="EnTeteDepense">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="IdVer">
            <xs:complexType>
              <xs:attribute name="V">
                <xs:simpleType>
                  <xs:restriction base="cm:V_Num2">
                    <xs:pattern value="2"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="InfoDematerialisee" type="cm:Base_Booleen" minOccurs="0"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Bordereau" type="TBordereau" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Attribute IdVer / EnTeteDepense / TPES_DepenseAller / @V
Namespace No namespace
Type restriction of V_Num2
Type hierarchy
Properties
content: simple
Facets
minLength 1
maxLength 2
pattern ([0-9]*) & (2)
Used by
Source
<xs:attribute name="V">
  <xs:simpleType>
    <xs:restriction base="cm:V_Num2">
      <xs:pattern value="2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>