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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_SpaceSystemType.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 - SpaceSystemType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType SpaceSystemType
diagram SpaceSystemV1.2-27Feb2014-mods_p404.png
namespace http://www.omg.org/space/xtce
type extension of xtce:NameDescriptionType
properties
base xtce:NameDescriptionType
mixed false
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:Header xtce:TelemetryMetaData xtce:CommandMetaData xtce:ServiceSet xtce:SpaceSystem
used by
element SpaceSystem
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      
operationalStatus  token  optional      
xml:base  anyURI        
documentation
<div>
<h3>base (as an attribute name)</h3>
<p>
       denotes an attribute whose value
       provides a URI to be used as the base for interpreting any
       relative URIs in the scope of the element on which it
       appears; its value is inherited.  This name is reserved
       by virtue of its definition in the XML Base specification.</p>
<p>
      See <a href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</a>
      for information about this attribute.
     </p>
</div>
annotation
documentation
SpaceSystem is a collection of SpaceSystem(s) including space assets, ground assets, multi-satellite systems and sub-systems.  A SpaceSystem is the root element for the set of data necessary to monitor and command an arbitrary space device - this includes the binary decomposition the data streams going into and out of a device.
source <complexType name="SpaceSystemType" mixed="false">
 
<annotation>
   
<documentation xml:lang="en">SpaceSystem is a collection of SpaceSystem(s) including space assets, ground assets, multi-satellite systems and sub-systems.  A SpaceSystem is the root element for the set of data necessary to monitor and command an arbitrary space device - this includes the binary decomposition the data streams going into and out of a device.</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="xtce:NameDescriptionType">
     
<sequence>
       
<element name="Header" type="xtce:HeaderType" minOccurs="0"/>
       
<element name="TelemetryMetaData" type="xtce:TelemetryMetaDataType" minOccurs="0"/>
       
<element name="CommandMetaData" type="xtce:CommandMetaDataType" minOccurs="0"/>
       
<element name="ServiceSet" minOccurs="0">
         
<annotation>
           
<documentation xml:lang="en">A service is a logical grouping of container and/or messages.</documentation>
         
</annotation>
         
<complexType>
           
<sequence>
             
<element name="Service" type="xtce:ServiceType" maxOccurs="unbounded"/>
           
</sequence>
         
</complexType>
       
</element>
       
<element ref="xtce:SpaceSystem" minOccurs="0" maxOccurs="unbounded"/>
     
</sequence>
     
<attribute name="operationalStatus" type="token" use="optional"/>
     
<attribute ref="xml:base"/>
   
</extension>
 
</complexContent>
</complexType>

attribute SpaceSystemType/@operationalStatus
type token
properties
use optional
source <attribute name="operationalStatus" type="token" use="optional"/>

element SpaceSystemType/Header
diagram SpaceSystemV1.2-27Feb2014-mods_p405.png
namespace http://www.omg.org/space/xtce
type xtce:HeaderType
properties
minOcc 0
maxOcc 1
content complex
children xtce:AuthorSet xtce:NoteSet xtce:HistorySet
attributes
Name  Type  Use  Default  Fixed  Annotation
version  string        
date  string        
classification  string    NotClassified    
classificationInstructions  string        
validationStatus  derived by: string  required      
source <element name="Header" type="xtce:HeaderType" minOccurs="0"/>

element SpaceSystemType/TelemetryMetaData
diagram SpaceSystemV1.2-27Feb2014-mods_p406.png
namespace http://www.omg.org/space/xtce
type xtce:TelemetryMetaDataType
properties
minOcc 0
maxOcc 1
content complex
mixed false
children xtce:ParameterTypeSet xtce:ParameterSet xtce:ContainerSet xtce:MessageSet xtce:StreamSet xtce:AlgorithmSet
source <element name="TelemetryMetaData" type="xtce:TelemetryMetaDataType" minOccurs="0"/>

element SpaceSystemType/CommandMetaData
diagram SpaceSystemV1.2-27Feb2014-mods_p407.png
namespace http://www.omg.org/space/xtce
type xtce:CommandMetaDataType
properties
minOcc 0
maxOcc 1
content complex
mixed false
children xtce:ParameterTypeSet xtce:ParameterSet xtce:ArgumentTypeSet xtce:MetaCommandSet xtce:CommandContainerSet xtce:StreamSet xtce:AlgorithmSet
source <element name="CommandMetaData" type="xtce:CommandMetaDataType" minOccurs="0"/>

element SpaceSystemType/ServiceSet
diagram SpaceSystemV1.2-27Feb2014-mods_p408.png
namespace http://www.omg.org/space/xtce
properties
minOcc 0
maxOcc 1
content complex
children xtce:Service
annotation
documentation
A service is a logical grouping of container and/or messages.
source <element name="ServiceSet" minOccurs="0">
 
<annotation>
   
<documentation xml:lang="en">A service is a logical grouping of container and/or messages.</documentation>
 
</annotation>
 
<complexType>
   
<sequence>
     
<element name="Service" type="xtce:ServiceType" maxOccurs="unbounded"/>
   
</sequence>
 
</complexType>
</element>

element SpaceSystemType/ServiceSet/Service
diagram SpaceSystemV1.2-27Feb2014-mods_p409.png
namespace http://www.omg.org/space/xtce
type xtce:ServiceType
properties
minOcc 1
maxOcc unbounded
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:MessageRefSet xtce:ContainerRefSet
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="Service" type="xtce:ServiceType" maxOccurs="unbounded"/>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy