complexType Ann3DLocatorType
diagram plmxml_diagrams/plmxml_p753.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:PartNumber plm:Note plm:CoordinatedEntity
used by
element Locator
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      
symbol  plm:Ann3DLocatorSymbol  required      
mainEdgeType  plm:Ann3DLocatorEdgeType  optional      
mainHoleType  plm:Ann3DLocatorHoleType  optional      
mainSurfaceType  plm:Ann3DLocatorSurfaceType  optional      
mainRectSlotFreeformType  plm:Ann3DLocatorRectSlotFreeformType  optional      
subtype  plm:Ann3DLocatorSubtype  required      
coordinatePlane  plm:Ann3DLocatorCoordinatePlane  required      
functionalSubscript  xsd:string  optional      
changeLevel  plm:Ann3DLocatorChangeLevel  required      
punchDirection  plm:VectorType  optional      
pinDirection  plm:VectorType  optional      
normalDirection  plm:VectorType  optional      
hotSpotPosition  plm:VectorType  optional      
annotation
documentation

      Locator Annotation.

      Attributes:
     
      symbol:                  Main type of the Locator Symbol. e.g. hole, edge, surface, etc.

                               One of the following is required, depending on the value of symbol
      mainEdgeType:            If symbol is edge, indicates thge type of the Edge Locator
      mainHoleType:            If symbol is hole, indicates the type of the Hole Locator
      mainSurfaceType:         If symbol is surface, indicates the type of the Surface Locator
      mainRectSlotFreeformType:If symbol is recangular, slot or freeform
                                  indicates the type of the Rectangular, Slot or Freeform
                                  Locator
      subtype:                 Indicates the subtype of the Locator
      coordinatePlane:         Indicates the coordinate plane for which the Locator limits
                                  the degrees of freedom of the Part
      functionalSubscript:     Indicates which functional subscripts are applicable.
                                  These are (may include more than one):
                                   O - Dies, molds, checking fixtures for individual parts
                                   S - Sub-assembly prior to framing
                                   K - Sub-assembly locators in checking fixtures
                                   C - Assembly fixtures for framing prior to paint
                                   F - Trim and final assembly after paint
      changeLevel:             Indicates how easy it is (for the overall process) to allow
                                  change to this Locator.
      punchDirection[3]:       punch direction - direction in which punch approaches part
      pinDirection[3]:         pin direction - direction in which part is pinned
      normalDirection[3]:      normal direction - normal vector at this locator
      hotSpotPosition:         position of the Hot Spot for the Locator in global space
      
      Elements:
       
      PartNumber:              a user entered string indicating the part number
      Note:                    a user entered string, free text
      CoordinatedEntity:       a text string specifying a related entity in an undefined way
     
source <xsd:complexType name="Ann3DLocatorType">
 
<xsd:annotation>
   
<xsd:documentation>
      Locator Annotation.

      Attributes:
     
      symbol:                  Main type of the Locator Symbol. e.g. hole, edge, surface, etc.

                               One of the following is required, depending on the value of symbol
      mainEdgeType:            If symbol is edge, indicates thge type of the Edge Locator
      mainHoleType:            If symbol is hole, indicates the type of the Hole Locator
      mainSurfaceType:         If symbol is surface, indicates the type of the Surface Locator
      mainRectSlotFreeformType:If symbol is recangular, slot or freeform
                                  indicates the type of the Rectangular, Slot or Freeform
                                  Locator
      subtype:                 Indicates the subtype of the Locator
      coordinatePlane:         Indicates the coordinate plane for which the Locator limits
                                  the degrees of freedom of the Part
      functionalSubscript:     Indicates which functional subscripts are applicable.
                                  These are (may include more than one):
                                   O - Dies, molds, checking fixtures for individual parts
                                   S - Sub-assembly prior to framing
                                   K - Sub-assembly locators in checking fixtures
                                   C - Assembly fixtures for framing prior to paint
                                   F - Trim and final assembly after paint
      changeLevel:             Indicates how easy it is (for the overall process) to allow
                                  change to this Locator.
      punchDirection[3]:       punch direction - direction in which punch approaches part
      pinDirection[3]:         pin direction - direction in which part is pinned
      normalDirection[3]:      normal direction - normal vector at this locator
      hotSpotPosition:         position of the Hot Spot for the Locator in global space
      
      Elements:
       
      PartNumber:              a user entered string indicating the part number
      Note:                    a user entered string, free text
      CoordinatedEntity:       a text string specifying a related entity in an undefined way
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:Annotation3DType">
     
<xsd:sequence>
       
<xsd:element name="PartNumber" type="plm:Ann3DTextType" minOccurs="0"/>
       
<xsd:element name="Note" type="plm:Ann3DTextType" minOccurs="0"/>
       
<xsd:element name="CoordinatedEntity" type="plm:Ann3DTextType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="symbol" type="plm:Ann3DLocatorSymbol" use="required"/>
     
<xsd:attribute name="mainEdgeType" type="plm:Ann3DLocatorEdgeType" use="optional"/>
     
