<element name="SpaceSystem" type="xtce:SpaceSystemType" nillable="true">
<annotation>
<documentation>The ROOT Element</documentation>
</annotation>
<key name="parameterNameKey">
<annotation>
<documentation>ensure unique parameter name at the system level</documentation>
</annotation>
<selector xpath="xtce:TelemetryMetaData/ParameterSet/*"/>
<field xpath="@name"/>
</key>
<key name="metaCommandNameKey">
<annotation>
<documentation>ensure unique metaCommand name at the system level</documentation>
</annotation>
<selector xpath="xtce:MetaCommandData/MetaCommandSet/*"/>
<field xpath="@name"/>
</key>
<key name="algorithmNameKey">
<annotation>
<documentation>ensure unique algorithm name at the system level</documentation>
</annotation>
<selector xpath="xtce:AlgorithmSet/*"/>
<field xpath="@name"/>
</key>
<key name="serviceNameKey">
<annotation>
<documentation>ensure unique service name at the system level</documentation>
</annotation>
<selector xpath="xtce:ServiceSet/*"/>
<field xpath="@name"/>
</key>
</element> |