complexType BoundType
diagram plmxml_diagrams/plmxml_p233.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:Bound
used by
elements Bound PropertiesBase/Bound
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      
type  plm:BoundingType    box    
values  plm:DoubleListType  optional      
annotation
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.
     
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>

attribute BoundType/@type
type plm:BoundingType
properties
default box
facets
Kind Value Annotation
enumeration box
enumeration sphere
enumeration compound
source <xsd:attribute name="type" type="plm:BoundingType" default="box"/>

attribute BoundType/@values
type plm:DoubleListType
properties
use optional
source <xsd:attribute name="values" type="plm:DoubleListType" use="optional"/>


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