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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_RepeatType.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 - RepeatType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType RepeatType
diagram SpaceSystemV1.2-27Feb2014-mods_p381.png
namespace http://www.omg.org/space/xtce
children xtce:Count xtce:Offset
used by
element SequenceEntryType/RepeatEntry
annotation
documentation
Hold a structure that can be repeated X times, where X is the Count
source <complexType name="RepeatType">
 
<annotation>
   
<documentation xml:lang="en">Hold a structure that can be repeated X times, where X is the Count</documentation>
 
</annotation>
 
<sequence>
   
<element name="Count" type="xtce:IntegerValueType">
     
<annotation>
       
<documentation xml:lang="en">Value (either fixed or dynamic) that contains the count of repeated structures.</documentation>
     
</annotation>
   
</element>
   
<element name="Offset" minOccurs="0">
     
<annotation>
       
<documentation xml:lang="en">Indicates the distance between repeating entries (the last bit of one entry to the start bit of the next entry)</documentation>
     
</annotation>
     
<complexType>
       
<complexContent>
         
<extension base="xtce:IntegerValueType">
           
<attribute name="offsetSizeInBits" type="positiveInteger" default="1"/>
         
</extension>
       
</complexContent>
     
</complexType>
   
</element>
 
</sequence>
</complexType>

element RepeatType/Count
diagram SpaceSystemV1.2-27Feb2014-mods_p382.png
namespace http://www.omg.org/space/xtce
type xtce:IntegerValueType
properties
content complex
children xtce:FixedValue xtce:DynamicValue xtce:DiscreteLookupList
annotation
documentation
Value (either fixed or dynamic) that contains the count of repeated structures.
source <element name="Count" type="xtce:IntegerValueType">
 
<annotation>
   
<documentation xml:lang="en">Value (either fixed or dynamic) that contains the count of repeated structures.</documentation>
 
</annotation>
</element>

element RepeatType/Offset
diagram SpaceSystemV1.2-27Feb2014-mods_p383.png
namespace http://www.omg.org/space/xtce
type extension of xtce:IntegerValueType
properties
minOcc 0
maxOcc 1
content complex
children xtce:FixedValue xtce:DynamicValue xtce:DiscreteLookupList
attributes
Name  Type  Use  Default  Fixed  Annotation
offsetSizeInBits  positiveInteger    1    
annotation
documentation
Indicates the distance between repeating entries (the last bit of one entry to the start bit of the next entry)
source <element name="Offset" minOccurs="0">
 
<annotation>
   
<documentation xml:lang="en">Indicates the distance between repeating entries (the last bit of one entry to the start bit of the next entry)</documentation>
 
</annotation>
 
<complexType>
   
<complexContent>
     
<extension base="xtce:IntegerValueType">
       
<attribute name="offsetSizeInBits" type="positiveInteger" default="1"/>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

attribute RepeatType/Offset/@offsetSizeInBits
type positiveInteger
properties
default 1
source <attribute name="offsetSizeInBits" type="positiveInteger" default="1"/>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy