diagram |
|
namespace |
http://www.plmxml.org/Schemas/PLMXMLSchema |
type |
extension of plm:ManagedBase |
properties |
|
children |
plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound |
used by |
|
attributes |
|
annotation |
documentation |
This is general relation between a number of elements. The type of relation
is given by the 'subType' attribute inherited from ManagedBase.
There are no specified values of 'subType'. Therefore the semantics of the
relation are not defined here.
|
|
source |
<xsd:complexType name="GeneralRelationType">
<xsd:annotation>
<xsd:documentation>
This is general relation between a number of elements. The type of relation
is given by the 'subType' attribute inherited from ManagedBase.
There are no specified values of 'subType'. Therefore the semantics of the
relation are not defined here.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="plm:ManagedBase">
<xsd:attribute name="relatedRefs" type="plm:uriReferenceListType" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |