Row
Row which represents an individual item in the code list.
Element information
Namespace: None
Schema document: genericode.xsd
Type: gc:Row
Properties: Local, Unqualified
Content
- Sequence [1..1]
- Annotation [0..1] User annotation for the row.
- Value [1..*] Column value for the row.
Attributes
None
Used in
- Type gc:SimpleCodeList (Element SimpleCodeList)
Sample instance
<Row> <Value ColumnRef="code"> <SimpleValue>AF</SimpleValue> </Value> <Value ColumnRef="name"> <SimpleValue>AFGHANISTAN</SimpleValue> </Value> <Value ColumnRef="numericcode"> <SimpleValue>004</SimpleValue> </Value> </Row>