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="AssociatedFormType"> <xsd:annotation> <xsd:documentation> plm:Attribute used to associate a Form with a PLM XML element. Attributes: formRef reference to the Form role role/purpose of Form. 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="formRef" type="plm:anyURIType" use="required" plm:refType="plm:Form"/> <xsd:attribute name="role" type="xsd:string" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="formRef" type="plm:anyURIType" use="required" plm:refType="plm:Form"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="role" type="xsd:string" use="optional"/> |