All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_TelemetryMetaDataType.html Maven / Gradle / Ivy

Go to download

This project contains software to support the Object Management Group (OMG) Space Domain Task Force (SDTF) maintained XML Telemetry and Command Exchange (XTCE) specification.

There is a newer version: 1.1.6
Show newest version



	
		SpaceSystemV1.2-27Feb2014-mods - TelemetryMetaDataType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType TelemetryMetaDataType
diagram SpaceSystemV1.2-27Feb2014-mods_p430.png
namespace http://www.omg.org/space/xtce
properties
mixed false
children xtce:ParameterTypeSet xtce:ParameterSet xtce:ContainerSet xtce:MessageSet xtce:StreamSet xtce:AlgorithmSet
used by
element SpaceSystemType/TelemetryMetaData
annotation
documentation
All the data about telemetry is contained in TelemetryMetaData
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>

element TelemetryMetaDataType/ParameterTypeSet
diagram SpaceSystemV1.2-27Feb2014-mods_p431.png
namespace http://www.omg.org/space/xtce
type xtce:ParameterTypeSetType
properties
minOcc 0
maxOcc 1
content complex
children xtce:StringParameterType xtce:EnumeratedParameterType xtce:IntegerParameterType xtce:BinaryParameterType xtce:FloatParameterType xtce:BooleanParameterType xtce:RelativeTimeParameterType xtce:AbsoluteTimeParameterType xtce:ArrayParameterType xtce:AggregateParameterType
annotation
documentation
A list of parameter types
source <element name="ParameterTypeSet" type="xtce:ParameterTypeSetType" minOccurs="0">
 
<annotation>
   
<documentation xml:lang="en">A list of parameter types</documentation>
 
</annotation>
</element>

element TelemetryMetaDataType/ParameterSet
diagram SpaceSystemV1.2-27Feb2014-mods_p432.png
namespace http://www.omg.org/space/xtce
type xtce:ParameterSetType
properties
minOcc 0
maxOcc 1
content complex
children xtce:Parameter xtce:ParameterRef
annotation
documentation
A list of Parameters for this Space System. 
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>

element TelemetryMetaDataType/ContainerSet
diagram SpaceSystemV1.2-27Feb2014-mods_p433.png
namespace http://www.omg.org/space/xtce
type xtce:ContainerSetType
properties
minOcc 0
maxOcc 1
content complex
children xtce:SequenceContainer
annotation
documentation
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.
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>

element TelemetryMetaDataType/MessageSet
diagram SpaceSystemV1.2-27Feb2014-mods_p434.png
namespace http://www.omg.org/space/xtce
properties
minOcc 0
maxOcc 1
content complex
children xtce:Message
annotation
documentation
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.
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>

element TelemetryMetaDataType/MessageSet/Message
diagram SpaceSystemV1.2-27Feb2014-mods_p435.png
namespace http://www.omg.org/space/xtce
type extension of xtce:NameDescriptionType
properties
minOcc 1
maxOcc unbounded
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:MatchCriteria xtce:ContainerRef
attributes
Name  Type  Use  Default  Fixed  Annotation
shortDescription  string  optional      
documentation
It is strongly recommended that the short description be kept under 80 characters in length
name  xtce:NameType  required      
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>

element TelemetryMetaDataType/MessageSet/Message/MatchCriteria
diagram SpaceSystemV1.2-27Feb2014-mods_p436.png
namespace http://www.omg.org/space/xtce
type xtce:MatchCriteriaType
properties
content complex
children xtce:Comparison xtce:ComparisonList xtce:BooleanExpression xtce:CustomAlgorithm
source <element name="MatchCriteria" type="xtce:MatchCriteriaType"/>

element TelemetryMetaDataType/MessageSet/Message/ContainerRef
diagram SpaceSystemV1.2-27Feb2014-mods_p437.png
namespace http://www.omg.org/space/xtce
type xtce:ContainerRefType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
containerRef  xtce:NameReferenceType  required      
documentation
name of container
annotation
documentation
The ContainerRef should point to ROOT container that will describe an entire packet/minor frame or chunk of telemetry.
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>

element TelemetryMetaDataType/StreamSet
diagram SpaceSystemV1.2-27Feb2014-mods_p438.png
namespace http://www.omg.org/space/xtce
type xtce:StreamSetType
properties
minOcc 0
maxOcc 1
content complex
children xtce:FixedFrameStream xtce:VariableFrameStream xtce:CustomStream
source <element name="StreamSet" type="xtce:StreamSetType" minOccurs="0"/>

element TelemetryMetaDataType/AlgorithmSet
diagram SpaceSystemV1.2-27Feb2014-mods_p439.png
namespace http://www.omg.org/space/xtce
type xtce:AlgorithmSetType
properties
minOcc 0
maxOcc 1
content complex
mixed false
children xtce:CustomAlgorithm xtce:MathAlgorithm
source <element name="AlgorithmSet" type="xtce:AlgorithmSetType" minOccurs="0"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy




© 2015 - 2024 Weber Informatics LLC | Privacy Policy