| diagram | ![]() |
||
| namespace | http://www.omg.org/space/xtce | ||
| properties |
|
||
| children | xtce:ParameterTypeSet xtce:ParameterSet xtce:ContainerSet xtce:MessageSet xtce:StreamSet xtce:AlgorithmSet | ||
| used by |
|
||
| annotation |
|
||
| source | <complexType name="TelemetryMetaDataType" mixed="false"> <annotation> <documentation xml:lang="en">All the data about telemetry is contained in TelemetryMetaData</documentation> </annotation> <sequence> <element name="ParameterTypeSet" type="xtce:ParameterTypeSetType" minOccurs="0"> <annotation> <documentation xml:lang="en">A list of parameter types</documentation> </annotation> </element> <element name="ParameterSet" type="xtce:ParameterSetType" minOccurs="0"> <annotation> <documentation xml:lang="en">A list of Parameters for this Space System. </documentation> </annotation> </element> <element name="ContainerSet" type="xtce:ContainerSetType" minOccurs="0"> <annotation> <documentation xml:lang="en">Holds the list of all potential container definitions for telemetry. Containers may parts of packets or TDM, and then groups of the containers, and then an entire entity -- such as a packet. In order to maximize re-used for duplication, the pieces may defined once here, and then assembled as needed into larger structures, also here.</documentation> </annotation> </element> <element name="MessageSet" minOccurs="0"> <annotation> <documentation xml:lang="en">Messages are an alternative method of uniquely identifying containers within a Service. A message provides a test in the form of MatchCriteria to match to a container. A simple example might be: [When minorframeID=21, the message is the 21st minorframe container. The collection of messages to search thru will be bound by a Service.</documentation> </annotation> <complexType> <sequence> <element name="Message" maxOccurs="unbounded"> <complexType> <complexContent> <extension base="xtce:NameDescriptionType"> <sequence> <element name="MatchCriteria" type="xtce:MatchCriteriaType"/> <element name="ContainerRef" type="xtce:ContainerRefType"> <annotation> <documentation xml:lang="en">The ContainerRef should point to ROOT container that will describe an entire packet/minor frame or chunk of telemetry.</documentation> </annotation> </element> </sequence> </extension> </complexContent> </complexType> </element> </sequence> </complexType> </element> <element name="StreamSet" type="xtce:StreamSetType" minOccurs="0"/> <element name="AlgorithmSet" type="xtce:AlgorithmSetType" minOccurs="0"/> </sequence> </complexType> |
| diagram | ![]() |
||||||
| namespace | http://www.omg.org/space/xtce | ||||||
| type | xtce:ParameterTypeSetType | ||||||
| properties |
|
||||||
| children | xtce:StringParameterType xtce:EnumeratedParameterType xtce:IntegerParameterType xtce:BinaryParameterType xtce:FloatParameterType xtce:BooleanParameterType xtce:RelativeTimeParameterType xtce:AbsoluteTimeParameterType xtce:ArrayParameterType xtce:AggregateParameterType | ||||||
| annotation |
|
||||||
| source | <element name="ParameterTypeSet" type="xtce:ParameterTypeSetType" minOccurs="0"> <annotation> <documentation xml:lang="en">A list of parameter types</documentation> </annotation> </element> |
| diagram | ![]() |
||||||
| namespace | http://www.omg.org/space/xtce | ||||||
| type | xtce:ParameterSetType | ||||||
| properties |
|
||||||
| children | xtce:Parameter xtce:ParameterRef | ||||||
| annotation |
|
||||||
| source | <element name="ParameterSet" type="xtce:ParameterSetType" minOccurs="0"> <annotation> <documentation xml:lang="en">A list of Parameters for this Space System. </documentation> </annotation> </element> |
| diagram | ![]() |
||||||
| namespace | http://www.omg.org/space/xtce | ||||||
| type | xtce:ContainerSetType | ||||||
| properties |
|
||||||
| children | xtce:SequenceContainer | ||||||
| annotation |
|
||||||
| source | <element name="ContainerSet" type="xtce:ContainerSetType" minOccurs="0"> <annotation> <documentation xml:lang="en">Holds the list of all potential container definitions for telemetry. Containers may parts of packets or TDM, and then groups of the containers, and then an entire entity -- such as a packet. In order to maximize re-used for duplication, the pieces may defined once here, and then assembled as needed into larger structures, also here.</documentation> </annotation> </element> |
| diagram | ![]() |
||||||
| namespace | http://www.omg.org/space/xtce | ||||||
| properties |
|
||||||
| children | xtce:Message | ||||||
| annotation |
|
||||||
| source | <element name="MessageSet" minOccurs="0"> <annotation> <documentation xml:lang="en">Messages are an alternative method of uniquely identifying containers within a Service. A message provides a test in the form of MatchCriteria to match to a container. A simple example might be: [When minorframeID=21, the message is the 21st minorframe container. The collection of messages to search thru will be bound by a Service.</documentation> </annotation> <complexType> <sequence> <element name="Message" maxOccurs="unbounded"> <complexType> <complexContent> <extension base="xtce:NameDescriptionType"> <sequence> <element name="MatchCriteria" type="xtce:MatchCriteriaType"/> <element name="ContainerRef" type="xtce:ContainerRefType"> <annotation> <documentation xml:lang="en">The ContainerRef should point to ROOT container that will describe an entire packet/minor frame or chunk of telemetry.</documentation> </annotation> </element> </sequence> </extension> </complexContent> </complexType> </element> </sequence> </complexType> </element> |
| diagram | ![]() |
||||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||||
| type | extension of xtce:NameDescriptionType | ||||||||||||||||||||
| properties |
|
||||||||||||||||||||
| children | xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:MatchCriteria xtce:ContainerRef | ||||||||||||||||||||
| attributes |
|
||||||||||||||||||||
| source | <element name="Message" maxOccurs="unbounded"> <complexType> <complexContent> <extension base="xtce:NameDescriptionType"> <sequence> <element name="MatchCriteria" type="xtce:MatchCriteriaType"/> <element name="ContainerRef" type="xtce:ContainerRefType"> <annotation> <documentation xml:lang="en">The ContainerRef should point to ROOT container that will describe an entire packet/minor frame or chunk of telemetry.</documentation> </annotation> </element> </sequence> </extension> </complexContent> </complexType> </element> |
| diagram | ![]() |
||
| namespace | http://www.omg.org/space/xtce | ||
| type | xtce:MatchCriteriaType | ||
| properties |
|
||
| children | xtce:Comparison xtce:ComparisonList xtce:BooleanExpression xtce:CustomAlgorithm | ||
| source | <element name="MatchCriteria" type="xtce:MatchCriteriaType"/> |
| diagram | ![]() |
||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||
| type | xtce:ContainerRefType | ||||||||||||||
| properties |
|
||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| source | <element name="ContainerRef" type="xtce:ContainerRefType"> <annotation> <documentation xml:lang="en">The ContainerRef should point to ROOT container that will describe an entire packet/minor frame or chunk of telemetry.</documentation> </annotation> </element> |
| diagram | ![]() |
||||||
| namespace | http://www.omg.org/space/xtce | ||||||
| type | xtce:StreamSetType | ||||||
| properties |
|
||||||
| children | xtce:FixedFrameStream xtce:VariableFrameStream xtce:CustomStream | ||||||
| source | <element name="StreamSet" type="xtce:StreamSetType" minOccurs="0"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||
| type | xtce:AlgorithmSetType | ||||||||
| properties |
|
||||||||
| children | xtce:CustomAlgorithm xtce:MathAlgorithm | ||||||||
| source | <element name="AlgorithmSet" type="xtce:AlgorithmSetType" minOccurs="0"/> |