complexType InstanceGraphType
diagram plmxml_diagrams/plmxml_p350.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:PropertiesBase
properties
base plm:PropertiesBase
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
element InstanceGraph
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      
rootInstanceRef  xsd:IDREF  optional      
rootRefs  xsd:IDREFS  optional      
viewControlRef  xsd:IDREF  optional      
displayControlRef  xsd:IDREF  optional      
annotation
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.
     
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>

attribute InstanceGraphType/@rootInstanceRef
type xsd:IDREF
properties
use optional
source <xsd:attribute name="rootInstanceRef" type="xsd:IDREF" use="optional" plm:refType="plm:Instance" plm:deprecated="true"/>

attribute InstanceGraphType/@rootRefs
type xsd:IDREFS
properties
use optional
source <xsd:attribute name="rootRefs" type="xsd:IDREFS" use="optional" plm:refType="plm:Managed"/>

attribute InstanceGraphType/@viewControlRef
type xsd:IDREF
properties
use optional
source <xsd:attribute name="viewControlRef" type="xsd:IDREF" use="optional" plm:refType="plm:ViewControl"/>

attribute InstanceGraphType/@displayControlRef
type xsd:IDREF
properties
use optional
source <xsd:attribute name="displayControlRef" type="xsd:IDREF" use="optional" plm:refType="plm:DisplayControl"/>


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