simpleType MarkerEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute MarkerType/@type
facets
Kind Value Annotation
enumeration referenceFrame
enumeration baseFrame
enumeration toolFrame
enumeration toolCentrePointFrame
enumeration locator
annotation
documentation

            The coordinate frame of a robot.
         
source <xsd:simpleType name="MarkerEnum">
 
<xsd:annotation>
   
<xsd:documentation>
            The coordinate frame of a robot.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="referenceFrame"/>
   
<xsd:enumeration value="baseFrame"/>
   
<xsd:enumeration value="toolFrame"/>
   
<xsd:enumeration value="toolCentrePointFrame"/>
   
<xsd:enumeration value="locator"/>
 
</xsd:restriction>
</xsd:simpleType>


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