<complexType name="CompanyInformationType">
<annotation>
<documentation>Specifies information about a company.</documentation>
</annotation>
<attribute name="CompanyCode" use="required">
<annotation>
<documentation>An alpha-numeric field, from the PIDX company code list, that is used to identify the company.</documentation>
</annotation>
<simpleType>
<restriction base="NMTOKEN">
<pattern value="[a-zA-Z]{2,3}" />
</restriction>
</simpleType>
</attribute>
<attribute name="CompanyName" type="string" />
<attribute name="CompanyFEIN" type="pidx:FEIN_Type">
<annotation>
<documentation>2 numerics followed by a dash, followed by 7 digits.</documentation>
</annotation>
</attribute>
</complexType>
|