| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of plm:ZoneBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| children | plm:Description plm:ApplicationRef plm:Attribute plm:Transform plm:Bound | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xsd:complexType name="BoundType"> <xsd:annotation> <xsd:documentation> A simple or compound bound or zone. Simple bounds are boxes or spheres. Compound bounds are the union of sub-bounds represented by Bound sub-elements. Any transform on a compound bound is applied after the union. Attributes: type: box, sphere or compound. values: If type is box, values is a list of 6 doubles giving the coordinates of the centre, the x half width, the y half width and the z half width. If type is sphere, values is a list of 4 doubles giving the centre and the radius. If type is compound, values is ignored. Sub-elements: Bound: If type is compound, the Bound sub-elements represent the sub-bounds, which may be simple or compound. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:ZoneBase"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element ref="plm:Bound"/> </xsd:choice> <xsd:attribute name="type" type="plm:BoundingType" default="box"/> <xsd:attribute name="values" type="plm:DoubleListType" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
| type | plm:BoundingType | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| source | <xsd:attribute name="type" type="plm:BoundingType" default="box"/> |
| type | plm:DoubleListType | ||
| properties |
|
||
| source | <xsd:attribute name="values" type="plm:DoubleListType" use="optional"/> |