| diagram | ![]() |
||
| children | IndicatorCreditDebit AccountNumber InterestRateDebit InterestRateCredit Counterparty | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:complexType name="AccountType"> <xs:annotation> <xs:documentation>Master data of accounts</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="IndicatorCreditDebit" minOccurs="0"> <xs:annotation> <xs:documentation>Gibt an ob das Konto default einen Soll oder Habensaldo aufweist</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Credit"/> <xs:enumeration value="Debit"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="AccountNumber" type="xs:integer" minOccurs="0"> <xs:annotation> <xs:documentation>Gibt das bei einer Buchung verwendete Konto an</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InterestRateDebit" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Zinssatz Soll</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InterestRateCredit" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Zinssatz Haben</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Counterparty" type="CompanyType"> <xs:annotation> <xs:documentation>Counterparty details</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xs:element name="IndicatorCreditDebit" minOccurs="0"> <xs:annotation> <xs:documentation>Gibt an ob das Konto default einen Soll oder Habensaldo aufweist</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Credit"/> <xs:enumeration value="Debit"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:integer | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AccountNumber" type="xs:integer" minOccurs="0"> <xs:annotation> <xs:documentation>Gibt das bei einer Buchung verwendete Konto an</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="InterestRateDebit" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Zinssatz Soll</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="InterestRateCredit" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Zinssatz Haben</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | CompanyType | ||
| properties |
|
||
| children | Identifiers Name LegalName LegalForm Address BusinessCountry ParentCompany | ||
| annotation |
|
||
| source | <xs:element name="Counterparty" type="CompanyType"> <xs:annotation> <xs:documentation>Counterparty details</xs:documentation> </xs:annotation> </xs:element> |