complexType OrganisationType
diagram plmxml_diagrams/plmxml_p422.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 Organisation
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      
organisationRefs  plm:uriReferenceListType  optional      
addressRef  plm:anyURIType  optional      
cageCode  xsd:string  optional      
disciplineRefs  plm:uriReferenceListType  optional      
type  xsd:string  optional      
annotation
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.
     
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>

attribute OrganisationType/@organisationRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="organisationRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Organisation"/>

attribute OrganisationType/@addressRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="addressRef" type="plm:anyURIType" use="optional" plm:refType="plm:Person"/>

attribute OrganisationType/@cageCode
type xsd:string
properties
use optional
source <xsd:attribute name="cageCode" type="xsd:string" use="optional"/>

attribute OrganisationType/@disciplineRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="disciplineRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Discipline"/>

attribute OrganisationType/@type
type xsd:string
properties
use optional
source <xsd:attribute name="type" type="xsd:string" use="optional"/>


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