complexType CommandContainerEntryListType
diagram SpaceSystemV1.2-27Feb2014-mods_p99.png
namespace http://www.omg.org/space/xtce
properties
mixed false
children xtce:ParameterRefEntry xtce:ParameterSegmentRefEntry xtce:ContainerRefEntry xtce:ContainerSegmentRefEntry xtce:StreamSegmentEntry xtce:IndirectParameterRefEntry xtce:ArrayParameterRefEntry xtce:ArgumentRefEntry xtce:ArrayArgumentRefEntry xtce:FixedValueEntry
used by
element CommandContainerType/EntryList
annotation
documentation
Similar to an EntryList type but also may include command arguments or -as a convenience - fixed value entries. Argument entries may only refer to arguments in the ArgumentList of the MetaCommand instance they are defined in or to arguments in  MetaCommands through the BaseMetaCommand of the MetaCommand instance they are defined in. This implies that unqualified (no path) NameReferences are allowed only.
source <complexType name="CommandContainerEntryListType" mixed="false">
 
<annotation>
   
<documentation xml:lang="en">Similar to an EntryList type but also may include command arguments or -as a convenience - fixed value entries. Argument entries may only refer to arguments in the ArgumentList of the MetaCommand instance they are defined in or to arguments in  MetaCommands through the BaseMetaCommand of the MetaCommand instance they are defined in. This implies that unqualified (no path) NameReferences are allowed only.</documentation>
 
</annotation>
 
<choice minOccurs="0" maxOccurs="unbounded">
   
<element name="ParameterRefEntry" type="xtce:ParameterRefEntryType"/>
   
<element name="ParameterSegmentRefEntry" type="xtce:ParameterSegmentRefEntryType"/>
   
<element name="ContainerRefEntry" type="xtce:ContainerRefEntryType"/>
   
<element name="ContainerSegmentRefEntry" type="xtce:ContainerSegmentRefEntryType"/>
   
<element name="StreamSegmentEntry" type="xtce:StreamSegmentEntryType"/>
   
<element name="IndirectParameterRefEntry" type="xtce:IndirectParameterRefEntryType"/>
   
<element name="ArrayParameterRefEntry" type="xtce:CmdContArrayParameterRefEntryType"/>
   
<element name="ArgumentRefEntry">
     
<complexType>
       
<complexContent>
         
<extension base="xtce:SequenceEntryType">
           
<attribute name="argumentRef" type="xtce:NameReferenceType" use="required"/>
         
</extension>
       
</complexContent>
     
</complexType>
   
</element>
   
<element name="ArrayArgumentRefEntry" type="xtce:CmdContArrayArgumentRefEntryType"/>
   
<element name="FixedValueEntry">
     
<complexType>
       
<complexContent>
         
<extension base="xtce:SequenceEntryType">
           
<attribute name="binaryValue" type="hexBinary" use="required"/>
           
<attribute name="sizeInBits" type="integer" use="required"/>
         
</extension>
       
</complexContent>
     
</complexType>
   
</element>
 
</choice>
</complexType>

element CommandContainerEntryListType/ParameterRefEntry
diagram SpaceSystemV1.2-27Feb2014-mods_p100.png
namespace http://www.omg.org/space/xtce
type xtce:ParameterRefEntryType
properties
content complex
children xtce:LocationInContainerInBits xtce:RepeatEntry xtce:IncludeCondition
attributes
Name  Type  Use  Default  Fixed  Annotation
parameterRef  xtce:NameReferenceType  required      
source <element name="ParameterRefEntry" type="xtce:ParameterRefEntryType"/>

element CommandContainerEntryListType/ParameterSegmentRefEntry
diagram SpaceSystemV1.2-27Feb2014-mods_p101.png
namespace http://www.omg.org/space/xtce
type xtce:ParameterSegmentRefEntryType
properties
content complex
children xtce:LocationInContainerInBits xtce:RepeatEntry xtce:IncludeCondition
attributes
Name  Type  Use  Default  Fixed  Annotation
parameterRef  xtce:NameReferenceType  required      
order  positiveInteger        
sizeInBits  positiveInteger  required      
source <element name="ParameterSegmentRefEntry" type="xtce:ParameterSegmentRefEntryType"/>

element CommandContainerEntryListType/ContainerRefEntry
diagram SpaceSystemV1.2-27Feb2014-mods_p102.png
namespace http://www.omg.org/space/xtce
type xtce:ContainerRefEntryType
properties
content complex
children xtce:LocationInContainerInBits xtce:RepeatEntry xtce:IncludeCondition
attributes
Name  Type  Use  Default  Fixed  Annotation
containerRef  xtce:NameReferenceType  required      
source <element name="ContainerRefEntry" type="xtce:ContainerRefEntryType"/>

