simpleType HoleExtentType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute HoleComponentType/@extent
facets
Kind Value Annotation
enumeration throughAll
enumeration throughNext
enumeration fromTo
enumeration finite
annotation
documentation

      Extent of hole, i.e. how its length is determined.
     
        throughAll:     through all faces
        throughNext:    through to the next face in the model
        fromTo:         between specified points
        finite:         from a specified point for a specified length
     
source <xsd:simpleType name="HoleExtentType">
 
<xsd:annotation>
   
<xsd:documentation>
      Extent of hole, i.e. how its length is determined.
     
        throughAll:     through all faces
        throughNext:    through to the next face in the model
        fromTo:         between specified points
        finite:         from a specified point for a specified length
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="throughAll"/>
   
<xsd:enumeration value="throughNext"/>
   
<xsd:enumeration value="fromTo"/>
   
<xsd:enumeration value="finite"/>
 
</xsd:restriction>
</xsd:simpleType>


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