| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
| type | restriction of xsd:NMTOKEN | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| 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> |