complexType AssociatedFolderType
diagram plmxml_diagrams/plmxml_p1397.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttributeBase
properties
base plm:AttributeBase
children plm:Description plm:ApplicationRef plm:UserData
used by
element AssociatedFolder
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
folderRef  plm:anyURIType  required      
role  xsd:string  optional      
annotation
documentation

      plm:Attribute used to associate a Folder with a PLM XML element.

      Attributes:

      folderRef     reference to the Folder
      role          role/purpose of Folder.

      Sub-elements:

      UserData:         Represents user-definable properties on the
                        relationship.
     
source <xsd:complexType name="AssociatedFolderType">
 
<xsd:annotation>
   
<xsd:documentation>
      plm:Attribute used to associate a Folder with a PLM XML element.

      Attributes:

      folderRef     reference to the Folder
      role          role/purpose of Folder.

      Sub-elements:

      UserData:         Represents user-definable properties on the
                        relationship.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttributeBase">
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="plm:UserData"/>
     
</xsd:choice>
     
<xsd:attribute name="folderRef" type="plm:anyURIType" use="required" plm:refType="plm:Folder"/>
     
<xsd:attribute name="role" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute AssociatedFolderType/@folderRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="folderRef" type="plm:anyURIType" use="required" plm:refType="plm:Folder"/>

attribute AssociatedFolderType/@role
type xsd:string
properties
use optional
source <xsd:attribute name="role" type="xsd:string" use="optional"/>


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