complexType Ann3DCuttingPlaneSymbolType
diagram plmxml_diagrams/plmxml_p692.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:CpsLetters plm:PlaneCutter plm:OpenPolylineCutter plm:ClosedPolylineCutter plm:OpenCutter plm:ClosedCutter
used by
element CuttingPlaneSymbol
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      
annotation
documentation

      CuttingPlaneSymbol Annotation.

      Attributes:

      Elements:

      CpsLetters:       The name displayed with the Cutting Plane Symbol in the
                        graphics region. This is not the system ID for the
                        symbol.

      Elements:

      One (usually only one) of the following:

      PlaneCutter:      Data for a Plane cutter. A CuttingPlaneSymbol for a
                        parallel planes lightweight Section has 2 PlaneCutters.
                        One for a box lightweight Section has 6.
      OpenPolylineCutter: Data for an open polyline cutter
      ClosedPolylineCutter: Data for a closed polyline cutter
      OpenCutter:       Data for an open polyline cutter
      ClosedCutter:     Data for a closed polyline cutter
     
source <xsd:complexType name="Ann3DCuttingPlaneSymbolType">
 
<xsd:annotation>
   
<xsd:documentation>
      CuttingPlaneSymbol Annotation.

      Attributes:

      Elements:

      CpsLetters:       The name displayed with the Cutting Plane Symbol in the
                        graphics region. This is not the system ID for the
                        symbol.

      Elements:

      One (usually only one) of the following:

      PlaneCutter:      Data for a Plane cutter. A CuttingPlaneSymbol for a
                        parallel planes lightweight Section has 2 PlaneCutters.
                        One for a box lightweight Section has 6.
      OpenPolylineCutter: Data for an open polyline cutter
      ClosedPolylineCutter: Data for a closed polyline cutter
      OpenCutter:       Data for an open polyline cutter
      ClosedCutter:     Data for a closed polyline cutter
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:Annotation3DType">
     
<xsd:sequence>
       
<xsd:element name="CpsLetters" type="plm:Ann3DTextType" minOccurs="1" maxOccurs="1"/>
       
<xsd:choice minOccurs="1" maxOccurs="1">
         
<xsd:element name="PlaneCutter" type="plm:Ann3DCPSPlaneCutterType" maxOccurs="6"/>
         
<xsd:element name="OpenPolylineCutter" type="plm:Ann3DCPSOpenPolylineCutterType" plm:deprecated="true"/>
         
<xsd:element name="ClosedPolylineCutter" type="plm:Ann3DCPSClosedPolylineCutterType" plm:deprecated="true"/>
         
<xsd:element name="OpenCutter" type="plm:Ann3DCPSOpenCutterType"/>
         
<xsd:element name="ClosedCutter" type="plm:Ann3DCPSClosedCutterType"/>
       
</xsd:choice>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element Ann3DCuttingPlaneSymbolType/CpsLetters
diagram plmxml_diagrams/plmxml_p693.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:Ann3DTextType
properties
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="CpsLetters" type="plm:Ann3DTextType" minOccurs="1" maxOccurs="1"/>

element Ann3DCuttingPlaneSymbolType/PlaneCutter
diagram plmxml_diagrams/plmxml_p694.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:Ann3DCPSPlaneCutterType
properties
minOcc 1
maxOcc 6
content complex
children plm:Plane
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
materialSide  xsd:boolean    true    
source <xsd:element name="PlaneCutter" type="plm:Ann3DCPSPlaneCutterType" maxOccurs="6"/>

element Ann3DCuttingPlaneSymbolType/OpenPolylineCutter
diagram plmxml_diagrams/plmxml_p695.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:Ann3DCPSOpenPolylineCutterType
properties
content complex
children plm:ConstraintPlane plm:Polyline
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
materialSide  xsd:boolean  required      
source <xsd:element name="OpenPolylineCutter" type="plm:Ann3DCPSOpenPolylineCutterType" plm:deprecated="true"/>

element Ann3DCuttingPlaneSymbolType/ClosedPolylineCutter
diagram plmxml_diagrams/plmxml_p696.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:Ann3DCPSClosedPolylineCutterType
properties
content complex
children plm:ConstraintPlane plm:Polyline
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
materialSide  xsd:boolean  required      
aftThroughAll  xsd:boolean    false    
aftDistance  xsd:double  optional      
foreThroughAll  xsd:boolean    false    
foreDistance  xsd:double  optional      
source <xsd:element name="ClosedPolylineCutter" type="plm:Ann3DCPSClosedPolylineCutterType" plm:deprecated="true"/>

element Ann3DCuttingPlaneSymbolType/OpenCutter
diagram plmxml_diagrams/plmxml_p697.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:Ann3DCPSOpenCutterType
properties
content complex
children plm:ConstraintPlane
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
materialSide  xsd:boolean  required      
curveRef  plm:anyURIType  optional      
source <xsd:element name="OpenCutter" type="plm:Ann3DCPSOpenCutterType"/>

element Ann3DCuttingPlaneSymbolType/ClosedCutter
diagram plmxml_diagrams/plmxml_p698.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:Ann3DCPSClosedCutterType
properties
content complex
children plm:ConstraintPlane
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
materialSide  xsd:boolean  required      
aftThroughAll  xsd:boolean    false    
aftDistance  xsd:double  optional      
foreThroughAll  xsd:boolean    false    
foreDistance  xsd:double  optional      
curveRef  plm:anyURIType  optional      
source <xsd:element name="ClosedCutter" type="plm:Ann3DCPSClosedCutterType"/>


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