complexType CounterSinkType
diagram plmxml_diagrams/plmxml_p942.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:EntityRef
used by
element HoleFeatureType/CounterSink
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      
annotation
documentation

      This element specifies a CounterSink component of a HoleFeature. The CounterSink
      starts with a given diameter and tapers down.
     
      Attributes:
     
      diameter:     The diameter of the start of countersink.
     
      angle:        The angle of the countersink. This is the angle between a line
                       lying in the cone of the CounterSink, and a plane through the
                       start of the CounterSink. The range is 0 to pi/2. For example,
                       just below pi/2 would be a nearly-cylindrical CounterSink.
                      
      length:       The length of the countersink along its axis.
                      
      Elements:
     
      EntityRef:    Reference to entities that are related to the CounterSink
     
source <xsd:complexType name="CounterSinkType">
 
<xsd:annotation>
   
<xsd:documentation>
      This element specifies a CounterSink component of a HoleFeature. The CounterSink
      starts with a given diameter and tapers down.
     
      Attributes:
     
      diameter:     The diameter of the start of countersink.
     
      angle:        The angle of the countersink. This is the angle between a line
                       lying in the cone of the CounterSink, and a plane through the
                       start of the CounterSink. The range is 0 to pi/2. For example,
                       just below pi/2 would be a nearly-cylindrical CounterSink.
                      
      length:       The length of the countersink along its axis.
                      
      Elements:
     
      EntityRef:    Reference to entities that are related to the CounterSink
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:sequence>
       
<xsd:element ref="plm:EntityRef" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="diameter" type="xsd:double" use="optional"/>
     
<xsd:attribute name="angle" type="xsd:double" use="optional"/>
     
<xsd:attribute name="length" type="xsd:double" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute CounterSinkType/@diameter
type xsd:double
properties
use optional
source <xsd:attribute name="diameter" type="xsd:double" use="optional"/>

attribute CounterSinkType/@angle
type xsd:double
properties
use optional
source <xsd:attribute name="angle" type="xsd:double" use="optional"/>

attribute CounterSinkType/@length
type xsd:double
properties
use optional
source <xsd:attribute name="length" type="xsd:double" use="optional"/>


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