simpleType CoordinateFrameEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attributes SensorInstanceType/@coordinateFrame SensorOccurrenceType/@coordinateFrame
facets
Kind Value Annotation
enumeration absolute
enumeration relative
enumeration userDefined
annotation
documentation

          The coordinate frame in which the directional and orientational
          properties of a Sensor are defined.
         
source <xsd:simpleType name="CoordinateFrameEnum">
 
<xsd:annotation>
   
<xsd:documentation>
          The coordinate frame in which the directional and orientational
          properties of a Sensor are defined.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="absolute"/>
   
<xsd:enumeration value="relative"/>
   
<xsd:enumeration value="userDefined"/>
 
</xsd:restriction>
</xsd:simpleType>


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