simpleType HoleOrientationType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute HoleFeatureType/@orientation
facets
Kind Value Annotation
enumeration normalToPlacementPlane
enumeration normalToEntrySurface
enumeration coaxial
annotation
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)
     
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>


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