xtce:SpaceSystem

The ROOT Element

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xtce:NameType required
shortDescription string optional
It is strongly recommended that the short description be kept under 80 characters in length

Used By

Complex Type xtce:SpaceSystemType

Source

<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>

Sample