<xsd:complexType name="BusinessUnit">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that represents information about a unit within an organization.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="name" type="String" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A name used to describe the organization unit</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="businessUnitId" type="Unit" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">An identifier used to uniquely identify organization unit</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="contactInfo" type="ContactInformation" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Information on how to contact the unit using various means.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="country" type="CountryCode" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The ISO 3166 standard code for the country where the individual works.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|