entityId Data Type

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs constraints description
accountId long element edc 1/1 required  
eId string element edc 0/1    
entityType etype element edc 0/1    

Example

<entityId xmlns="http://eurotech.com/edc/2.0">
  <accountId>...</accountId>
  <entityType>...</entityType>
  <eId>...</eId>
</entityId>