Value
Column value for the row.
Rule: A value must be provided for each required column. A value does not need to be provided for a column if the column is optional.
Rule: If a value does not have an explicit column reference, the column is taken to be the column following the column of the preceding value in the row, or the first column if the value is the first value of the row.
Element information
Namespace: None
Schema document: genericode.xsd
Type: gc:Value
Properties: Local, Unqualified
Content
- Sequence [1..1]
- Annotation [0..1] User annotation for the value.
- Choice [0..1]
- SimpleValue Simple textual value.
- ComplexValue Complex (structured) XML value.
from group gc:ValueChoice
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
ColumnRef | [0..1] | xsd:IDREF | Reference to a column ID in the document. | from group gc:ColumnReference |
Used in
Sample instance
<Value ColumnRef="code"> <SimpleValue>AF</SimpleValue> </Value>