Value : public class
Created: 31/07/2009 14:42:40
Modified: 05/05/2010 02:41:33
Project:
Advanced:
<p>This class represent the value assigned to each attribute. This can be an exclusive choice from being literal value, numeric value or selective value (value id). In the case of value id, an XML's IDREF is used to refer the value from the pre-listed values in ValueEntry class.<br/></p>
Attribute Details
public CharacterString
  literalValue
Notes: The value of the attribute if it is of the literal type.
public Number
  numericValue
Notes: The value of the attribute if it is of the numeric type.
public IDREF
  valueID
anonymousRole=false
Notes: The value of the attribute if it is of the enumerated type. The value of the valueID must be a valueID defined as ValueEntry class.
Element Source Role Target Role Details
Attribute
Class  
Name:  
 
Name: value
 
<p>The value of this attribute.<br/></p>
Tag Value Details
maxOccurs *
Description: As defined by XML Schema Datatypes specification
minOccurs 0
Description: As defined by XML Schema Datatypes specification
mixed false
Values: true | false
Default: false
Description: Determines whether this element may contain mixed element and character content.  Refer to the W3C XML Schema recommendation
modelGroup choice
Values: all | sequence | choice
Default: sequence
Description: Overrides the package-level default model group
nillable false
Values: true | false
Default: false
Description: As defined by XML Schema specification
Object Type Connection Notes
ValueEntry Class Dependency