<xsd:complexType name="MarketingOrganization">
<xsd:sequence>
<xsd:element name="marketingOrganizationType" type="udt:TextType" />
<xsd:sequence>
<xsd:element name="level10Code" type="udt:TextType" />
<xsd:element name="level10Description" />
<xsd:element name="level20Code" type="udt:TextType" />
<xsd:element name="level20Description" type="udt:TextType" />
<xsd:element name="level30Code" type="udt:TextType" />
<xsd:element name="level30Description" type="udt:TextType" />
<xsd:element name="level40Code" type="udt:TextType" />
<xsd:element name="level40Description" type="udt:TextType" />
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
|