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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_ContainerSegmentRefEntryType.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 - ContainerSegmentRefEntryType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType ContainerSegmentRefEntryType
diagram SpaceSystemV1.2-27Feb2014-mods_p154.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/ContainerSegmentRefEntry CommandContainerEntryListType/ContainerSegmentRefEntry
attributes
Name  Type  Use  Default  Fixed  Annotation
containerRef  xtce:NameReferenceType  required      
order  positiveInteger        
sizeInBits  positiveInteger  required      
annotation
documentation
An entry that is only a portion of a container indicating that the entire container must be assembled from other container segments.   It is assumed that container segments happen sequentially in time, that is the first part of a container is first, however (and there's always a however), if this is not the case the order of this container segment may be supplied with the order attribute where the first segment order="0".  Each instance of a container cannot overlap in the overall sequence with another instance
source <complexType name="ContainerSegmentRefEntryType">
 
<annotation>
   
<documentation xml:lang="en">An entry that is only a portion of a container indicating that the entire container must be assembled from other container segments.   It is assumed that container segments happen sequentially in time, that is the first part of a container is first, however (and there's always a however), if this is not the case the order of this container segment may be supplied with the order attribute where the first segment order="0".  Each instance of a container cannot overlap in the overall sequence with another instance</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="xtce:SequenceEntryType">
     
<attribute name="containerRef" type="xtce:NameReferenceType" use="required"/>
     
<attribute name="order" type="positiveInteger"/>
     
<attribute name="sizeInBits" type="positiveInteger" use="required"/>
   
</extension>
 
</complexContent>
</complexType>

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

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

attribute ContainerSegmentRefEntryType/@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