complexType PlanarZoneType
diagram plmxml_diagrams/plmxml_p435.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ZoneBase
properties
base plm:ZoneBase
children plm:Description plm:ApplicationRef plm:Attribute plm:Transform plm:Plane
used by
element PlanarZone
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
transformRef  xsd:IDREF  optional      
annotation
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
     
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy