simpleType OrganisationRoleEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attributes EnterpriseRoleType/@role VendorRoleType/@type
facets
Kind Value Annotation
enumeration supplier
enumeration manufacturer
enumeration distributor
annotation
documentation

      The role of an Organisation.
     
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy