| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of plm:OwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| children | plm:Description plm:ApplicationRef plm:Attribute plm:DisciplineRelation | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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> |
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:attribute name="userId" type="xsd:string" use="required"/> |
| type | plm:anyURIType | ||
| properties |
|
||
| source | <xsd:attribute name="personRef" type="plm:anyURIType" use="optional" plm:refType="plm:Person"/> |
| type | plm:anyURIType | ||
| properties |
|
||
| source | <xsd:attribute name="calendarRef" type="plm:anyURIType" use="optional" plm:refType="plm:Calendar"/> |
| diagram | ![]() |
||||||||||||||||||||||||||||||
| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||
| type | plm:DisciplineRelationType | ||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||
| children | plm:UserData | ||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| source | <xsd:element name="DisciplineRelation" type="plm:DisciplineRelationType"/> |