Attributes | Companies/@Role, CompanyType/@Role |
<xs:simpleType name="CompanyRoleCodeType"> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Division"> <xs:annotation> <xs:documentation xml:lang="EN">To define or detail a particular division within a company</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Guarantee"/> <xs:enumeration value="Insurance"/> <xs:enumeration value="Headquarter"/> <xs:enumeration value="Member"/> <xs:enumeration value="Subsidiary"/> </xs:restriction> </xs:simpleType> |