complexType DisciplineLevelType
diagram plmxml_diagrams/plmxml_p295.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:IdBase
properties
base plm:IdBase
used by
elements DisciplineLevel DisciplineType/Level
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
number  xsd:double  optional      
nameRef  plm:anyURIType  optional      
annotation
documentation

      A level of expertise in a Discipline
     
      Attributes:
     
      name:             The name of the Level, e.g. "expert"
      number:           A number associated with the Level. Higher numbers imply
                        greater expertise.
      nameRef:          References a multiple language version of name. If
                        multiple language support is required, nameRef should be
                        used in addition to name.
     
source <xsd:complexType name="DisciplineLevelType">
 
<xsd:annotation>
   
<xsd:documentation>
      A level of expertise in a Discipline
     
      Attributes:
     
      name:             The name of the Level, e.g. "expert"
      number:           A number associated with the Level. Higher numbers imply
                        greater expertise.
      nameRef:          References a multiple language version of name. If
                        multiple language support is required, nameRef should be
                        used in addition to name.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:IdBase">
     
<xsd:attribute name="name" type="xsd:string" use="optional"/>
     
<xsd:attribute name="number" type="xsd:double" use="optional"/>
     
<xsd:attribute name="nameRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

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


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