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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_CustomStreamType.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 - CustomStreamType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType CustomStreamType
diagram SpaceSystemV1.2-27Feb2014-mods_p165.png
namespace http://www.omg.org/space/xtce
type extension of xtce:PCMStreamType
properties
base xtce:PCMStreamType
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:EncodingAlgorithm xtce:DecodingAlgorithm
used by
element StreamSetType/CustomStream
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      
bitRateInBPS  double        
pcmType  derived by: string    NRZL    
inverted  boolean    false    
encodedStreamRef  xtce:NameReferenceType  required      
decodedStreamRef  xtce:NameReferenceType  required      
annotation
documentation
A stream type where some level of custom processing (e.g. convolutional, encryption, compression) is performed.  Has a reference to external algorithms for encoding and decoding algorithms.
appinfo
Must check to ensure that the attributes encodedStreamRef and decodedStreamRef point to valid Streams
source <complexType name="CustomStreamType">
 
<annotation>
   
<documentation xml:lang="en">A stream type where some level of custom processing (e.g. convolutional, encryption, compression) is performed.  Has a reference to external algorithms for encoding and decoding algorithms.</documentation>
   
<appinfo>Must check to ensure that the attributes encodedStreamRef and decodedStreamRef point to valid Streams</appinfo>
 
</annotation>
 
<complexContent>
   
<extension base="xtce:PCMStreamType">
     
<sequence>
       
<element name="EncodingAlgorithm" type="xtce:InputAlgorithmType"/>
       
<element name="DecodingAlgorithm" type="xtce:InputOutputAlgorithmType">
         
<annotation>
           
<documentation xml:lang="en">Algorithm outputs may be used to set decoding quality parameters.</documentation>
         
</annotation>
       
</element>
     
</sequence>
     
<attribute name="encodedStreamRef" type="xtce:NameReferenceType" use="required"/>
     
<attribute name="decodedStreamRef" type="xtce:NameReferenceType" use="required"/>
   
</extension>
 
</complexContent>
</complexType>

attribute CustomStreamType/@encodedStreamRef
type xtce:NameReferenceType
properties
use required
source <attribute name="encodedStreamRef" type="xtce:NameReferenceType" use="required"/>

attribute CustomStreamType/@decodedStreamRef
type xtce:NameReferenceType
properties
use required
source <attribute name="decodedStreamRef" type="xtce:NameReferenceType" use="required"/>

element CustomStreamType/EncodingAlgorithm
diagram SpaceSystemV1.2-27Feb2014-mods_p166.png
namespace http://www.omg.org/space/xtce
type xtce:InputAlgorithmType
properties
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlgorithmText xtce:ExternalAlgorithmSet xtce:InputSet
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="EncodingAlgorithm" type="xtce:InputAlgorithmType"/>

element CustomStreamType/DecodingAlgorithm
diagram SpaceSystemV1.2-27Feb2014-mods_p167.png
namespace http://www.omg.org/space/xtce
type xtce:InputOutputAlgorithmType
properties
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlgorithmText xtce:ExternalAlgorithmSet xtce:InputSet xtce:OutputSet
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      
thread  boolean    false    
annotation
documentation
Algorithm outputs may be used to set decoding quality parameters.
source <element name="DecodingAlgorithm" type="xtce:InputOutputAlgorithmType">
 
<annotation>
   
<documentation xml:lang="en">Algorithm outputs may be used to set decoding quality parameters.</documentation>
 
</annotation>
</element>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy