diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:Plane plm:Curve | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="Ann3DAreaType"> <xsd:annotation> <xsd:documentation> A constituent area of an Ann3DRegion. Attributes: type: The shape of the Area as an Ann3DAreaEnum. length: Refers to the side of a rectangular Area that lies along the 'x' axis of the Plane sub-element. width: Refers to the side of a rectangular Area that lies along the 'y' axis of the Plane sub-element. diameter: The diameter of a circular Area. The outer diameter of an annular Area. innerDiameter: The inner diameter of an annular Area. height: The height along the axis of a cylindrical Area in the direction of the 'z' axis of the Plane sub-element. insidePoint: If type is general and the Area has a set of Curve sub-elements, insidePoint is any point that indicates the inside of the set. originAnchor: If type is circular, rectangular or annular, originAnchor is the point on the Area that the origin attrbute of the Plane sub-element defines. Sub-elements: Plane: The plane in which the Area lies. The origin of the plane defines the origin of a circular, rectangular, cylindrical or annular Area. The xAxis of the plane defines the direction of a rectangular area. (Also circular and annular but these are invariant under change of direction.) The zAxis of the plane defines the axis of a cylindrical Area. Curve: The curves that constitute a general Area. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:sequence> <xsd:element name="Plane" type="plm:PlaneType" minOccurs="0"/> <xsd:element ref="plm:Curve" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="type" type="plm:Ann3DAreaEnum" use="required"/> <xsd:attribute name="length" type="xsd:double" use="optional"/> <xsd:attribute name="width" type="xsd:double" use="optional"/> <xsd:attribute name="diameter" type="xsd:double" use="optional"/> <xsd:attribute name="innerDiameter" type="xsd:double" use="optional"/> <xsd:attribute name="height" type="xsd:double" use="optional"/> <xsd:attribute name="insidePoint" type="plm:VectorType" use="optional"/> <xsd:attribute name="originAnchor" type="plm:Ann3DOriginAnchorEnum" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:Ann3DAreaEnum | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
source | <xsd:attribute name="type" type="plm:Ann3DAreaEnum" use="required"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="length" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="width" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="diameter" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="innerDiameter" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="height" type="xsd:double" use="optional"/> |
type | plm:VectorType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="insidePoint" type="plm:VectorType" use="optional"/> |
type | plm:Ann3DOriginAnchorEnum | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||
source | <xsd:attribute name="originAnchor" type="plm:Ann3DOriginAnchorEnum" use="optional"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:PlaneType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:SamplePoints | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="Plane" type="plm:PlaneType" minOccurs="0"/> |