Namespace
No namespace
Diagram
Properties
Used by
Model
JournalItemNum ,
EntryItemType ,
AccountType{0,1} ,
ItemDescription{0,1} ,
AccountID ,
AccountName+ ,
AccountERPID{0,1} ,
AmountInvoiced{0,1} ,
Sum ,
VAT{0,1} ,
RefInfo{0,1} ,
VATCode{0,1} ,
VATRate{0,1} ,
VATSum{0,1} ,
VATAccountID{0,1} ,
Dimensions{0,1}
Children
AccountERPID , AccountID , AccountName , AccountType , AmountInvoiced , Dimensions , EntryItemType , ItemDescription , JournalItemNum , RefInfo , Sum , VAT , VATAccountID , VATCode , VATRate , VATSum
Instance
<JournalEntry >
<JournalItemNum > {1,1} </JournalItemNum>
<EntryItemType > {1,1} </EntryItemType>
<AccountType > {0,1} </AccountType>
<ItemDescription > {0,1} </ItemDescription>
<AccountID > {1,1} </AccountID>
<AccountName lang= "" > {1,unbounded} </AccountName>
<AccountERPID > {0,1} </AccountERPID>
<AmountInvoiced > {0,1} </AmountInvoiced>
<Sum > {1,1} </Sum>
<VAT vatID= "" > {0,1} </VAT>
<RefInfo > {0,1} </RefInfo>
<VATCode > {0,1} </VATCode>
<VATRate > {0,1} </VATRate>
<VATSum > {0,1} </VATSum>
<VATAccountID > {0,1} </VATAccountID>
<Dimensions > {0,1} </Dimensions>
</JournalEntry>
Source
<xs:element name= "JournalEntry" >
<xs:complexType >
<xs:sequence >
<xs:element name= "JournalItemNum" type= "PositiveNumType" />
<xs:element name= "EntryItemType" type= "JournalItemType" />
<xs:element minOccurs= "0" name= "AccountType" type= "JournalEntryType" />
<xs:element minOccurs= "0" name= "ItemDescription" type= "LongTextType" />
<xs:element name= "AccountID" type= "ShortTextType" />
<xs:element maxOccurs= "unbounded" name= "AccountName" type= "LongTextLangType" />
<xs:element minOccurs= "0" name= "AccountERPID" type= "ShortTextType" >
<xs:annotation >
<xs:documentation > Account ID in the data-receiver's ERP </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs= "0" name= "AmountInvoiced" type= "Decimal5FractionDigitsType" />
<xs:element name= "Sum" type= "Decimal5FractionDigitsType" />
<xs:element minOccurs= "0" name= "VAT" type= "VATRecord" />
<xs:element minOccurs= "0" name= "RefInfo" type= "RefInfoRecord" />
<xs:element minOccurs= "0" name= "VATCode" type= "ShortTextType" />
<!-- 3.1.7: deprecated -->
<xs:element minOccurs= "0" name= "VATRate" type= "Decimal2FractionDigitsType" />
<!-- 3.1.7: deprecated -->
<xs:element minOccurs= "0" name= "VATSum" type= "Decimal5FractionDigitsType" />
<!-- item: deprecated -->
<xs:element minOccurs= "0" name= "VATAccountID" type= "NormalTextType" />
<xs:element minOccurs= "0" ref= "Dimensions" />
</xs:sequence>
</xs:complexType>
</xs:element>