|
Namespace |
No namespace |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
Balance{0,1} , DocumentSum{0,1} , PenaltySum{0,1} , Addition* , Rounding{0,1} , VAT* , TotalVATSum{0,1} , PaymentTotalSum{0,1} , TotalSum{0,1} , Currency{0,1} , ComplementaryCurrency{0,1} , GrossWeight{0,1} , NetWeight{0,1} , Volume{0,1} , Accounting{0,1} , AdditionalInfo{0,1} , DocumentTotalSumWithoutVAT{0,1}
|
Children |
Accounting, Addition, AdditionalInfo, Balance, ComplementaryCurrency, Currency, DocumentSum, DocumentTotalSumWithoutVAT, GrossWeight, NetWeight, PaymentTotalSum, PenaltySum, Rounding, TotalSum, TotalVATSum, VAT, Volume |
Instance
|
<DocumentSumGroup>
<Balance>{0,1}</Balance>
<DocumentSum>{0,1}</DocumentSum>
<PenaltySum>{0,1}</PenaltySum>
<Addition addCode="" included="" type="">{0,unbounded}</Addition>
<Rounding>{0,1}</Rounding>
<VAT vatID="">{0,unbounded}</VAT>
<TotalVATSum>{0,1}</TotalVATSum>
<PaymentTotalSum>{0,1}</PaymentTotalSum>
<TotalSum>{0,1}</TotalSum>
<Currency>{0,1}</Currency>
<ComplementaryCurrency>{0,1}</ComplementaryCurrency>
<GrossWeight>{0,1}</GrossWeight>
<NetWeight>{0,1}</NetWeight>
<Volume>{0,1}</Volume>
<Accounting>{0,1}</Accounting>
<AdditionalInfo>{0,1}</AdditionalInfo>
<DocumentTotalSumWithoutVAT>{0,1}</DocumentTotalSumWithoutVAT>
</DocumentSumGroup>
|
|
Source
|
<xs:element name="DocumentSumGroup">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="Balance">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="BalanceDate" type="DateType"/>
<xs:element minOccurs="0" name="BalanceBegin" type="Decimal2FractionDigitsType"/>
<xs:element minOccurs="0" name="BalanceEnd" type="Decimal2FractionDigitsType"/>
<xs:element minOccurs="0" maxOccurs="unbounded" name="Inbound" type="Decimal2FractionDigitsType"/>
<xs:element minOccurs="0" maxOccurs="unbounded" name="Outbound" type="Decimal2FractionDigitsType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="DocumentSum" type="Decimal5FractionDigitsType"/>
<xs:element minOccurs="0" name="PenaltySum" type="Decimal5FractionDigitsType"/>
<xs:element minOccurs="0" maxOccurs="unbounded" name="Addition" type="AdditionRecord"/>
<xs:element minOccurs="0" name="Rounding" type="Decimal5FractionDigitsType"/>
<xs:element minOccurs="0" maxOccurs="unbounded" name="VAT" type="VATRecord"/>
<xs:element minOccurs="0" name="TotalVATSum" type="Decimal2FractionDigitsType"/>
<xs:element minOccurs="0" name="PaymentTotalSum" type="Decimal2FractionDigitsType"/>
<xs:element minOccurs="0" name="TotalSum" type="Decimal2FractionDigitsType"/>
<xs:element minOccurs="0" name="Currency" type="CurrencyType"/>
<!-- 3.1.10: TO BE ADDED: START -->
<xs:element minOccurs="0" name="ComplementaryCurrency" type="ComplementaryCurrencyRecord"/>
<!-- 3.1.10: TO BE ADDED: END -->
<xs:element minOccurs="0" name="GrossWeight" type="Decimal5FractionDigitsType"/>
<xs:element minOccurs="0" name="NetWeight" type="Decimal5FractionDigitsType"/>
<xs:element minOccurs="0" name="Volume" type="Decimal5FractionDigitsType"/>
<xs:element minOccurs="0" name="Accounting" type="AccountingRecord"/>
<xs:element minOccurs="0" name="AdditionalInfo" type="AdditionalInfoRecord"/>
<xs:element minOccurs="0" name="DocumentTotalSumWithoutVAT" type="Decimal5FractionDigitsType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
|
|
|
|