diagram | |||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||
type | extension of plm:IdBase | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | plm:UserData | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xsd:complexType name="DisciplineRelationType"> <xsd:annotation> <xsd:documentation> Enables a User to be associated with a Discipline, at a particular level Attributes: disciplineRef: reference to a Discipline level: name of the relevant Level levelRef: References a multiple language version of level. If multiple language support is required, levelRef should be used in addition to level. Sub-elements: UserData: Represents user-definable properties on the relationship. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:IdBase"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element ref="plm:UserData"/> </xsd:choice> <xsd:attribute name="disciplineRef" type="plm:anyURIType" use="optional" plm:refType="plm:Discipline"/> <xsd:attribute name="level" type="xsd:string" use="optional"/> <xsd:attribute name="levelRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="disciplineRef" type="plm:anyURIType" use="optional" plm:refType="plm:Discipline"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="level" type="xsd:string" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="levelRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |