complexType ZoneBase
diagram plmxml_diagrams/plmxml_p582.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
abstract true
children plm:Description plm:ApplicationRef plm:Attribute plm:Transform
used by
element Zone
complexTypes BoundType PlanarZoneType ProximityZoneType
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 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.
     
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>

attribute ZoneBase/@transformRef
type xsd:IDREF
properties
use optional
source <xsd:attribute name="transformRef" type="xsd:IDREF" use="optional" plm:refType="plm:Transform"/>


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