Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element JournalEntry
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Element_JournalEntry.tmp#JournalEntry_JournalItemNume-document-3_1_10_xsd_Element_JournalEntry.tmp#JournalEntry_EntryItemTypee-document-3_1_10_xsd_Element_JournalEntry.tmp#JournalEntry_AccountTypee-document-3_1_10_xsd_Element_JournalEntry.tmp#JournalEntry_ItemDescriptione-document-3_1_10_xsd_Element_JournalEntry.tmp#JournalEntry_AccountIDe-document-3_1_10_xsd_Element_JournalEntry.tmp#JournalEntry_AccountNamee-document-3_1_10_xsd_Element_JournalEntry.tmp#JournalEntry_AccountERPIDe-document-3_1_10_xsd_Element_JournalEntry.tmp#JournalEntry_AmountInvoicede-document-3_1_10_xsd_Element_JournalEntry.tmp#JournalEntry_Sume-document-3_1_10_xsd_Element_JournalEntry.tmp#JournalEntry_VATe-document-3_1_10_xsd_Element_JournalEntry.tmp#JournalEntry_RefInfoe-document-3_1_10_xsd_Element_JournalEntry.tmp#JournalEntry_VATCodee-document-3_1_10_xsd_Element_JournalEntry.tmp#JournalEntry_VATRatee-document-3_1_10_xsd_Element_JournalEntry.tmp#JournalEntry_VATSume-document-3_1_10_xsd_Element_JournalEntry.tmp#JournalEntry_VATAccountIDe-document-3_1_10_xsd_Element_Dimensions.tmp#Dimensions
Properties
content complex
Used by
Element DocumentItem
Model
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>
Element JournalEntry / JournalItemNum
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_PositiveNumType.tmp#PositiveNumType
Type PositiveNumType
Properties
content simple
Source
<xs:element name="JournalItemNum" type="PositiveNumType"/>
Element JournalEntry / EntryItemType
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_JournalItemType.tmp#JournalItemType
Type JournalItemType
Properties
content simple
Facets
pattern (\c+) & ((CRE)|(DEB))
Source
<xs:element name="EntryItemType" type="JournalItemType"/>
Element JournalEntry / AccountType
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_JournalEntryType.tmp#JournalEntryType
Type JournalEntryType
Properties
content simple
minOccurs 0
Facets
pattern (\c+) & ((E)|(L)|(V)|(A))
Source
<xs:element minOccurs="0" name="AccountType" type="JournalEntryType"/>
Element JournalEntry / ItemDescription
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_LongTextType.tmp#LongTextType
Type LongTextType
Properties
content simple
minOccurs 0
Facets
maxLength 4000
Source
<xs:element minOccurs="0" name="ItemDescription" type="LongTextType"/>
Element JournalEntry / AccountID
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
Facets
maxLength 50
Source
<xs:element name="AccountID" type="ShortTextType"/>
Element JournalEntry / AccountName
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_LongTextType.tmp#LongTextTypee-document-3_1_10_xsd_Complex_Type_LongTextLangType.tmp#LongTextLangType_lange-document-3_1_10_xsd_Complex_Type_LongTextLangType.tmp#LongTextLangType
Type LongTextLangType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
lang LanguageType optional
Source
<xs:element maxOccurs="unbounded" name="AccountName" type="LongTextLangType"/>
Element JournalEntry / AccountERPID
Namespace No namespace
Annotations
Account ID in the data-receiver's ERP
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<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>
Element JournalEntry / AmountInvoiced
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_Decimal5FractionDigitsType.tmp#Decimal5FractionDigitsType
Type Decimal5FractionDigitsType
Properties
content simple
minOccurs 0
Facets
fractionDigits 5
Source
<xs:element minOccurs="0" name="AmountInvoiced" type="Decimal5FractionDigitsType"/>
Element JournalEntry / Sum
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_Decimal5FractionDigitsType.tmp#Decimal5FractionDigitsType
Type Decimal5FractionDigitsType
Properties
content simple
Facets
fractionDigits 5
Source
<xs:element name="Sum" type="Decimal5FractionDigitsType"/>
Element JournalEntry / VAT
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_VATRecord.tmp#VATRecord_vatIDe-document-3_1_10_xsd_Complex_Type_VATRecord.tmp#VATRecord_SumBeforeVATe-document-3_1_10_xsd_Complex_Type_VATRecord.tmp#VATRecord_VATRatee-document-3_1_10_xsd_Complex_Type_VATRecord.tmp#VATRecord_VATSume-document-3_1_10_xsd_Complex_Type_VATRecord.tmp#VATRecord_Currencye-document-3_1_10_xsd_Complex_Type_VATRecord.tmp#VATRecord_Refe-document-3_1_10_xsd_Complex_Type_VATRecord.tmp#VATRecord_VATCodee-document-3_1_10_xsd_Complex_Type_VATRecord.tmp#VATRecord_VATERPIDe-document-3_1_10_xsd_Complex_Type_VATRecord.tmp#VATRecord_VATCategoryCodee-document-3_1_10_xsd_Complex_Type_VATRecord.tmp#VATRecord
Type VATRecord
Properties
content complex
minOccurs 0
Model
Children Currency, Ref, SumBeforeVAT, VATCategoryCode, VATCode, VATERPID, VATRate, VATSum
Instance
<VAT vatID="">
  <SumBeforeVAT>{0,1}</SumBeforeVAT>
  <VATRate>{0,1}</VATRate>
  <VATSum>{0,1}</VATSum>
  <Currency>{0,1}</Currency>
  <Ref extensionId="" lang="">{0,1}</Ref>
  <VATCode>{0,1}</VATCode>
  <VATERPID>{0,1}</VATERPID>
  <VATCategoryCode>{0,1}</VATCategoryCode>
