complexType HoleFeatureType
diagram plmxml_diagrams/plmxml_p946.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:FeatureBase
properties
base plm:FeatureBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup plm:Type plm:Parameter plm:FeatureOccurrence plm:Reference plm:EntityRef plm:HolePosition plm:HoleComponent plm:CounterBore plm:CounterSink
used by
element HoleFeature
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
gdeInstanceRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
nextFeature  xsd:IDREF  optional      
appinfo
validate=skipName
targetFeature  xsd:IDREF  optional      
appinfo
validate=skipName
toolFeature  xsd:IDREF  optional      
appinfo
validate=skipName
suppressed  xsd:boolean    false    
editable  xsd:boolean    false    
featureRefs  plm:uriReferenceListType  optional      
direction  plm:VectorType  optional      
sequenceRefs  xsd:IDREFS  required      
orientation  plm:HoleOrientationType  optional      
annotation
documentation

      This is a Hole Feature. It may consist of a number of actual holes, each of which
      has the same sequence of Components (HoleComponent, CounterSink, CounterBore), but
      which may have differing positions and directions.
     
      Attributes:
     
      direction:      Direction of of the hole. This direction defines the reference
                         direction when evaluating the sequence of hole, countersink and
                         counterbore elements; and the extent/offsets values within those
                         elements. Individual HolePosition elements may override this
                         direction.

      sequenceRefs:   The sequence of HoleComponent, CounterSink and CounterBore elements
                         that make up the complete hole description, in order along the
                         Hole axis. These elements must be sub-elements of this HoleFeature.
                       
      orientation:    The orientation of the hole with respect to the starting geometry.
                         This is for information/presentation purposes.
                       
      Elements:
     
      HolePosition:   One HolePosition element per actual hole. At least one.
      
      HoleComponent:  Definition of a HoleComponent
      CounterBore:    Definition of a CounterBore component
      CounterSink:    Definition of a CounterSink component
     
source <xsd:complexType name="HoleFeatureType">
 
<xsd:annotation>
   
<xsd:documentation>
      This is a Hole Feature. It may consist of a number of actual holes, each of which
      has the same sequence of Components (HoleComponent, CounterSink, CounterBore), but
      which may have differing positions and directions.
     
      Attributes:
     
      direction:      Direction of of the hole. This direction defines the reference
                         direction when evaluating the sequence of hole, countersink and
                         counterbore elements; and the extent/offsets values within those
                         elements. Individual HolePosition elements may override this
                         direction.

      sequenceRefs:   The sequence of HoleComponent, CounterSink and CounterBore elements
                         that make up the complete hole description, in order along the
                         Hole axis. These elements must be sub-elements of this HoleFeature.
                       
      orientation:    The orientation of the hole with respect to the starting geometry.
                         This is for information/presentation purposes.
                       
      Elements:
     
      HolePosition:   One HolePosition element per actual hole. At least one.
      
      HoleComponent:  Definition of a HoleComponent
      CounterBore:    Definition of a CounterBore component
      CounterSink:    Definition of a CounterSink component
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:FeatureBase">
     
<xsd:sequence>
       
<xsd:element name="HolePosition" type="plm:HolePositionType" maxOccurs="unbounded"/>
       
<xsd:choice maxOccurs="unbounded">
         
<xsd:element name="HoleComponent" type="plm:HoleComponentType"/>
         
<xsd:element name="CounterBore" type="plm:CounterBoreType"/>
         
<xsd:element name="CounterSink" type="plm:CounterSinkType"/>
       
</xsd:choice>
     
</xsd:sequence>
     
<xsd:attribute name="direction" type="plm:VectorType" use="optional"/>
     
<xsd:attribute name="sequenceRefs" type="xsd:IDREFS" use="required"/>
     
<xsd:attribute name="orientation" type="plm:HoleOrientationType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute HoleFeatureType/@direction
type plm:VectorType
properties
use optional
facets
Kind Value Annotation
length 3
source <xsd:attribute name="direction" type="plm:VectorType" use="optional"/>

attribute HoleFeatureType/@sequenceRefs
type xsd:IDREFS
properties
use required
source <xsd:attribute name="sequenceRefs" type="xsd:IDREFS" use="required"/>

attribute HoleFeatureType/@orientation
type plm:HoleOrientationType
properties
use optional
facets
Kind Value Annotation
enumeration normalToPlacementPlane
enumeration normalToEntrySurface
enumeration coaxial
source <xsd:attribute name="orientation" type="plm:HoleOrientationType" use="optional"/>

element HoleFeatureType/HolePosition
diagram plmxml_diagrams/plmxml_p947.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:HolePositionType
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
position  plm:VectorType  required      
direction  plm:VectorType  optional      
source <xsd:element name="HolePosition" type="plm:HolePositionType" maxOccurs="unbounded"/>

element HoleFeatureType/HoleComponent
diagram plmxml_diagrams/plmxml_p948.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:HoleComponentType
properties
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:EntityRef plm:Thread
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
diameter  xsd:double  optional      
length  xsd:double  optional      
extent  plm:HoleExtentType  optional      
taperAngle  xsd:double  optional      
blindHoleAngle  xsd:double  optional      
source <xsd:element name="HoleComponent" type="plm:HoleComponentType"/>

element HoleFeatureType/CounterBore
diagram plmxml_diagrams/plmxml_p949.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:CounterBoreType
properties
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:EntityRef plm:Thread
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
diameter  xsd:double  optional      
length  xsd:double  optional      
source <xsd:element name="CounterBore" type="plm:CounterBoreType"/>

element HoleFeatureType/CounterSink
diagram plmxml_diagrams/plmxml_p950.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:CounterSinkType
properties
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:EntityRef
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
diameter  xsd:double  optional      
angle  xsd:double  optional      
length  xsd:double  optional      
source <xsd:element name="CounterSink" type="plm:CounterSinkType"/>


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