complexType TorusType
diagram plmxml_diagrams/plmxml_p534.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:SurfacePositionBase
properties
base plm:SurfacePositionBase
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:SamplePoints
used by
element Torus
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      
startU  xsd:double  optional      
endU  xsd:double  optional      
startV  xsd:double  optional      
endV  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      
annotation
documentation

      Toroidal surface. The axis of the torus is the Z-Axis of the underlying
      coordinate frame.
     
      Attributes:
     
      majorRadius:     major radius
      minorRadius:     minor radius
     
source <xsd:complexType name="TorusType">
 
<xsd:annotation>
   
<xsd:documentation>
      Toroidal surface. The axis of the torus is the Z-Axis of the underlying
      coordinate frame.
     
      Attributes:
     
      majorRadius:     major radius
      minorRadius:     minor radius
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:SurfacePositionBase">
     
<xsd:attribute name="majorRadius" type="xsd:double" use="required"/>
     
<xsd:attribute name="minorRadius" type="xsd:double" use="required"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute TorusType/@majorRadius
type xsd:double
properties
use required
source <xsd:attribute name="majorRadius" type="xsd:double" use="required"/>

attribute TorusType/@minorRadius
type xsd:double
properties
use required
source <xsd:attribute name="minorRadius" type="xsd:double" use="required"/>


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