diagram | |||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="PropertiesBase" abstract="true"> <xsd:annotation> <xsd:documentation> Base class for elements which may contain 3D bounds. Elements: BoxBound: legacy, use Bound in preference SphereBound: legacy, use Bound in preference Bound: 3D bound </xsd:documentation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">sdkname=Entity3D</xsd:appinfo> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:sequence> <xsd:element name="BoxBound" type="plm:BoxBoundType" minOccurs="0"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">output=ignore</xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="SphereBound" type="plm:SphereBoundType" minOccurs="0"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">output=ignore</xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element name="Bound" type="plm:BoundType" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
diagram | |||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||
type | plm:BoxBoundType | ||||||
properties |
|
||||||
children | plm:LowCorner plm:HighCorner | ||||||
annotation |
|
||||||
source | <xsd:element name="BoxBound" type="plm:BoxBoundType" minOccurs="0"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">output=ignore</xsd:appinfo> </xsd:annotation> </xsd:element> |
diagram | |||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||
type | plm:SphereBoundType | ||||||
properties |
|
||||||
children | plm:Radius plm:Centre | ||||||
annotation |
|
||||||
source | <xsd:element name="SphereBound" type="plm:SphereBoundType" minOccurs="0"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">output=ignore</xsd:appinfo> </xsd:annotation> </xsd:element> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:BoundType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:Transform plm:Bound | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="Bound" type="plm:BoundType" minOccurs="0" maxOccurs="unbounded"/> |