complexType ParameterSegmentRefEntryType
diagram SpaceSystemV1.2-27Feb2014-mods_p327.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/ParameterSegmentRefEntry CommandContainerEntryListType/ParameterSegmentRefEntry
attributes
Name  Type  Use  Default  Fixed  Annotation
parameterRef  xtce:NameReferenceType  required      
order  positiveInteger        
sizeInBits  positiveInteger  required      
annotation
documentation
An entry that is only a portion of a parameter value indicating that the entire parameter value must be assembled from other parameter segments.   It is assumed that parameter segments happen sequentially in time, that is the first part if a telemetry parameter first, however (and there's always a however), if this is not the case the order of this parameter segment may be supplied with the order attribute where the first segment order="0".
source <complexType name="ParameterSegmentRefEntryType">
 
<annotation>
   
<documentation xml:lang="en">An entry that is only a portion of a parameter value indicating that the entire parameter value must be assembled from other parameter segments.   It is assumed that parameter segments happen sequentially in time, that is the first part if a telemetry parameter first, however (and there's always a however), if this is not the case the order of this parameter segment may be supplied with the order attribute where the first segment order="0".</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="xtce:SequenceEntryType">
     
<attribute name="parameterRef" type="xtce:NameReferenceType" use="required"/>
     
<attribute name="order" type="positiveInteger"/>
     
<attribute name="sizeInBits" type="positiveInteger" use="required"/>
   
</extension>
 
</complexContent>
</complexType>

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

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

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