<xsd:simpleType name="roleEnterpriseItemType">
<xsd:annotation>
<xsd:documentation>
<p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Indicates the Enterprise Role associated with the entity</p>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:pattern value="ENT\-[A-Za-z0-9_]{1,255}(\-[A-Za-z0-9_]{1,255})"/>
</xsd:restriction>
</xsd:simpleType>
|