complexType ValueType
diagram plmxml_diagrams/plmxml_p1819.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type extension of cl:LanguageStringType
properties
base cl:LanguageStringType
used by
elements DictionaryAttributeType/AltDefaultValue AbstractClassAttributeType/AltDefaultValue AdminViewAttributeType/AltDefaultValue DictionaryAttributeType/AltMaxValue AbstractClassAttributeType/AltMaxValue AdminViewAttributeType/AltMaxValue DictionaryAttributeType/AltMinValue AbstractClassAttributeType/AltMinValue AdminViewAttributeType/AltMinValue DictionaryAttributeType/DefaultValue AbstractClassAttributeType/DefaultValue AdminViewAttributeType/DefaultValue DictionaryAttributeType/MaxValue AbstractClassAttributeType/MaxValue AdminViewAttributeType/MaxValue DictionaryAttributeType/MinValue AbstractClassAttributeType/MinValue AdminViewAttributeType/MinValue KeyLOVValueType/Value ICOPropertyType/Value
attributes
Name  Type  Use  Default  Fixed  Annotation
language  xsd:language  optional      
isMaster  xsd:boolean    false    
isFixed  xsd:boolean    false    
annotation
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.
     
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>

attribute ValueType/@isFixed
type xsd:boolean
properties
default false
source <xsd:attribute name="isFixed" type="xsd:boolean" default="false"/>


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