Showing:

Attributes
Diagrams
Properties
Source
Used by
Included schema Class_Bancaire.xsd
Namespace http://www.minefi.gouv.fr/cp/helios/pes_v2/Rev0/aller
Properties
attribute form default: unqualified
element form default: unqualified
Element TBancaire / IdPayInt
Namespace No namespace
Diagram
Diagram Simple_Type_xsd.tmp#Base_Alphanum4_V Simple_Type_xsd.tmp#Base_Alphanum4
Type Base_Alphanum4
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
V V_Alphanum4 required
Source
<xs:element name="IdPayInt" type="Base_Alphanum4" minOccurs="0"/>
Element TBancaire / IdBancInt
Namespace No namespace
Diagram
Diagram Simple_Type_xsd.tmp#Base_Alphanum11_V Simple_Type_xsd.tmp#Base_Alphanum11
Type Base_Alphanum11
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
V V_Alphanum11 required
Source
<xs:element name="IdBancInt" type="Base_Alphanum11" minOccurs="0"/>
Element TBancaire / CodeEtab
Namespace No namespace
Diagram
Diagram Simple_Type_xsd.tmp#Base_Alphanum5_V Simple_Type_xsd.tmp#Base_Alphanum5
Type Base_Alphanum5
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
V V_Alphanum5 required
Source
<xs:element name="CodeEtab" type="Base_Alphanum5"/>
Element TBancaire / CodeGuic
Namespace No namespace
Diagram
Diagram Simple_Type_xsd.tmp#Base_Alphanum5_V Simple_Type_xsd.tmp#Base_Alphanum5
Type Base_Alphanum5
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
V V_Alphanum5 required
Source
<xs:element name="CodeGuic" type="Base_Alphanum5"/>
Element TBancaire / IdCpte
Namespace No namespace
Diagram
Diagram Simple_Type_xsd.tmp#Base_Texte11_V Simple_Type_xsd.tmp#Base_Texte11
Type Base_Texte11
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
V V_Texte11 required
Source
<xs:element name="IdCpte" type="Base_Texte11"/>
Element TBancaire / CleRib
Namespace No namespace
Diagram
Diagram Simple_Type_xsd.tmp#Base_Num2_V Simple_Type_xsd.tmp#Base_Num2
Type Base_Num2
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
V V_Num2 required
Source
<xs:element name="CleRib" type="Base_Num2"/>
Element TBancaire / BIC
Namespace No namespace
Diagram
Diagram Simple_Type_xsd.tmp#Base_Alphanum11_V Simple_Type_xsd.tmp#Base_Alphanum11
Type Base_Alphanum11
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
V V_Alphanum11 required
Source
<xs:element name="BIC" type="Base_Alphanum11"/>
Element TBancaire / IBAN
Namespace No namespace
Diagram
Diagram Simple_Type_xsd.tmp#Base_Texte34_V Simple_Type_xsd.tmp#Base_Texte34
Type Base_Texte34
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
V V_Texte34 required
Source
<xs:element name="IBAN" type="Base_Texte34"/>
Element TBancaire / LibBanc
Namespace No namespace
Diagram
Diagram Simple_Type_xsd.tmp#Base_Texte24_V Simple_Type_xsd.tmp#Base_Texte24
Type Base_Texte24
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
V V_Texte24 required
Source
<xs:element name="LibBanc" type="Base_Texte24" minOccurs="0"/>
Element TBancaire / TitCpte
Namespace No namespace
Diagram
Diagram Simple_Type_xsd.tmp#Base_Texte32_V Simple_Type_xsd.tmp#Base_Texte32
Type Base_Texte32
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
V V_Texte32 required
Source
<xs:element name="TitCpte" type="Base_Texte32"/>
Element TBancaire / DteBanc
Namespace No namespace
Diagram
Diagram Simple_Type_xsd.tmp#Base_Date_V Simple_Type_xsd.tmp#Base_Date
Type Base_Date
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
V V_Date required
Source
<xs:element name="DteBanc" type="Base_Date" minOccurs="0"/>
Complex Type TBancaire
Namespace http://www.minefi.gouv.fr/cp/helios/pes_v2/commun
Diagram
Diagram Class_Bancaire_xsd.tmp#TBancaire_IdPayInt Class_Bancaire_xsd.tmp#TBancaire_IdBancInt Class_Bancaire_xsd.tmp#TBancaire_CodeEtab Class_Bancaire_xsd.tmp#TBancaire_CodeGuic Class_Bancaire_xsd.tmp#TBancaire_IdCpte Class_Bancaire_xsd.tmp#TBancaire_CleRib Class_Bancaire_xsd.tmp#TBancaire_BIC Class_Bancaire_xsd.tmp#TBancaire_IBAN Class_Bancaire_xsd.tmp#TBancaire_LibBanc Class_Bancaire_xsd.tmp#TBancaire_TitCpte Class_Bancaire_xsd.tmp#TBancaire_DteBanc
Used by
Model ((IdPayInt{0,1} , IdBancInt{0,1} , CodeEtab , CodeGuic , IdCpte , CleRib) | (BIC , IBAN)) , LibBanc{0,1} , TitCpte , DteBanc{0,1}
Children BIC, CleRib, CodeEtab, CodeGuic, DteBanc, IBAN, IdBancInt, IdCpte, IdPayInt, LibBanc, TitCpte
Source
<xs:complexType name="TBancaire">
  <xs:sequence>
    <xs:choice>
      <xs:sequence>
        <xs:element name="IdPayInt" type="Base_Alphanum4" minOccurs="0"/>
        <xs:element name="IdBancInt" type="Base_Alphanum11" minOccurs="0"/>
        <xs:element name="CodeEtab" type="Base_Alphanum5"/>
        <xs:element name="CodeGuic" type="Base_Alphanum5"/>
        <xs:element name="IdCpte" type="Base_Texte11"/>
        <xs:element name="CleRib" type="Base_Num2"/>
      </xs:sequence>
      <xs:sequence>
        <xs:element name="BIC" type="Base_Alphanum11"/>
        <xs:element name="IBAN" type="Base_Texte34"/>
      </xs:sequence>
    </xs:choice>
    <xs:element name="LibBanc" type="Base_Texte24" minOccurs="0"/>
    <xs:element name="TitCpte" type="Base_Texte32"/>
    <xs:element name="DteBanc" type="Base_Date" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>