element CommandContainerEntryListType/ContainerSegmentRefEntry
diagram SpaceSystemV1.2-27Feb2014-mods_p103.png
namespace http://www.omg.org/space/xtce
type xtce:ContainerSegmentRefEntryType
properties
content complex
children xtce:LocationInContainerInBits xtce:RepeatEntry xtce:IncludeCondition
attributes
Name  Type  Use  Default  Fixed  Annotation
containerRef  xtce:NameReferenceType  required      
order  positiveInteger        
sizeInBits  positiveInteger  required      
source <element name="ContainerSegmentRefEntry" type="xtce:ContainerSegmentRefEntryType"/>

element CommandContainerEntryListType/StreamSegmentEntry
diagram SpaceSystemV1.2-27Feb2014-mods_p104.png
namespace http://www.omg.org/space/xtce
type xtce:StreamSegmentEntryType
properties
content complex
children xtce:LocationInContainerInBits xtce:RepeatEntry xtce:IncludeCondition
attributes
Name  Type  Use  Default  Fixed  Annotation
streamRef  xtce:NameReferenceType  required      
order  positiveInteger        
sizeInBits  positiveInteger  required      
source <element name="StreamSegmentEntry" type="xtce:StreamSegmentEntryType"/>

element CommandContainerEntryListType/IndirectParameterRefEntry
diagram SpaceSystemV1.2-27Feb2014-mods_p105.png
namespace http://www.omg.org/space/xtce
type xtce:IndirectParameterRefEntryType
properties
content complex
children xtce:LocationInContainerInBits xtce:RepeatEntry xtce:IncludeCondition xtce:ParameterInstance
attributes
Name  Type  Use  Default  Fixed  Annotation
aliasNameSpace  string        
source <element name="IndirectParameterRefEntry" type="xtce:IndirectParameterRefEntryType"/>

element CommandContainerEntryListType/ArrayParameterRefEntry
diagram SpaceSystemV1.2-27Feb2014-mods_p106.png
namespace http://www.omg.org/space/xtce
type xtce:CmdContArrayParameterRefEntryType
properties
content complex
children xtce:LocationInContainerInBits xtce:RepeatEntry xtce:IncludeCondition xtce:DimensionList
attributes
Name  Type  Use  Default  Fixed  Annotation
parameterRef  xtce:NameReferenceType  required      
lastEntryForThisArrayInstance  boolean    false    
source <element name="ArrayParameterRefEntry" type="xtce:CmdContArrayParameterRefEntryType"/>

element CommandContainerEntryListType/ArgumentRefEntry
diagram SpaceSystemV1.2-27Feb2014-mods_p107.png
namespace http://www.omg.org/space/xtce
type extension of xtce:SequenceEntryType
properties
content complex
children xtce:LocationInContainerInBits xtce:RepeatEntry xtce:IncludeCondition
attributes
Name  Type  Use  Default  Fixed  Annotation
argumentRef  xtce:NameReferenceType  required      
source <element name="ArgumentRefEntry">
 
<complexType>
   
<complexContent>
     
<extension base="xtce:SequenceEntryType">
       
<attribute name="argumentRef" type="xtce:NameReferenceType" use="required"/>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

attribute CommandContainerEntryListType/ArgumentRefEntry/@argumentRef
type xtce:NameReferenceType
properties
use required
source <attribute name="argumentRef" type="xtce:NameReferenceType" use="required"/>

element CommandContainerEntryListType/ArrayArgumentRefEntry
diagram SpaceSystemV1.2-27Feb2014-mods_p108.png
namespace http://www.omg.org/space/xtce
type xtce:CmdContArrayArgumentRefEntryType
properties
content complex
children xtce:LocationInContainerInBits xtce:RepeatEntry xtce:IncludeCondition xtce:DimensionList
attributes
Name  Type  Use  Default  Fixed  Annotation
argumentRef  xtce:NameReferenceType  required      
lastEntryForThisArrayInstance  boolean    false    
source <element name="ArrayArgumentRefEntry" type="xtce:CmdContArrayArgumentRefEntryType"/>

element CommandContainerEntryListType/FixedValueEntry
diagram SpaceSystemV1.2-27Feb2014-mods_p109.png
namespace http://www.omg.org/space/xtce
type extension of xtce:SequenceEntryType
properties
content complex
children xtce:LocationInContainerInBits xtce:RepeatEntry xtce:IncludeCondition
attributes
Name  Type  Use  Default  Fixed  Annotation
binaryValue  hexBinary  required      
sizeInBits  integer  required      
source <element name="FixedValueEntry">
 
<complexType>
   
<complexContent>
     
<extension base="xtce:SequenceEntryType">
       
<attribute name="binaryValue" type="hexBinary" use="required"/>
       
<attribute name="sizeInBits" type="integer" use="required"/>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

attribute CommandContainerEntryListType/FixedValueEntry/@binaryValue
type hexBinary
properties
use required
source <attribute name="binaryValue" type="hexBinary" use="required"/>

attribute CommandContainerEntryListType/FixedValueEntry/@sizeInBits
type integer
properties
use required
source <attribute name="sizeInBits" type="integer" use="required"/>


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