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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_CommandContainerType.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 - CommandContainerType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType CommandContainerType
diagram SpaceSystemV1.2-27Feb2014-mods_p112.png
namespace http://www.omg.org/space/xtce
type extension of xtce:ContainerType
properties
base xtce:ContainerType
mixed false
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:DefaultRateInStream xtce:RateInStreamSet xtce:BinaryEncoding xtce:EntryList xtce:BaseContainer
used by
elements MetaCommandType/CommandContainer CommandContainerSetType/CommandContainer
attributes
Name  Type  Use  Default  Fixed  Annotation
shortDescription  string  optional      
documentation
It is strongly recommended that the short description be kept under 80 characters in length
name  xtce:NameType  required      
annotation
documentation
The Key = Command Op Code.  Each MetaCommand may have one CommandContainer.  The sequence may now contain command fields
source <complexType name="CommandContainerType" mixed="false">
 
<annotation>
   
<documentation xml:lang="en">The Key = Command Op Code.  Each MetaCommand may have one CommandContainer.  The sequence may now contain command fields</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="xtce:ContainerType">
     
<sequence>
       
<element name="EntryList" type="xtce:CommandContainerEntryListType"/>
       
<element name="BaseContainer" minOccurs="0">
         
<complexType>
           
<sequence>
             
<element name="RestrictionCriteria" minOccurs="0">
               
<annotation>
                 
<documentation xml:lang="en">Given that this Container is the Base container type, RestrictionCriteria lists conditions that must be true for this Container to be 'this' subContainer type.  May be a simple Comparison List, a Boolean Expression, and/or in a Graph of containers established by the NextContainer</documentation>
               
</annotation>
               
<complexType>
                 
<complexContent>
                   
<extension base="xtce:MatchCriteriaType">
                     
<choice>
                       
<element name="NextContainer" type="xtce:ContainerRefType" minOccurs="0"/>
                     
</choice>
                   
</extension>
                 
</complexContent>
               
</complexType>
             
</element>
           
</sequence>
           
<attribute name="containerRef" type="xtce:NameReferenceType" use="required"/>
         
</complexType>
       
</element>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>

element CommandContainerType/EntryList
diagram SpaceSystemV1.2-27Feb2014-mods_p113.png
namespace http://www.omg.org/space/xtce
type xtce:CommandContainerEntryListType
properties
content complex
mixed false
children xtce:ParameterRefEntry xtce:ParameterSegmentRefEntry xtce:ContainerRefEntry xtce:ContainerSegmentRefEntry xtce:StreamSegmentEntry xtce:IndirectParameterRefEntry xtce:ArrayParameterRefEntry xtce:ArgumentRefEntry xtce:ArrayArgumentRefEntry xtce:FixedValueEntry
source <element name="EntryList" type="xtce:CommandContainerEntryListType"/>

element CommandContainerType/BaseContainer
diagram SpaceSystemV1.2-27Feb2014-mods_p114.png
namespace http://www.omg.org/space/xtce
properties
minOcc 0
maxOcc 1
content complex
children xtce:RestrictionCriteria
attributes
Name  Type  Use  Default  Fixed  Annotation
containerRef  xtce:NameReferenceType  required      
source <element name="BaseContainer" minOccurs="0">
 
<complexType>
   
<sequence>
     
<element name="RestrictionCriteria" minOccurs="0">
       
<annotation>
         
<documentation xml:lang="en">Given that this Container is the Base container type, RestrictionCriteria lists conditions that must be true for this Container to be 'this' subContainer type.  May be a simple Comparison List, a Boolean Expression, and/or in a Graph of containers established by the NextContainer</documentation>
       
</annotation>
       
<complexType>
         
<complexContent>
           
<extension base="xtce:MatchCriteriaType">
             
<choice>
               
<element name="NextContainer" type="xtce:ContainerRefType" minOccurs="0"/>
             
</choice>
           
</extension>
         
</complexContent>
       
</complexType>
     
</element>
   
</sequence>
   
<attribute name="containerRef" type="xtce:NameReferenceType" use="required"/>
 
</complexType>
</element>

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

element CommandContainerType/BaseContainer/RestrictionCriteria
diagram SpaceSystemV1.2-27Feb2014-mods_p115.png
namespace http://www.omg.org/space/xtce
type extension of xtce:MatchCriteriaType
properties
minOcc 0
maxOcc 1
content complex
children xtce:Comparison xtce:ComparisonList xtce:BooleanExpression xtce:CustomAlgorithm xtce:NextContainer
annotation
documentation
Given that this Container is the Base container type, RestrictionCriteria lists conditions that must be true for this Container to be 'this' subContainer type.  May be a simple Comparison List, a Boolean Expression, and/or in a Graph of containers established by the NextContainer
source <element name="RestrictionCriteria" minOccurs="0">
 
<annotation>
   
<documentation xml:lang="en">Given that this Container is the Base container type, RestrictionCriteria lists conditions that must be true for this Container to be 'this' subContainer type.  May be a simple Comparison List, a Boolean Expression, and/or in a Graph of containers established by the NextContainer</documentation>
 
</annotation>
 
<complexType>
   
<complexContent>
     
<extension base="xtce:MatchCriteriaType">
       
<choice>
         
<element name="NextContainer" type="xtce:ContainerRefType" minOccurs="0"/>
       
</choice>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

element CommandContainerType/BaseContainer/RestrictionCriteria/NextContainer
diagram SpaceSystemV1.2-27Feb2014-mods_p116.png
namespace http://www.omg.org/space/xtce
type xtce:ContainerRefType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
containerRef  xtce:NameReferenceType  required      
documentation
name of container
source <element name="NextContainer" type="xtce:ContainerRefType" minOccurs="0"/>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy