| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
| type | extension of plm:ZoneBase | ||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||
| children | plm:Description plm:ApplicationRef plm:Attribute plm:Transform plm:Plane | ||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||
| source | <xsd:complexType name="PlanarZoneType"> <xsd:annotation> <xsd:documentation> This is a Zone defined by the intersection of a number of halfspaces. Each Halfspace is defined as the area of space behind a Plane (i.e. away from the Plane normal). If there is only one Plane, the Zone is a halfspace. Elements: Plane: Plane defining a halfspace </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:ZoneBase"> <xsd:sequence> <xsd:element ref="plm:Plane" maxOccurs="unbounded"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |