complexType UserType
diagram plmxml_diagrams/plmxml_p558.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:OwnerBase
properties
base plm:OwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:DisciplineRelation
used by
element User
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      
userId  xsd:string  required      
personRef  plm:anyURIType  optional      
calendarRef  plm:anyURIType  optional      
annotation
documentation

      A User, i.e. a user account on a computer system.

      Attributes:

      userId:        User Id.
      personRef:     optional reference to a Person element.
      calendarRef:   A reference to the Calendar of the User.

      Elements:

      DisciplineRelation: used to associate a User with a Discipline.
     
source <xsd:complexType name="UserType">
 
<xsd:annotation>
   
<xsd:documentation>
      A User, i.e. a user account on a computer system.

      Attributes:

      userId:        User Id.
      personRef:     optional reference to a Person element.
      calendarRef:   A reference to the Calendar of the User.

      Elements:

      DisciplineRelation: used to associate a User with a Discipline.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:OwnerBase">
     
<xsd:choice maxOccurs="unbounded">
       
<xsd:element name="DisciplineRelation" type="plm:DisciplineRelationType"/>
     
</xsd:choice>
     
<xsd:attribute name="userId" type="xsd:string" use="required"/>
     
<xsd:attribute name="personRef" type="plm:anyURIType" use="optional" plm:refType="plm:Person"/>
     
<xsd:attribute name="calendarRef" type="plm:anyURIType" use="optional" plm:refType="plm:Calendar"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute UserType/@userId
type xsd:string
properties
use required
source <xsd:attribute name="userId" type="xsd:string" use="required"/>

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

attribute UserType/@calendarRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="calendarRef" type="plm:anyURIType" use="optional" plm:refType="plm:Calendar"/>

element UserType/DisciplineRelation
diagram plmxml_diagrams/plmxml_p559.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:DisciplineRelationType
properties
content complex
children plm:UserData
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
disciplineRef  plm:anyURIType  optional      
level  xsd:string  optional      
levelRef  plm:anyURIType  optional      
source <xsd:element name="DisciplineRelation" type="plm:DisciplineRelationType"/>


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