diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:ZoneBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:Transform | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="entityRefs" type="plm:uriReferenceListType" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="distance" type="xsd:double" use="required"/> |