<xsd:complexType name="OrganizationType">
<xsd:sequence>
<xsd:element name="OrganizationName" type="xsd:string" minOccurs="0" />
<xsd:element name="OrganizationId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="TaxId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="LegalId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="DunsNumber" type="DunsNumberDataType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="IsPublicCompany" type="xsd:boolean" minOccurs="0" />
<xsd:element name="Stock" type="StockType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="MissionStatement" type="xsd:string" minOccurs="0" />
<xsd:element name="ValueStatement" type="xsd:string" minOccurs="0" />
<xsd:element name="InternetDomainName" type="InternetDomainNameType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="DoingBusinessAs" type="LanguageDependentTextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="LegalClassification" type="OrganizationLegalClassificationType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="IndustryCode" type="IndustryCodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Headcount" type="xsd:nonNegativeInteger" minOccurs="0" />
<xsd:element name="Description" type="xsd:string" minOccurs="0" />
<xsd:element name="WorkSite" type="WorkSiteType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ContactInfo" type="OrganizationContactType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="RelatedOrganization" type="RelatedOrganizationType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="OrganizationalUnit" type="OrganizationalUnitType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="UserArea" type="UserAreaType" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|