| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
| type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||
| children | plm:Description plm:ApplicationRef plm:Attribute plm:Transform | ||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||
| source | <xsd:complexType name="ZoneBase" abstract="true"> <xsd:annotation> <xsd:documentation> This is an abstract base type for elements representing a subset of 3D space. Attributes: transformRef: Optional transform, to apply to data in derived types. For example, the data in a Bound can define an axis- aligned box. By using a Transform, this can then represent a non-axis-aligned box. Elements: Transform: Optional transform. Do not use both transformRef and Transform sub-element. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:sequence> <xsd:element ref="plm:Transform" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="transformRef" type="xsd:IDREF" use="optional" plm:refType="plm:Transform"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
| type | xsd:IDREF | ||
| properties |
|
||
| source | <xsd:attribute name="transformRef" type="xsd:IDREF" use="optional" plm:refType="plm:Transform"/> |