diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:PropertiesBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:Instance plm:GDEInstanceGroup plm:StructureRevisionView plm:Structure plm:StructureRevision plm:Transform | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="InstanceGraphType"> <xsd:annotation> <xsd:documentation> InstanceGraph. This is an element used as a container for elements which represent an assembly graph. Attributes: rootInstanceRef: if the graph of Instances and StructureRevisionViews in the InstanceGraph has a single root, which is an Instance, this may be use to indicate it. rootRefs: however, in general there may be more than one root, and the roots may be Instances or StructureRevisionViews. The use of this attribute to specify the root(s) is preferred. viewControlRef: optional reference to a ViewControl displayControlRef: optional reference to a DisplayControl Elements: May contain any element derived from Instance, GDEInstanceGroup, Structure StructureRevision or StructureRevisionView. May also contain Transforms which may be referenced by Instances. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:PropertiesBase"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element ref="plm:Instance"/> <xsd:element ref="plm:GDEInstanceGroup"/> <xsd:element ref="plm:StructureRevisionView"/> <xsd:element ref="plm:Structure"/> <xsd:element ref="plm:StructureRevision"/> <xsd:element ref="plm:Transform"/> </xsd:choice> <xsd:attribute name="rootInstanceRef" type="xsd:IDREF" use="optional" plm:refType="plm:Instance" plm:deprecated="true"/> <xsd:attribute name="rootRefs" type="xsd:IDREFS" use="optional" plm:refType="plm:Managed"/> <xsd:attribute name="viewControlRef" type="xsd:IDREF" use="optional" plm:refType="plm:ViewControl"/> <xsd:attribute name="displayControlRef" type="xsd:IDREF" use="optional" plm:refType="plm:DisplayControl"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:IDREF | ||
properties |
|
||
source | <xsd:attribute name="rootInstanceRef" type="xsd:IDREF" use="optional" plm:refType="plm:Instance" plm:deprecated="true"/> |
type | xsd:IDREFS | ||
properties |
|
||
source | <xsd:attribute name="rootRefs" type="xsd:IDREFS" use="optional" plm:refType="plm:Managed"/> |
type | xsd:IDREF | ||
properties |
|
||
source | <xsd:attribute name="viewControlRef" type="xsd:IDREF" use="optional" plm:refType="plm:ViewControl"/> |
type | xsd:IDREF | ||
properties |
|
||
source | <xsd:attribute name="displayControlRef" type="xsd:IDREF" use="optional" plm:refType="plm:DisplayControl"/> |