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="OrganisationType"> <xsd:annotation> <xsd:documentation> An organisation, i.e. a group of people or users. Organisations are hierarchical. People/Users are associated with organisations by means of an OrganisationMember element, which also specifies a Role. Attributes: (name: Name, inherited from DescriptionBase) address: Optional reference to Address. organisationRefs: Reference to sub-organisations. cageCode: CAGE code (5 characters). This is a US government company code. disciplineRefs: Disciplines associated with this Organisation. There is no implication that Users in this Organisation belong to these Disciplines. type: The type of the Organisation, for example, projectTeam. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:OwnerBase"> <xsd:attribute name="organisationRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Organisation"/> <xsd:attribute name="addressRef" type="plm:anyURIType" use="optional" plm:refType="plm:Person"/> <xsd:attribute name="cageCode" type="xsd:string" use="optional"/> <xsd:attribute name="disciplineRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Discipline"/> <xsd:attribute name="type" type="xsd:string" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="organisationRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Organisation"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="addressRef" type="plm:anyURIType" use="optional" plm:refType="plm:Person"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="cageCode" type="xsd:string" use="optional"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="disciplineRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Discipline"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="type" type="xsd:string" use="optional"/> |