simpleType RefEntityType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute EntityMonikerRefType/@type
facets
Kind Value Annotation
enumeration body
enumeration face
enumeration edge
enumeration vertex
annotation
documentation

  This type describes what type of entity (or entities)
  are being refenced by the PLMXML reference.
 
source <xsd:simpleType name="RefEntityType">
 
<xsd:annotation>
   
<xsd:documentation>
  This type describes what type of entity (or entities)
  are being refenced by the PLMXML reference.
 
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="body"/>
   
<xsd:enumeration value="face"/>
   
<xsd:enumeration value="edge"/>
   
<xsd:enumeration value="vertex"/>
 
</xsd:restriction>
</xsd:simpleType>


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