| schema location: | Z:\schema\Rev0\Account.xsd |
| attribute form default: | |
| element form default: | qualified |
| targetNamespace: | http://www.eamxml.org/schema/Rev0 |
| Elements | Complex types |
| Account | AccountType |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||||||||||||||||||||||||||||||||
| type | AccountType | ||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||
| children | AccountCode UserDefined | ||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||
| source | <xs:element name="Account" type="AccountType"/> |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||||||||||||||||||||||||||||||||
| children | AccountCode UserDefined | ||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||
| source | <xs:complexType name="AccountType"> <xs:sequence> <xs:element name="AccountCode" type="AccountCodeType" minOccurs="0"/> <xs:element name="UserDefined" type="UserDefinedType" minOccurs="0"/> </xs:sequence> <xs:attribute name="Id" type="xs:string" use="required"/> <xs:attribute name="Name" type="xs:string" use="optional"/> <xs:attribute name="Description" type="xs:string" use="optional"/> <xs:attribute name="ParentAccountId" type="xs:string" use="optional"/> <xs:attribute name="Balance" type="xs:decimal" use="optional"/> <xs:attribute name="BalanceDate" type="xs:date" 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="Name" type="xs:string" use="optional"/> |
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:attribute name="Description" type="xs:string" use="optional"/> |
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:attribute name="ParentAccountId" type="xs:string" use="optional"/> |
| type | xs:decimal | ||||
| properties |
|
||||
| source | <xs:attribute name="Balance" type="xs:decimal" use="optional"/> |
| type | xs:date | ||||
| properties |
|
||||
| source | <xs:attribute name="BalanceDate" type="xs:date" use="optional"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||
| type | AccountCodeType | ||||||||
| properties |
|
||||||||
| children | AccountCodeSegment | ||||||||
| source | <xs:element name="AccountCode" type="AccountCodeType" minOccurs="0"/> |
| diagram | ![]() |
||||||||||||||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||||||||||||||
| type | UserDefinedType | ||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||
| source | <xs:element name="UserDefined" type="UserDefinedType" minOccurs="0"/> |