complexType DisciplineType
diagram plmxml_diagrams/plmxml_p297.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:Level
used by
element Discipline
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      
rate  xsd:double  optional      
annotation
documentation

      A Discipline which Users may belong to.
     
      Attributes:

      rate:             The default pay rate for this Discipline. The units are
                        unspecified.
                       
      Elements:
     
      Level:            Levels of expertise of the Discipline
     
source <xsd:complexType name="DisciplineType">
 
<xsd:annotation>
   
<xsd:documentation>
      A Discipline which Users may belong to.
     
      Attributes:

      rate:             The default pay rate for this Discipline. The units are
                        unspecified.
                       
      Elements:
     
      Level:            Levels of expertise of the Discipline
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:choice maxOccurs="unbounded">
       
<xsd:element name="Level" type="plm:DisciplineLevelType"/>
     
</xsd:choice>
     
<xsd:attribute name="rate" type="xsd:double" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute DisciplineType/@rate
type xsd:double
properties
use optional
source <xsd:attribute name="rate" type="xsd:double" use="optional"/>

element DisciplineType/Level
diagram plmxml_diagrams/plmxml_p298.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:DisciplineLevelType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
number  xsd:double  optional      
nameRef  plm:anyURIType  optional      
source <xsd:element name="Level" type="plm:DisciplineLevelType"/>


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