complexType AdminClassAttributeType
diagram plmxml_diagrams/plmxml_p1731.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type extension of cl:AbstractClassAttributeType
properties
base cl:AbstractClassAttributeType
children cl:Annotation cl:MinValue cl:MaxValue cl:DefaultValue cl:AltDefaultValue cl:Option cl:UserData1 cl:UserData2 cl:ReferenceSpecification cl:AltMinValue cl:AltMaxValue
used by
element AdminClassType/Attribute
attributes
Name  Type  Use  Default  Fixed  Annotation
attributeId  cl:AttributeIdType  required      
isMandatory  xsd:boolean  optional  false    
isProtected  xsd:boolean  optional  false    
isUnique  xsd:boolean  optional  false    
isLocalValue  xsd:boolean  optional  false    
isPropagated  xsd:boolean  optional  false    
arraySize  xsd:unsignedLong  optional  1    
isExternalArray  xsd:boolean  optional  false    
isReference  xsd:boolean  optional  false    
hasFixedDefaultValue  xsd:boolean  optional  false    
isAutoComputed  xsd:boolean    false    
ref2AttributeRef  xsd:IDREF  optional      
hasLocalDefaultValue  xsd:boolean  optional  true    
annotation
documentation

      This type holds the attributes of a Classification Class.
   
      Attributes:
   
      ref2AttributeRef:     Reference to the DictionaryAttribute Element containing
                            the global definition of the attribute.
      hasLocalDefaultValue: if true this class attribute overwrite the value from the dictionary. 
     
source <xsd:complexType name="AdminClassAttributeType">
 
<xsd:annotation>
   
<xsd:documentation>
      This type holds the attributes of a Classification Class.
   
      Attributes:
   
      ref2AttributeRef:     Reference to the DictionaryAttribute Element containing
                            the global definition of the attribute.
      hasLocalDefaultValue: if true this class attribute overwrite the value from the dictionary. 
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="cl:AbstractClassAttributeType">
     
<xsd:attribute name="ref2AttributeRef" type="xsd:IDREF" use="optional" plm:refType="cl:AbstractClassAttribute cl:DictionaryAttribute"/>
     
<xsd:attribute name="hasLocalDefaultValue" type="xsd:boolean" use="optional" default="true"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute AdminClassAttributeType/@ref2AttributeRef
type xsd:IDREF
properties
use optional
source <xsd:attribute name="ref2AttributeRef" type="xsd:IDREF" use="optional" plm:refType="cl:AbstractClassAttribute cl:DictionaryAttribute"/>

attribute AdminClassAttributeType/@hasLocalDefaultValue
type xsd:boolean
properties
use optional
default true
source <xsd:attribute name="hasLocalDefaultValue" type="xsd:boolean" use="optional" default="true"/>


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