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="AssociatedDataSetType"> <xsd:annotation> <xsd:documentation> Attribute used to associate a DataSet with a PLM XML element. Attributes: dataSetRef: uri reference to DataSet role: role/purpose of DataSet. No specified values. roleRef: References a multiple language version of role. If multiple language support is required, roleRef should be used in addition to role. 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="dataSetRef" type="plm:anyURIType" use="required" plm:refType="plm:DataSet"/> <xsd:attribute name="role" type="xsd:string" use="required"/> <xsd:attribute name="roleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="dataSetRef" type="plm:anyURIType" use="required" plm:refType="plm:DataSet"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="role" type="xsd:string" use="required"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="roleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |