namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||
type | restriction of xsd:NMTOKEN | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:simpleType name="RefSelectType"> <xsd:annotation> <xsd:documentation> This type describes whether the PLMXML reference is specifying a single entity or a set of entities. </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="single"/> <xsd:enumeration value="multiple"/> </xsd:restriction> </xsd:simpleType> |