diagram | |||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLClassificationSchema | ||||||||||||||||||||||||
type | extension of cl:LanguageStringType | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by | |||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xsd:complexType name="ValueType"> <xsd:annotation> <xsd:documentation> Represents the value of an AdminViewAttribute or an Attribute sub-element of an AdminClass or UserClass. Attributes: isFixed: When ValueType is used to represent a default value, isFixed indicates whether the value can be overridden. </xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="cl:LanguageStringType"> <xsd:attribute name="isFixed" type="xsd:boolean" default="false"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="isFixed" type="xsd:boolean" default="false"/> |