Column
Definition of a column.
Element information
Namespace: None
Schema document: genericode.xsd
Type: gc:Column
Properties: Local, Unqualified
Content
- Sequence [1..1]
- Annotation [0..1] User information about the column.
- Sequence [0..1]
- CanonicalUri [1..1] Canonical URI which uniquely identifies all versions collectively.
- CanonicalVersionUri [0..1] Canonical URI which uniquely identifies this version.
- Data [1..1] Data type of the column.
from group gc:NameSetfrom group gc:IdentificationVersionUriSet
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Id | [1..1] | xsd:ID | Unique ID within the document. | from group gc:IdDefinition |
Use | [1..1] | gc:UseType | Whether the usage is required or optional. | from group gc:RequiredUseDefinition |
Used in
- Group gc:ColumnChoice
- Group gc:ColumnSetContent via reference to gc:ColumnChoice
- Type gc:ColumnSet via reference to gc:ColumnSetContent (Element ColumnSet)
- Type gc:ColumnSetDocument via reference to gc:ColumnSetContent (Element gc:ColumnSet)
Sample instance
<Column Id="code" Use="required"> <ShortName>Code</ShortName> <Data Type="normalizedString"/> </Column>