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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_BinaryDataType.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 - BinaryDataType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType BinaryDataType
diagram SpaceSystemV1.2-27Feb2014-mods_p73.png
namespace http://www.omg.org/space/xtce
type extension of xtce:BaseDataType
properties
base xtce:BaseDataType
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:UnitSet xtce:BinaryDataEncoding xtce:FloatDataEncoding xtce:IntegerDataEncoding xtce:StringDataEncoding
used by
elements ArgumentTypeSetType/BinaryArgumentType ParameterTypeSetType/BinaryParameterType
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      
baseType  xtce:NameReferenceType        
documentation
Used to derive one Data Type from another - will inherit all the attributes from the baseType any of which may be redefined in this type definition. 
appinfo
Must be derived from a like type (e.g,, String from String).  No circular derivations.   
initialValue  hexBinary        
documentation
Extra bits are truncated from the MSB (leftmost)
annotation
documentation
Contains an arbitrarily large binary value
source <complexType name="BinaryDataType">
 
<annotation>
   
<documentation xml:lang="en">Contains an arbitrarily large binary value </documentation>
 
</annotation>
 
<complexContent>
   
<extension base="xtce:BaseDataType">
     
<attribute name="initialValue" type="hexBinary">
       
<annotation>
         
<documentation xml:lang="en">Extra bits are truncated from the MSB (leftmost)</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute BinaryDataType/@initialValue
type hexBinary
annotation
documentation
Extra bits are truncated from the MSB (leftmost)
source <attribute name="initialValue" type="hexBinary">
 
<annotation>
   
<documentation xml:lang="en">Extra bits are truncated from the MSB (leftmost)</documentation>
 
</annotation>
</attribute>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy