complexType Ann3DFastenerType
diagram plmxml_diagrams/plmxml_p720.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:Annotation3DType
properties
base plm:Annotation3DType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup plm:Keyword plm:SafetyClassification plm:ValueToCustomer plm:Reference plm:FeatureIdentification plm:GeneralText plm:CoordinatedEntity
used by
element Fastener
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      
accountabilityId  xsd:integer  optional      
group  xsd:string  optional      
usage  xsd:string  optional      
uriRefs  plm:uriReferenceListType  optional      
symbolType  xsd:string  required      
type  xsd:string  optional      
fastenerSubType  xsd:string  optional      
threaded  xsd:boolean    false    
counterbored  xsd:boolean    false    
diameter  plm:DoubleListType  optional      
depth  plm:DoubleListType  optional      
axisDirection  plm:VectorType  optional      
indexDirection  plm:VectorType  optional      
optDirection  plm:VectorType  optional      
position  plm:VectorType  required      
annotation
documentation

      Fastener Annotation

      Attributes:

      symbolType:          e.g. capScrew, hole, dowel, or other user-defined type
      threaded:            whether threaded or not
      counterbored:        whether counterbored or not
      diameter[]:          array of diameters
      depth[]:             array of depths
      axisDirection[3]:    axis direction of hole etc
      indexDirection[3]:   index direction - user-defined
      optDirection[3]:     optional direction - user-defined
      type:                user-defined type string to define the type of the Fastener
      fastenerSubType:     optional user-defined string to further clarify the type
                           of the Fastener
      position:            position of the Fastener in global space
       
      Elements:
     
      GeneralText:         general text
      CoordinatedEntity:   a text string specifying a related entity in some undefined way
     
source <xsd:complexType name="Ann3DFastenerType">
 
<xsd:annotation>
   
<xsd:documentation>
      Fastener Annotation

      Attributes:

      symbolType:          e.g. capScrew, hole, dowel, or other user-defined type
      threaded:            whether threaded or not
      counterbored:        whether counterbored or not
      diameter[]:          array of diameters
      depth[]:             array of depths
      axisDirection[3]:    axis direction of hole etc
      indexDirection[3]:   index direction - user-defined
      optDirection[3]:     optional direction - user-defined
      type:                user-defined type string to define the type of the Fastener
      fastenerSubType:     optional user-defined string to further clarify the type
                           of the Fastener
      position:            position of the Fastener in global space
       
      Elements:
     
      GeneralText:         general text
      CoordinatedEntity:   a text string specifying a related entity in some undefined way
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:Annotation3DType">
     
<xsd:sequence>
       
<xsd:element name="GeneralText" type="plm:Ann3DTextType" minOccurs="0"/>
       
<xsd:element name="CoordinatedEntity" type="plm:Ann3DTextType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="symbolType" type="xsd:string" use="required"/>
     
<xsd:attribute name="type" type="xsd:string" use="optional"/>
     
<xsd:attribute name="fastenerSubType" type="xsd:string" use="optional"/>
     
<xsd:attribute name="threaded" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="counterbored" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="diameter" type="plm:DoubleListType" use="optional"/>
     
<xsd:attribute name="depth" type="plm:DoubleListType" use="optional"/>
     
<xsd:attribute name="axisDirection" type="plm:VectorType" use="optional"/>
     
<xsd:attribute name="indexDirection" type="plm:VectorType" use="optional"/>
     
<xsd:attribute name="optDirection" type="plm:VectorType" use="optional"/>
     
<xsd:attribute name="position" type="plm:VectorType" use="required"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute Ann3DFastenerType/@symbolType
type xsd:string
properties
use required
source <xsd:attribute name="symbolType" type="xsd:string" use="required"/>

attribute Ann3DFastenerType/@type
type xsd:string
properties
use optional
source <xsd:attribute name="type" type="xsd:string" use="optional"/>

attribute Ann3DFastenerType/@fastenerSubType
type xsd:string
properties
use optional
source <xsd:attribute name="fastenerSubType" type="xsd:string" use="optional"/>

attribute Ann3DFastenerType/@threaded
type xsd:boolean
properties
default false
source <xsd:attribute name="threaded" type="xsd:boolean" default="false"/>

attribute Ann3DFastenerType/@counterbored
type xsd:boolean
properties
default false
source <xsd:attribute name="counterbored" type="xsd:boolean" default="false"/>

attribute Ann3DFastenerType/@diameter
type plm:DoubleListType
properties
use optional
source <xsd:attribute name="diameter" type="plm:DoubleListType" use="optional"/>

attribute Ann3DFastenerType/@depth
type plm:DoubleListType
properties
use optional
source <xsd:attribute name="depth" type="plm:DoubleListType" use="optional"/>

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

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

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

attribute Ann3DFastenerType/@position
type plm:VectorType
properties
use required
facets
Kind Value Annotation
length 3
source <xsd:attribute name="position" type="plm:VectorType" use="required"/>

element Ann3DFastenerType/GeneralText
diagram plmxml_diagrams/plmxml_p721.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:Ann3DTextType
properties
minOcc 0
maxOcc 1
content complex
children plm:Item
attributes
Name  Type  Use  Default  Fixed  Annotation
textOrientation  plm:Ann3DTextOrientationType    horizontal    
name  xsd:string  optional      
outlineRef  plm:anyURIType  optional      
language  xsd:language  optional      
font  xsd:string  optional      
textHeight  xsd:double  optional      
textThickness  plm:TextLineThicknessType  optional      
textAspect  xsd:double  optional      
textColour  plm:RGBAType  optional      
bold  xsd:boolean    false    
italic  xsd:boolean    false    
italicAngle  xsd:double  optional      
underline  plm:TextUnderlineType  optional      
justification  plm:TextJustificationType  optional      
spaceFactor  xsd:double  optional      
lineFactor  xsd:double  optional      
strikethrough  plm:Ann3DTextStrikethroughEnum    none    
subscript  plm:Ann3DTextSubscriptEnum  optional      
textLineWidth  xsd:double  optional      
textLineWidthRef  plm:anyURIType  optional      
source <xsd:element name="GeneralText" type="plm:Ann3DTextType" minOccurs="0"/>

element Ann3DFastenerType/CoordinatedEntity
diagram plmxml_diagrams/plmxml_p722.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:Ann3DTextType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Item
attributes
Name  Type  Use  Default  Fixed  Annotation
textOrientation  plm:Ann3DTextOrientationType    horizontal    
name  xsd:string  optional      
outlineRef  plm:anyURIType  optional      
language  xsd:language  optional      
font  xsd:string  optional      
textHeight  xsd:double  optional      
textThickness  plm:TextLineThicknessType  optional      
textAspect  xsd:double  optional      
textColour  plm:RGBAType  optional      
bold  xsd:boolean    false    
italic  xsd:boolean    false    
italicAngle  xsd:double  optional      
underline  plm:TextUnderlineType  optional      
justification  plm:TextJustificationType  optional      
spaceFactor  xsd:double  optional      
lineFactor  xsd:double  optional      
strikethrough  plm:Ann3DTextStrikethroughEnum    none    
subscript  plm:Ann3DTextSubscriptEnum  optional      
textLineWidth  xsd:double  optional      
textLineWidthRef  plm:anyURIType  optional      
source <xsd:element name="CoordinatedEntity" type="plm:Ann3DTextType" minOccurs="0" maxOccurs="unbounded"/>


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