diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:OwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="OrganisationMemberType"> <xsd:annotation> <xsd:documentation> This element is used to associate a Person/User with an Organisation, and to assign an optional Role to that Person/User within that Organisation. A person may have more than one Role in an Organisation. Attributes: memberRef: Reference to a Person or User. organisationRef: The Organisation. roleRef: The Role. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:OwnerBase"> <xsd:attribute name="memberRef" type="plm:anyURIType" use="required" plm:refType="plm:Owner"/> <xsd:attribute name="organisationRef" type="plm:anyURIType" use="required" plm:refType="plm:Organisation"/> <xsd:attribute name="roleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Role"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="memberRef" type="plm:anyURIType" use="required" plm:refType="plm:Owner"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="organisationRef" type="plm:anyURIType" use="required" plm:refType="plm:Organisation"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="roleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Role"/> |