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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_StreamSegmentEntryType.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 - StreamSegmentEntryType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType StreamSegmentEntryType
diagram SpaceSystemV1.2-27Feb2014-mods_p412.png
namespace http://www.omg.org/space/xtce
type extension of xtce:SequenceEntryType
properties
base xtce:SequenceEntryType
children xtce:LocationInContainerInBits xtce:RepeatEntry xtce:IncludeCondition
used by
elements EntryListType/StreamSegmentEntry CommandContainerEntryListType/StreamSegmentEntry
attributes
Name  Type  Use  Default  Fixed  Annotation
streamRef  xtce:NameReferenceType  required      
order  positiveInteger        
sizeInBits  positiveInteger  required      
annotation
documentation
An entry that is a portion of a stream (streams are by definition, assumed continuous)   It is assumed that stream segments happen sequentially in time, that is the first part if a steam first, however, if this is not the case the order of the stream segments may be supplied with the order attribute where the first segment order="0".
source <complexType name="StreamSegmentEntryType">
 
<annotation>
   
<documentation xml:lang="en">An entry that is a portion of a stream (streams are by definition, assumed continuous)   It is assumed that stream segments happen sequentially in time, that is the first part if a steam first, however, if this is not the case the order of the stream segments may be supplied with the order attribute where the first segment order="0".</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="xtce:SequenceEntryType">
     
<attribute name="streamRef" type="xtce:NameReferenceType" use="required"/>
     
<attribute name="order" type="positiveInteger"/>
     
<attribute name="sizeInBits" type="positiveInteger" use="required"/>
   
</extension>
 
</complexContent>
</complexType>

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

attribute StreamSegmentEntryType/@order
type positiveInteger
source <attribute name="order" type="positiveInteger"/>

attribute StreamSegmentEntryType/@sizeInBits
type positiveInteger
properties
use required
source <attribute name="sizeInBits" type="positiveInteger" use="required"/>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy