Uses the Component:FeatureGroupDataNodeType
A high level group of features
Table 6.106. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| DataNodeID |
A unique identifier for this data node. | 0..1 | Field | udt:IdentifierType | |
| LanguageID |
Unique language identifier for this data node. | 0..1 | Field | sqdt:LanguageCodeType | |
| DataNodeSequenceNumeric |
A number representing the sequence of this data node among all other data nodes at the same level in the hierarchical tree. Can be used to specify a display order. | 0..1 | Field | udt:NumericType | |
| DataNodeName |
A name, expressed as text, for this data node. | 0..1 | Field | udt:TextType | |
| FreeFormTextGroup |
This component allows for the free form entry of notes and text descriptions. Detailed data should use one of the existing fields or submit a modification request back to STAR to capture the appropriate data. | 0..1 | Component | FreeFormTextGroupType | |
| FeatureDataNode |
A data node that describes a particular feature | 0..* | Component | FeatureDataNodeType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.106. FeatureGroupDataNode
<FeatureGroupDataNode>
<DataNodeID>......</DataNodeID> [0..1]
<LanguageID>......</LanguageID> [0..1]
<DataNodeSequenceNumeric>......</DataNodeSequenceNumeric> [0..1]
<DataNodeName>......</DataNodeName> [0..1]
<FreeFormTextGroup>......</FreeFormTextGroup> [0..1]
<FeatureDataNode>......</FeatureDataNode> [0..*]
</FeatureGroupDataNode>