diagram | |||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||
type | extension of plm:IdBase | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
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> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="name" type="xsd:string" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="number" type="xsd:double" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="nameRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |