simpleType RefSelectType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute EntityRefBase/@select
facets
Kind Value Annotation
enumeration single
enumeration multiple
annotation
documentation

      This type describes whether the PLMXML reference is
      specifying a single entity or a set of entities.
     
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>


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