| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
| type | extension of plm:AttributeBase | ||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||
| children | plm:Description plm:ApplicationRef plm:UserData | ||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||
| 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> |
| type | plm:anyURIType | ||
| properties |
|
||
| source | <xsd:attribute name="folderRef" type="plm:anyURIType" use="required" plm:refType="plm:Folder"/> |
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:attribute name="role" type="xsd:string" use="optional"/> |