<xsd:complexType name="PositionOrgIndustryType">
<xsd:sequence>
<xsd:element name="IndustryDescription" type="xsd:string" minOccurs="0" />
<xsd:element name="IndustryCode" minOccurs="0">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="classificationName" type="xsd:string" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="primaryIndicator" type="xsd:boolean" use="required" />
</xsd:complexType>
|