FeatureDataNode

Uses the Component:FeatureDataNodeType

A data node that describes a particular feature

Fields and Components

Table 6.108. Fields and Components

Name Description Occurrence Type Data Type User Notes
DataNodeID

A unique identifier for this data node.

0..1Field udt:IdentifierType  
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..1Field udt:NumericType  
DataNodeName

A name, expressed as text, for this data node.

0..1Field 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..1ComponentFreeFormTextGroupType 

Sample XML

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.108. FeatureDataNode

<FeatureDataNode>
     <DataNodeID>......</DataNodeID>     [0..1]
     <DataNodeSequenceNumeric>......</DataNodeSequenceNumeric>     [0..1]
     <DataNodeName>......</DataNodeName>     [0..1]
     <FreeFormTextGroup>......</FreeFormTextGroup>     [0..1]
</FeatureDataNode>