<xsd:attribute name="mainHoleType" type="plm:Ann3DLocatorHoleType" use="optional"/>
     
<xsd:attribute name="mainSurfaceType" type="plm:Ann3DLocatorSurfaceType" use="optional"/>
     
<xsd:attribute name="mainRectSlotFreeformType" type="plm:Ann3DLocatorRectSlotFreeformType" use="optional"/>
     
<xsd:attribute name="subtype" type="plm:Ann3DLocatorSubtype" use="required"/>
     
<xsd:attribute name="coordinatePlane" type="plm:Ann3DLocatorCoordinatePlane" use="required"/>
     
<xsd:attribute name="functionalSubscript" type="xsd:string" use="optional"/>
     
<xsd:attribute name="changeLevel" type="plm:Ann3DLocatorChangeLevel" use="required"/>
     
<xsd:attribute name="punchDirection" type="plm:VectorType" use="optional"/>
     
<xsd:attribute name="pinDirection" type="plm:VectorType" use="optional"/>
     
<xsd:attribute name="normalDirection" type="plm:VectorType" use="optional"/>
     
<xsd:attribute name="hotSpotPosition" type="plm:VectorType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute Ann3DLocatorType/@symbol
type plm:Ann3DLocatorSymbol
properties
use required
facets
Kind Value Annotation
enumeration edge
enumeration hole
enumeration surface
enumeration rectangle
enumeration slot
enumeration freeform
source <xsd:attribute name="symbol" type="plm:Ann3DLocatorSymbol" use="required"/>

attribute Ann3DLocatorType/@mainEdgeType
type plm:Ann3DLocatorEdgeType
properties
use optional
facets
Kind Value Annotation
enumeration E
appinfo
sdkname=EUpper
enumeration e
appinfo
sdkname=ELower
enumeration EK
enumeration CO
enumeration CE
source <xsd:attribute name="mainEdgeType" type="plm:Ann3DLocatorEdgeType" use="optional"/>

attribute Ann3DLocatorType/@mainHoleType
type plm:Ann3DLocatorHoleType
properties
use optional
facets
Kind Value Annotation
enumeration H
appinfo
sdkname=HUpper
enumeration h
appinfo
sdkname=HLower
enumeration HK
enumeration hk
enumeration CH
enumeration ch
enumeration AC
enumeration DL
enumeration BL
source <xsd:attribute name="mainHoleType" type="plm:Ann3DLocatorHoleType" use="optional"/>

attribute Ann3DLocatorType/@mainSurfaceType
type plm:Ann3DLocatorSurfaceType
properties
use optional
facets
Kind Value Annotation
enumeration S
appinfo
sdkname=SUpper
enumeration s
appinfo
sdkname=SLower
enumeration SK
enumeration sk
enumeration CK
enumeration CO
enumeration J
enumeration CS
enumeration SL
source <xsd:attribute name="mainSurfaceType" type="plm:Ann3DLocatorSurfaceType" use="optional"/>

attribute Ann3DLocatorType/@mainRectSlotFreeformType
type plm:Ann3DLocatorRectSlotFreeformType
properties
use optional
facets
Kind Value Annotation
enumeration H
appinfo
sdkname=HUpper
enumeration h
appinfo
sdkname=HLower
enumeration HK
enumeration hk
enumeration CH
enumeration AC
enumeration DL
enumeration BL
source <xsd:attribute name="mainRectSlotFreeformType" type="plm:Ann3DLocatorRectSlotFreeformType" use="optional"/>

attribute Ann3DLocatorType/@subtype
type plm:Ann3DLocatorSubtype
properties
use required
facets
Kind Value Annotation
enumeration diesMolds
enumeration fixing
enumeration temporaryTransferred
enumeration mechanicallyFastened
enumeration manufacturingAndAssembly
source <xsd:attribute name="subtype" type="plm:Ann3DLocatorSubtype" use="required"/>

attribute Ann3DLocatorType/@coordinatePlane
type plm:Ann3DLocatorCoordinatePlane
properties
use required
facets
Kind Value Annotation
enumeration X
enumeration Y
enumeration Z
enumeration XY
enumeration XZ
enumeration YZ
enumeration XYZ
source <xsd:attribute name="coordinatePlane" type="plm:Ann3DLocatorCoordinatePlane" use="required"/>

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

attribute Ann3DLocatorType/@changeLevel
type plm:Ann3DLocatorChangeLevel
properties
use required
facets
Kind Value Annotation
enumeration hard
enumeration medium
enumeration soft
source <xsd:attribute name="changeLevel" type="plm:Ann3DLocatorChangeLevel" use="required"/>

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

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

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

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

element Ann3DLocatorType/PartNumber
diagram plmxml_diagrams/plmxml_p754.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="PartNumber" type="plm:Ann3DTextType" minOccurs="0"/>

element Ann3DLocatorType/Note
diagram plmxml_diagrams/plmxml_p755.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="Note" type="plm:Ann3DTextType" minOccurs="0"/>

element Ann3DLocatorType/CoordinatedEntity
diagram plmxml_diagrams/plmxml_p756.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