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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_ByteOrderType.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 - ByteOrderType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType ByteOrderType
diagram SpaceSystemV1.2-27Feb2014-mods_p80.png
namespace http://www.omg.org/space/xtce
children xtce:Byte
used by
element DataEncodingType/ByteOrderList
annotation
documentation
An ordered list of bytes where the order of the bytes is in stream order.  Each byte has an attribute giving its significance.
appinfo
The software must check to ensure that the significance of each byte is unique, and does not contain bytes of greater significance greater than the size of the object
source <complexType name="ByteOrderType">
 
<annotation>
   
<documentation xml:lang="en">An ordered list of bytes where the order of the bytes is in stream order.  Each byte has an attribute giving its significance.</documentation>
   
<appinfo>The software must check to ensure that the significance of each byte is unique, and does not contain bytes of greater significance greater than the size of the object</appinfo>
 
</annotation>
 
<sequence minOccurs="2" maxOccurs="unbounded">
   
<element name="Byte">
     
<complexType>
       
<attribute name="byteSignificance" type="nonNegativeInteger" use="required"/>
     
</complexType>
   
</element>
 
</sequence>
</complexType>

element ByteOrderType/Byte
diagram SpaceSystemV1.2-27Feb2014-mods_p81.png
namespace http://www.omg.org/space/xtce
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
byteSignificance  nonNegativeInteger  required      
source <element name="Byte">
 
<complexType>
   
<attribute name="byteSignificance" type="nonNegativeInteger" use="required"/>
 
</complexType>
</element>

attribute ByteOrderType/Byte/@byteSignificance
type nonNegativeInteger
properties
use required
source <attribute name="byteSignificance" type="nonNegativeInteger" use="required"/>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy