complexType InstancePathRootType
diagram plmxml_diagrams/plmxml_p351.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element InstancePathRoot
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      
structureViewRef  plm:anyURIType  optional      
annotation
documentation

      This element represents the root of a tree of InstancePaths.
   
      Attributes:
     
      structureViewRef: This is the StructureView at the top of the InstancePaths in the
                        tree.
     
source <xsd:complexType name="InstancePathRootType">
 
<xsd:annotation>
   
<xsd:documentation>
      This element represents the root of a tree of InstancePaths.
   
      Attributes:
     
      structureViewRef: This is the StructureView at the top of the InstancePaths in the
                        tree.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="structureViewRef" type="plm:anyURIType" use="optional" plm:refType="plm:StructureView"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute InstancePathRootType/@structureViewRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="structureViewRef" type="plm:anyURIType" use="optional" plm:refType="plm:StructureView"/>


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