complexType Ann3DNoteDisplayType
diagram plmxml_diagrams/plmxml_p764.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:Ann3DDisplayType
properties
base plm:Ann3DDisplayType
children plm:Description plm:ApplicationRef plm:Attribute plm:DisplayPlane plm:Leader plm:Geometry
used by
element NoteDisplay
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      
blanked  xsd:boolean    false    
units  plm:PreferredPartUnitsType  optional      
symbolColour  plm:RGBAType  optional      
layer  xsd:integer  optional      
textOrigin  plm:VectorType  optional      
textDirection  plm:VectorType  optional      
textBox  xsd:boolean  optional      
outlineRef  plm:anyURIType  optional      
attachmentType  plm:Ann3DAttachment  optional      
symbolicDisplayRef  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      
annotation3DRef  xsd:IDREF  optional      
commaAsDecimal  xsd:boolean    false    
flag  xsd:boolean    false    
unitRef  plm:anyURIType  optional      
displayType  plm:Ann3DNoteDisplayEnum  optional      
datumOnLeader  plm:Ann3DDatumOnLeaderEnum    none    
annotation
documentation

      Note display.

      Attributes:

      displayType:      Whether the Note is displayed flat to the screen or flat
                        to the surface.
      datumOnLeader:    Whether the Leader has an intermediate datum symbol
                        rather than going directly to the target geometry and,
                        if it has, whether the symbol is solid or filled.
     
source <xsd:complexType name="Ann3DNoteDisplayType">
 
<xsd:annotation>
   
<xsd:documentation>
      Note display.

      Attributes:

      displayType:      Whether the Note is displayed flat to the screen or flat
                        to the surface.
      datumOnLeader:    Whether the Leader has an intermediate datum symbol
                        rather than going directly to the target geometry and,
                        if it has, whether the symbol is solid or filled.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:Ann3DDisplayType">
     
<xsd:attribute name="displayType" type="plm:Ann3DNoteDisplayEnum" use="optional"/>
     
<xsd:attribute name="datumOnLeader" type="plm:Ann3DDatumOnLeaderEnum" default="none"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute Ann3DNoteDisplayType/@displayType
type plm:Ann3DNoteDisplayEnum
properties
use optional
facets
Kind Value Annotation
enumeration flatToScreen
enumeration flatToSurface
source <xsd:attribute name="displayType" type="plm:Ann3DNoteDisplayEnum" use="optional"/>

attribute Ann3DNoteDisplayType/@datumOnLeader
type plm:Ann3DDatumOnLeaderEnum
properties
default none
facets
Kind Value Annotation
enumeration none
enumeration solid
enumeration filled
source <xsd:attribute name="datumOnLeader" type="plm:Ann3DDatumOnLeaderEnum" default="none"/>


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