| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
| type | restriction of xsd:NMTOKEN | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xsd:simpleType name="OrganisationRoleEnum"> <xsd:annotation> <xsd:documentation> The role of an Organisation. </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="supplier"/> <xsd:enumeration value="manufacturer"/> <xsd:enumeration value="distributor"/> </xsd:restriction> </xsd:simpleType> |