organization Data Type

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs description
addressLine1 string element edc 0/1  
addressLine2 string element edc 0/1  
addressLine3 string element edc 0/1  
city string element edc 0/1  
country string element edc 0/1  
email string element edc 0/1  
name string element edc 0/1  
personName string element edc 0/1  
phoneNumber string element edc 0/1  
stateProvinceCounty string element edc 0/1  
zipPostCode string element edc 0/1  

Example

<organization xmlns="http://eurotech.com/edc/2.0">
  <name>...</name>
  <personName>...</personName>
  <email>...</email>
  <phoneNumber>...</phoneNumber>
  <addressLine1>...</addressLine1>
  <addressLine2>...</addressLine2>
  <addressLine3>...</addressLine3>
  <zipPostCode>...</zipPostCode>
  <city>...</city>
  <stateProvinceCounty>...</stateProvinceCounty>
  <country>...</country>
</organization>