complexType DisciplineRelationType
diagram plmxml_diagrams/plmxml_p296.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:IdBase
properties
base plm:IdBase
children plm:UserData
used by
elements DisciplineRelation UserType/DisciplineRelation
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
disciplineRef  plm:anyURIType  optional      
level  xsd:string  optional      
levelRef  plm:anyURIType  optional      
annotation
documentation

      Enables a User to be associated with a Discipline, at a particular level

      Attributes:

      disciplineRef:    reference to a Discipline
      level:            name of the relevant Level
      levelRef:         References a multiple language version of level. If
                        multiple language support is required, levelRef should
                        be used in addition to level.

      Sub-elements:

      UserData:         Represents user-definable properties on the
                        relationship.
     
source <xsd:complexType name="DisciplineRelationType">
 
<xsd:annotation>
   
<xsd:documentation>
      Enables a User to be associated with a Discipline, at a particular level

      Attributes:

      disciplineRef:    reference to a Discipline
      level:            name of the relevant Level
      levelRef:         References a multiple language version of level. If
                        multiple language support is required, levelRef should
                        be used in addition to level.

      Sub-elements:

      UserData:         Represents user-definable properties on the
                        relationship.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:IdBase">
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="plm:UserData"/>
     
</xsd:choice>
     
<xsd:attribute name="disciplineRef" type="plm:anyURIType" use="optional" plm:refType="plm:Discipline"/>
     
<xsd:attribute name="level" type="xsd:string" use="optional"/>
     
<xsd:attribute name="levelRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute DisciplineRelationType/@disciplineRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="disciplineRef" type="plm:anyURIType" use="optional" plm:refType="plm:Discipline"/>

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

attribute DisciplineRelationType/@levelRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="levelRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>


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