</VAT>
Attributes
QName Type Use Annotation
vatID VATCodeType optional
Tax category in data-receiver's ERP, e.g. TAX, NOTTAX
Source
<xs:element minOccurs="0" name="VAT" type="VATRecord"/>
Element JournalEntry / RefInfo
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_RefInfoRecord.tmp#RefInfoRecord_ReferenceNume-document-3_1_10_xsd_Complex_Type_RefInfoRecord.tmp#RefInfoRecord_CustomerRefe-document-3_1_10_xsd_Complex_Type_RefInfoRecord.tmp#RefInfoRecord_PaymentRefNume-document-3_1_10_xsd_Complex_Type_RefInfoRecord.tmp#RefInfoRecord_TransportReferenceIDe-document-3_1_10_xsd_Complex_Type_RefInfoRecord.tmp#RefInfoRecord_CREntryReferenceIDe-document-3_1_10_xsd_Complex_Type_RefInfoRecord.tmp#RefInfoRecord_TransportContractRefNume-document-3_1_10_xsd_Complex_Type_RefInfoRecord.tmp#RefInfoRecord_SourceDocumente-document-3_1_10_xsd_Complex_Type_RefInfoRecord.tmp#RefInfoRecord_AdditionalInfoe-document-3_1_10_xsd_Complex_Type_RefInfoRecord.tmp#RefInfoRecord_GTINe-document-3_1_10_xsd_Complex_Type_RefInfoRecord.tmp#RefInfoRecord_DataSourceGLNe-document-3_1_10_xsd_Complex_Type_RefInfoRecord.tmp#RefInfoRecord_TargetMarketInfoe-document-3_1_10_xsd_Complex_Type_RefInfoRecord.tmp#RefInfoRecord
Type RefInfoRecord
Properties
content complex
minOccurs 0
Model
Children AdditionalInfo, CREntryReferenceID, CustomerRef, DataSourceGLN, GTIN, PaymentRefNum, ReferenceNum, SourceDocument, TargetMarketInfo, TransportContractRefNum, TransportReferenceID
Instance
<RefInfo>
  <ReferenceNum type="">{0,1}</ReferenceNum>
  <CustomerRef>{0,1}</CustomerRef>
  <PaymentRefNum>{0,1}</PaymentRefNum>
  <TransportReferenceID>{0,1}</TransportReferenceID>
  <CREntryReferenceID>{0,1}</CREntryReferenceID>
  <TransportContractRefNum>{0,1}</TransportContractRefNum>
  <SourceDocument type="">{0,unbounded}</SourceDocument>
  <AdditionalInfo>{0,1}</AdditionalInfo>
  <GTIN>{0,1}</GTIN>
  <DataSourceGLN>{0,1}</DataSourceGLN>
  <TargetMarketInfo>{0,1}</TargetMarketInfo>
</RefInfo>
Source
<xs:element minOccurs="0" name="RefInfo" type="RefInfoRecord"/>
Element JournalEntry / VATCode
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element minOccurs="0" name="VATCode" type="ShortTextType"/>
Element JournalEntry / VATRate
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_Decimal2FractionDigitsType.tmp#Decimal2FractionDigitsType
Type Decimal2FractionDigitsType
Properties
content simple
minOccurs 0
Facets
fractionDigits 2
Source
<xs:element minOccurs="0" name="VATRate" type="Decimal2FractionDigitsType"/>
Element JournalEntry / VATSum
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_Decimal5FractionDigitsType.tmp#Decimal5FractionDigitsType
Type Decimal5FractionDigitsType
Properties
content simple
minOccurs 0
Facets
fractionDigits 5
Source
<xs:element minOccurs="0" name="VATSum" type="Decimal5FractionDigitsType"/>
Element JournalEntry / VATAccountID
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element minOccurs="0" name="VATAccountID" type="NormalTextType"/>