complexType Ann3DUserDefinedSymbolType
diagram plmxml_diagrams/plmxml_p799.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:Line plm:Arc plm:Circle plm:Ellipse plm:Spline plm:PolyLine plm:UserDefinedSymbolText
used by
element UserDefinedSymbol
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      
lineStyle  plm:Ann3DLineType    solid    
scale  xsd:double    1.0    
filename  plm:anyURIType  optional      
appinfo
validate=skipName
annotation
documentation

      UserDefinedSymbol Annotation.
     
      Note that the textOrigin and textDirection attributes on Ann3DisplayType
      do not apply to this Annotation.

      Attributes:
       
      lineStyle:         The style applied to the lines in the User Defined Symbol
      scale:             Scale factor applied to the symbol
      filename:          name of the file used to define the symbol
      
      Elements:
     
      Line:              One element for each line in the symbol
      Arc:               One element for each arc in the symbol
      Circle:            One element for each circle in the symbol
      Ellipse:           One element for each ellipse in the symbol
      Spline:            One element for each spline in the symbol
      PolyLine:          One element for each polyline in the symbol
      UserDefinedSymbolText: Positioned and oriented Text blocks
     
source <xsd:complexType name="Ann3DUserDefinedSymbolType">
 
<xsd:annotation>
   
<xsd:documentation>
      UserDefinedSymbol Annotation.
     
      Note that the textOrigin and textDirection attributes on Ann3DisplayType
      do not apply to this Annotation.

      Attributes:
       
      lineStyle:         The style applied to the lines in the User Defined Symbol
      scale:             Scale factor applied to the symbol
      filename:          name of the file used to define the symbol
      
      Elements:
     
      Line:              One element for each line in the symbol
      Arc:               One element for each arc in the symbol
      Circle:            One element for each circle in the symbol
      Ellipse:           One element for each ellipse in the symbol
      Spline:            One element for each spline in the symbol
      PolyLine:          One element for each polyline in the symbol
      UserDefinedSymbolText: Positioned and oriented Text blocks
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:Annotation3DType">
     
<xsd:sequence>
       
<xsd:element name="Line" type="plm:LineType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="Arc" type="plm:CircleType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="Circle" type="plm:CircleType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="Ellipse" type="plm:EllipseType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="Spline" type="plm:BSplineCurveType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="PolyLine" type="plm:PolyLineType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="UserDefinedSymbolText" type="plm:Ann3DUserDefinedSymbolTextType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="lineStyle" type="plm:Ann3DLineType" default="solid"/>
     
<xsd:attribute name="scale" type="xsd:double" default="1.0"/>
     
<xsd:attribute name="filename" type="plm:anyURIType" use="optional">
       
<xsd:annotation>
         
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute Ann3DUserDefinedSymbolType/@lineStyle
type plm:Ann3DLineType
properties
default solid
facets
Kind Value Annotation
enumeration solid
enumeration dashed
enumeration phantom
enumeration centreline
enumeration dotted
enumeration longDashed
enumeration dottedDashed
source <xsd:attribute name="lineStyle" type="plm:Ann3DLineType" default="solid"/>

attribute Ann3DUserDefinedSymbolType/@scale
type xsd:double
properties
default 1.0
source <xsd:attribute name="scale" type="xsd:double" default="1.0"/>

attribute Ann3DUserDefinedSymbolType/@filename
type plm:anyURIType
properties
use optional
annotation
appinfo
validate=skipName
source <xsd:attribute name="filename" type="plm:anyURIType" use="optional">
 
<xsd:annotation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

element Ann3DUserDefinedSymbolType/Line
diagram plmxml_diagrams/plmxml_p800.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:LineType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints
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      
entityRef  plm:anyURIType  optional      
propertyRefs  plm:uriReferenceListType  optional      
startT  xsd:double  optional      
endT  xsd:double  optional      
origin  plm:VectorType  required      
direction  plm:DirectionType  required      
source <xsd:element name="Line" type="plm:LineType" minOccurs="0" maxOccurs="unbounded"/>

element Ann3DUserDefinedSymbolType/Arc
diagram plmxml_diagrams/plmxml_p801.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:CircleType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints
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      
entityRef  plm:anyURIType  optional      
propertyRefs  plm:uriReferenceListType  optional      
startT  xsd:double  optional      
endT  xsd:double  optional      
origin  plm:VectorType    0 0 0    
zAxis  plm:DirectionType    0 0 1    
xAxis  plm:DirectionType    1 0 0    
radius  xsd:double  required      
source <xsd:element name="Arc" type="plm:CircleType" minOccurs="0" maxOccurs="unbounded"/>

element Ann3DUserDefinedSymbolType/Circle
diagram plmxml_diagrams/plmxml_p802.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:CircleType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints
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      
entityRef  plm:anyURIType  optional      
propertyRefs  plm:uriReferenceListType  optional      
startT  xsd:double  optional      
endT  xsd:double  optional      
origin  plm:VectorType    0 0 0    
zAxis  plm:DirectionType    0 0 1    
xAxis  plm:DirectionType    1 0 0    
radius  xsd:double  required      
source <xsd:element name="Circle" type="plm:CircleType" minOccurs="0" maxOccurs="unbounded"/>

element Ann3DUserDefinedSymbolType/Ellipse
diagram plmxml_diagrams/plmxml_p803.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:EllipseType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints
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      
entityRef  plm:anyURIType  optional      
propertyRefs  plm:uriReferenceListType  optional      
startT  xsd:double  optional      
endT  xsd:double  optional      
origin  plm:VectorType    0 0 0    
zAxis  plm:DirectionType    0 0 1    
xAxis  plm:DirectionType    1 0 0    
majorRadius  xsd:double  required      
minorRadius  xsd:double  required      
source <xsd:element name="Ellipse" type="plm:EllipseType" minOccurs="0" maxOccurs="unbounded"/>

element Ann3DUserDefinedSymbolType/Spline
diagram plmxml_diagrams/plmxml_p804.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:BSplineCurveType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints plm:Knots plm:KnotMultiplicities plm:Vertices
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      
entityRef  plm:anyURIType  optional      
propertyRefs  plm:uriReferenceListType  optional      
startT  xsd:double  optional      
endT  xsd:double  optional      
degree  xsd:positiveInteger  required      
dimension  plm:SplineDimensionType    3    
isRational  xsd:boolean  required      
isPeriodic  xsd:boolean  required      
isClosed  xsd:boolean  required      
form  plm:SplineCurveFormType    unknown    
source <xsd:element name="Spline" type="plm:BSplineCurveType" minOccurs="0" maxOccurs="unbounded"/>

element Ann3DUserDefinedSymbolType/PolyLine
diagram plmxml_diagrams/plmxml_p805.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:PolyLineType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints plm:Points
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      
entityRef  plm:anyURIType  optional      
propertyRefs  plm:uriReferenceListType  optional      
startT  xsd:double  optional      
endT  xsd:double  optional      
closed  xsd:boolean    false    
dimension  plm:PolyLineDimensionType    3    
type  xsd:string  optional      
source <xsd:element name="PolyLine" type="plm:PolyLineType" minOccurs="0" maxOccurs="unbounded"/>

element Ann3DUserDefinedSymbolType/UserDefinedSymbolText
diagram plmxml_diagrams/plmxml_p806.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:Ann3DUserDefinedSymbolTextType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Text
attributes
Name  Type  Use  Default  Fixed  Annotation
origin  plm:VectorType        
direction  plm:VectorType        
source <xsd:element name="UserDefinedSymbolText" type="plm:Ann3DUserDefinedSymbolTextType" minOccurs="0" maxOccurs="unbounded"/>


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