| schema location: | Z:\schema\Rev0\Transaction.xsd |
| attribute form default: | |
| element form default: | qualified |
| targetNamespace: | http://www.eamxml.org/schema/Rev0 |
| Elements | Complex types |
| Transaction | TransactionType |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||||||||||||||||||||||||||
| type | TransactionType | ||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||
| children | TransactionAccount TransactionEvent | ||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||
| source | <xs:element name="Transaction" type="TransactionType"/> |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||||||||||||||||||||||||||
| children | TransactionAccount TransactionEvent | ||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||
| source | <xs:complexType name="TransactionType"> <xs:sequence> <xs:element name="TransactionAccount" type="AccountType"/> <xs:element name="TransactionEvent" type="TransactionEventType"/> </xs:sequence> <xs:attribute name="Id" type="xs:string" use="required"/> <xs:attribute name="Description" type="xs:string" use="required"/> <xs:attribute name="TransactionAmount" type="xs:decimal" use="required"/> <xs:attribute name="TransactionDate" type="xs:dateTime" use="required"/> <xs:attribute name="Currency" type="xs:string" use="optional"/> </xs:complexType> |
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:attribute name="Id" type="xs:string" use="required"/> |
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:attribute name="Description" type="xs:string" use="required"/> |
| type | xs:decimal | ||||
| properties |
|
||||
| source | <xs:attribute name="TransactionAmount" type="xs:decimal" use="required"/> |
| type | xs:dateTime | ||||
| properties |
|
||||
| source | <xs:attribute name="TransactionDate" type="xs:dateTime" use="required"/> |
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:attribute name="Currency" type="xs:string" use="optional"/> |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||||||||||||||||||||||||||||||||
| type | AccountType | ||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||
| children | AccountCode UserDefined | ||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||
| source | <xs:element name="TransactionAccount" type="AccountType"/> |
| diagram | ![]() |
||||||||||||||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||||||||||||||
| type | TransactionEventType | ||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||
| children | WorkOrder Equipment Requisition Account FunctionalLocation CatalogItem Site Invoice Location Address Payment Receipt UserDefined | ||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||
| source | <xs:element name="TransactionEvent" type="TransactionEventType"/> |