complexType ProximityZoneType
diagram plmxml_diagrams/plmxml_p469.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
used by
element ProximityZone
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      
entityRefs  plm:uriReferenceListType  optional      
distance  xsd:double  required      
annotation
documentation

      This is a Zone defined by a distance from a bounding shape, defined by a collection
      of objects.

      Attributes:
     
      entityRefs:           Reference to objects which defines the Zone. The objects are
                            implicitly united.
      distance:             Proximity distance in metres.
     
source <xsd:complexType name="ProximityZoneType">
 
<xsd:annotation>
   
<xsd:documentation>
      This is a Zone defined by a distance from a bounding shape, defined by a collection
      of objects.

      Attributes:
     
      entityRefs:           Reference to objects which defines the Zone. The objects are
                            implicitly united.
      distance:             Proximity distance in metres.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ZoneBase">
     
<xsd:attribute name="entityRefs" type="plm:uriReferenceListType" use="optional"/>
     
<xsd:attribute name="distance" type="xsd:double" use="required"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ProximityZoneType/@entityRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="entityRefs" type="plm:uriReferenceListType" use="optional"/>

attribute ProximityZoneType/@distance
type xsd:double
properties
use required
source <xsd:attribute name="distance" type="xsd:double" use="required"/>


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