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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_BinaryDataEncodingType.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 - BinaryDataEncodingType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType BinaryDataEncodingType
diagram SpaceSystemV1.2-27Feb2014-mods_p69.png
namespace http://www.omg.org/space/xtce
type extension of xtce:DataEncodingType
properties
base xtce:DataEncodingType
children xtce:ErrorDetectCorrect xtce:ByteOrderList xtce:SizeInBits xtce:FromBinaryTransformAlgorithm xtce:ToBinaryTransformAlgorithm
used by
elements BaseDataType/BinaryDataEncoding BaseTimeDataType/Encoding/BinaryDataEncoding ContainerType/BinaryEncoding
attributes
Name  Type  Use  Default  Fixed  Annotation
bitOrder  derived by: string    mostSignificantBitFirst    
annotation
documentation
For binary data or for integer, float, string, or time data that is not in any of the known encoding formats.  For any data that is not encoded in any of the known integer, float, string, or time data formats use a To/From transform algorithm.
source <complexType name="BinaryDataEncodingType">
 
<annotation>
   
<documentation xml:lang="en">For binary data or for integer, float, string, or time data that is not in any of the known encoding formats.  For any data that is not encoded in any of the known integer, float, string, or time data formats use a To/From transform algorithm.</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="xtce:DataEncodingType">
     
<sequence>
       
<element name="SizeInBits" type="xtce:IntegerValueType"/>
       
<element name="FromBinaryTransformAlgorithm" type="xtce:InputAlgorithmType" minOccurs="0">
         
<annotation>
           
<documentation xml:lang="en">Used to convert binary data to an application data type</documentation>
         
</annotation>
       
</element>
       
<element name="ToBinaryTransformAlgorithm" type="xtce:InputAlgorithmType" minOccurs="0">
         
<annotation>
           
<documentation xml:lang="en">Used to convert binary data from an application data type to binary data</documentation>
         
</annotation>
       
</element>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>

element BinaryDataEncodingType/SizeInBits
diagram SpaceSystemV1.2-27Feb2014-mods_p70.png
namespace http://www.omg.org/space/xtce
type xtce:IntegerValueType
properties
content complex
children xtce:FixedValue xtce:DynamicValue xtce:DiscreteLookupList
source <element name="SizeInBits" type="xtce:IntegerValueType"/>

element BinaryDataEncodingType/FromBinaryTransformAlgorithm
diagram SpaceSystemV1.2-27Feb2014-mods_p71.png
namespace http://www.omg.org/space/xtce
type xtce:InputAlgorithmType
properties
minOcc 0
maxOcc 1
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      
annotation
documentation
Used to convert binary data to an application data type
source <element name="FromBinaryTransformAlgorithm" type="xtce:InputAlgorithmType" minOccurs="0">
 
<annotation>
   
<documentation xml:lang="en">Used to convert binary data to an application data type</documentation>
 
</annotation>
</element>

element BinaryDataEncodingType/ToBinaryTransformAlgorithm
diagram SpaceSystemV1.2-27Feb2014-mods_p72.png
namespace http://www.omg.org/space/xtce
type xtce:InputAlgorithmType
properties
minOcc 0
maxOcc 1
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      
annotation
documentation
Used to convert binary data from an application data type to binary data
source <element name="ToBinaryTransformAlgorithm" type="xtce:InputAlgorithmType" minOccurs="0">
 
<annotation>
   
<documentation xml:lang="en">Used to convert binary data from an application data type to binary data</documentation>
 
</annotation>
</element>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy