namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
type | restriction of xsd:NMTOKEN | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:simpleType name="HoleOrientationType"> <xsd:annotation> <xsd:documentation> The way in which the orientation of a hole is determined. normalToEntrySurface: normal to the face in which the hole lies normalToPlacementPlane: normal to a defined plane (not specified) coaxial: coaxial with another hole (not specified) </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="normalToPlacementPlane"/> <xsd:enumeration value="normalToEntrySurface"/> <xsd:enumeration value="coaxial"/> </xsd:restriction> </xsd:simpleType> |