|
Namespace |
No namespace |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
Currency , (( PaymentDescription) | ( PaymentRefID , PaymentDescription{0,1})) , Payable , PayDueDate{0,1} , PaymentTotalSum , (( CashDiscountDueDate , CashDiscountRate)) , PayerName , PaymentID , PayToAccount , PayToAccountName{0,1} , PayToName , PayToBIC{0,1} , PaymentCard{0,1} , DirectDebitPayeeContractNum{0,1} , DirectDebitPayerNum{0,1} , PayFromAccount{0,1}
|
Children |
CashDiscountDueDate, CashDiscountRate, Currency, DirectDebitPayeeContractNum, DirectDebitPayerNum, PayDueDate, PayFromAccount, PayToAccount, PayToAccountName, PayToBIC, PayToName, Payable, PayerName, PaymentCard, PaymentDescription, PaymentID, PaymentRefID, PaymentTotalSum |
Instance
|
<PaymentInfo>
<Currency>{1,1}</Currency>
<PaymentDescription>{1,1}</PaymentDescription>
<PaymentRefID>{1,1}</PaymentRefID>
<PaymentDescription>{0,1}</PaymentDescription>
<Payable>{1,1}</Payable>
<PayDueDate>{0,1}</PayDueDate>
<PaymentTotalSum>{1,1}</PaymentTotalSum>
<CashDiscountDueDate>{1,1}</CashDiscountDueDate>
<CashDiscountRate>{1,1}</CashDiscountRate>
<PayerName>{1,1}</PayerName>
<PaymentID>{1,1}</PaymentID>
<PayToAccount>{1,1}</PayToAccount>
<PayToAccountName lang="">{0,1}</PayToAccountName>
<PayToName>{1,1}</PayToName>
<PayToBIC>{0,1}</PayToBIC>
<PaymentCard>{0,1}</PaymentCard>
<DirectDebitPayeeContractNum>{0,1}</DirectDebitPayeeContractNum>
<DirectDebitPayerNum>{0,1}</DirectDebitPayerNum>
<PayFromAccount>{0,1}</PayFromAccount>
</PaymentInfo>
|
|
Source
|
<xs:element name="PaymentInfo">
<xs:complexType>
<xs:sequence>
<xs:element name="Currency" type="CurrencyType"/>
<xs:choice>
<xs:sequence>
<xs:element name="PaymentDescription" type="PaymentDescriptionType"/>
</xs:sequence>
<xs:sequence>
<xs:element name="PaymentRefID" type="ShortTextType"/>
<!-- 3.1.11: UPDATE type RefType -> ShortTextType -->
<xs:element minOccurs="0" name="PaymentDescription" type="PaymentDescriptionType"/>
</xs:sequence>
</xs:choice>
<xs:element name="Payable" type="YesNoType"/>
<xs:element minOccurs="0" name="PayDueDate" type="DateType"/>
<xs:element name="PaymentTotalSum" type="Decimal2FractionDigitsType"/>
<xs:choice minOccurs="0">
<xs:sequence>
<xs:element name="CashDiscountDueDate" type="DateTimeType"/>
<xs:element name="CashDiscountRate" type="Decimal2FractionDigitsType"/>
</xs:sequence>
</xs:choice>
<xs:element name="PayerName" type="NameTextType"/>
<xs:element name="PaymentID" type="NormalTextType"/>
<xs:element name="PayToAccount" type="AccountType"/>
<xs:element minOccurs="0" name="PayToAccountName" type="NormalTextLangType"/>
<xs:element name="PayToName" type="NameTextType"/>
<xs:element minOccurs="0" name="PayToBIC" type="BICType"/>
<xs:element minOccurs="0" name="PaymentCard" type="PaymentCardRecord"/>
<xs:element minOccurs="0" name="DirectDebitPayeeContractNum" type="ShortTextType"/>
<xs:element minOccurs="0" name="DirectDebitPayerNum" type="RefType"/>
<xs:element minOccurs="0" name="PayFromAccount" type="AccountType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
|
|
|
|