|
Namespace |
http://www.minefi.gouv.fr/cp/helios/pes_v2/commun |
Diagram
|
|
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> |
|
|
|