complexType OrganisationMemberType
diagram plmxml_diagrams/plmxml_p421.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:OwnerBase
properties
base plm:OwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element OrganisationMember
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
memberRef  plm:anyURIType  required      
organisationRef  plm:anyURIType  required      
roleRef  plm:anyURIType  optional      
annotation
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.
     
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>

attribute OrganisationMemberType/@memberRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="memberRef" type="plm:anyURIType" use="required" plm:refType="plm:Owner"/>

attribute OrganisationMemberType/@organisationRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="organisationRef" type="plm:anyURIType" use="required" plm:refType="plm:Organisation"/>

attribute OrganisationMemberType/@roleRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="roleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Role"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy