complexType ParameterTypeSetType
diagram SpaceSystemV1.2-27Feb2014-mods_p335.png
namespace http://www.omg.org/space/xtce
children xtce:StringParameterType xtce:EnumeratedParameterType xtce:IntegerParameterType xtce:BinaryParameterType xtce:FloatParameterType xtce:BooleanParameterType xtce:RelativeTimeParameterType xtce:AbsoluteTimeParameterType xtce:ArrayParameterType xtce:AggregateParameterType
used by
elements CommandMetaDataType/ParameterTypeSet TelemetryMetaDataType/ParameterTypeSet
annotation
documentation
Holds the list of parameter type definitions. A Parameter is a description of something that can have a value; it is not the value itself.  
source <complexType name="ParameterTypeSetType">
 
<annotation>
   
<documentation xml:lang="en">Holds the list of parameter type definitions. A Parameter is a description of something that can have a value; it is not the value itself.   </documentation>
 
</annotation>
 
<choice maxOccurs="unbounded">
   
<element name="StringParameterType">
     
<complexType>
       
<complexContent>
         
<extension base="xtce:StringDataType">
           
<sequence>
             
<element name="DefaultAlarm" type="xtce:StringAlarmType" minOccurs="0"/>
             
<element name="ContextAlarmList" minOccurs="0">
               
<complexType>
                 
<sequence>
                   
<element name="ContextAlarm" maxOccurs="unbounded">
                     
<complexType>
                       
<complexContent>
                         
<extension base="xtce:StringAlarmType">
                           
<sequence>
                             
<element name="ContextMatch" type="xtce:MatchCriteriaType"/>
                           
</sequence>
                         
</extension>
                       
</complexContent>
                     
</complexType>
                   
</element>
                 
</sequence>
               
</complexType>
             
</element>
           
</sequence>
         
</extension>
       
</complexContent>
     
</complexType>
   
</element>
   
<element name="EnumeratedParameterType">
     
<complexType>
       
<complexContent>
         
<extension base="xtce:EnumeratedDataType">
           
<sequence>
             
<element name="DefaultAlarm" type="xtce:EnumerationAlarmType" minOccurs="0"/>
             
<element name="ContextAlarmList" minOccurs="0">
               
<complexType>
                 
<sequence>
                   
<element name="ContextAlarm" maxOccurs="unbounded">
                     
<complexType>
                       
<complexContent>
                         
<extension base="xtce:EnumerationAlarmType">
                           
<sequence>
                             
<element name="ContextMatch" type="xtce:MatchCriteriaType"/>
                           
</sequence>
                         
</extension>
                       
</complexContent>
                     
</complexType>
                   
</element>
                 
</sequence>
               
</complexType>
             
</element>
           
</sequence>
         
</extension>
       
</complexContent>
     
</complexType>
   
</element>
   
<element name="IntegerParameterType">
     
<complexType>
       
<complexContent>
         
<extension base="xtce:IntegerDataType">
           
<sequence>
             
<element name="DefaultAlarm" type="xtce:NumericAlarmType" minOccurs="0"/>
             
<element name="ContextAlarmList" minOccurs="0">
               
<complexType>
                 
<sequence>
                   
<element name="ContextAlarm" type="xtce:NumericContextAlarmType" maxOccurs="unbounded"/>
                 
</sequence>
               
</complexType>
             
</element>
           
</sequence>
         
</extension>
       
</complexContent>
     
</complexType>
   
</element>
   
<element name="BinaryParameterType">
     
<complexType>
       
<complexContent>
         
<extension base="xtce:BinaryDataType">
           
<sequence>
             
<element name="DefaultAlarm" type="xtce:AlarmType" minOccurs="0"/>
             
<element name="ContextAlarmList" minOccurs="0">
               
<complexType>
                 
<sequence>
                   
<element name="ContextAlarm" maxOccurs="unbounded">
                     
<complexType>
                       
<complexContent>
                         
<extension base="xtce:AlarmType">
                           
<sequence>
                             
<element name="ContextMatch" type="xtce:MatchCriteriaType"/>
                           
</sequence>
                         
</extension>
                       
</complexContent>
                     
</complexType>
                   
</element>
                 
</sequence>
               
</complexType>
             
</element>
           
</sequence>
         
</extension>
       
</complexContent>
     
</complexType>
   
</element>
   
<element name="FloatParameterType">
     
<complexType>
       
<complexContent>
         
<extension base="xtce:FloatDataType">
           
<sequence>
             
<element name="DefaultAlarm" type="xtce:NumericAlarmType" minOccurs="0"/>
             
<element name="ContextAlarmList" minOccurs="0">
               
<complexType>
                 
<sequence>
                   
<element name="ContextAlarm" type="xtce:NumericContextAlarmType" maxOccurs="unbounded"/>
                 
</sequence>
               
</complexType>
             
</element>
           
</sequence>
         
</extension>
       
</complexContent>
     
</complexType>
   
</element>
   
<element name="BooleanParameterType">
     
<complexType>
       
<complexContent>
         
<extension base="xtce:BooleanDataType">
           
<sequence>
             
<element name="DefaultAlarm" type="xtce:BooleanAlarmType" minOccurs="0"/>
             
<element name="ContextAlarmList" minOccurs="0">
               
<complexType>
                 
<sequence>
                   
<element name="ContextAlarm" maxOccurs="unbounded">
                     
<complexType>
                       
<complexContent>
                         
<extension base="xtce:BooleanAlarmType">
                           
<sequence>
                             
<element name="ContextMatch" type="xtce:MatchCriteriaType"/>
                           
</sequence>
                         
</extension>
                       
</complexContent>
                     
</complexType>
                   
</element>
                 
</sequence>
               
</complexType>
             
</element>
           
</sequence>
         
</extension>
       
</complexContent>
     
</complexType>
   
</element>
   
<element name="RelativeTimeParameterType">
     
<complexType>
       
<complexContent>
         
<extension base="xtce:RelativeTimeDataType">
           
<sequence>
             
<element name="DefaultAlarm" type="xtce:TimeAlarmType" minOccurs="0"/>
             
<element name="ContextAlarmList" minOccurs="0">
               
<complexType>
                 
<sequence>
                   
<element name="ContextAlarm" type="xtce:TimeContextAlarmType" maxOccurs="unbounded"/>
                 
</sequence>
               
</complexType>
             
</element>
           
</sequence>
         
</extension>
       
</complexContent>
     
</complexType>
   
</element>
   
<element name="AbsoluteTimeParameterType" type="xtce:AbsoluteTimeDataType"/>
   
<element name="ArrayParameterType" type="xtce:ArrayDataTypeType">
     
<annotation>
       
<documentation xml:lang="en">An array type.  Will be an array of parameters of the type referenced in 'arrayTypeRef' and have the number of array dimensions as specified in 'numberOfDimensions' </documentation>
     
</annotation>
   
</element>
   
<element name="AggregateParameterType" type="xtce:AggregateDataType">
     
<annotation>
       
<documentation xml:lang="en">AggegateParameters are analogous to a C struc, they are an aggregation of related data items.  Each of these data items is defined here as a 'Member' </documentation>
     
</annotation>
   
</element>
 
</choice>
</complexType>

element ParameterTypeSetType/StringParameterType
diagram SpaceSystemV1.2-27Feb2014-mods_p336.png
namespace http://www.omg.org/space/xtce
type extension of xtce:StringDataType
properties
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:UnitSet xtce:BinaryDataEncoding xtce:FloatDataEncoding xtce:IntegerDataEncoding xtce:StringDataEncoding xtce:SizeRangeInCharacters xtce:DefaultAlarm xtce:ContextAlarmList
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      
baseType  xtce:NameReferenceType        
documentation
Used to derive one Data Type from another - will inherit all the attributes from the baseType any of which may be redefined in this type definition. 
appinfo
Must be derived from a like type (e.g,, String from String).  No circular derivations.   
initialValue  string        
documentation
Initial values for string types, may include C language style (\n, \t, \", \\, etc.) escape sequences.
restrictionPattern  string        
documentation
restriction pattern is a regular expression
source <element name="StringParameterType">
 
<complexType>
   
<complexContent>
     
<extension base="xtce:StringDataType">
       
<sequence>
         
<element name="DefaultAlarm" type="xtce:StringAlarmType" minOccurs="0"/>
         
<element name="ContextAlarmList" minOccurs="0">
           
<complexType>
             
<sequence>
               
<element name="ContextAlarm" maxOccurs="unbounded">
                 
<complexType>
                   
<complexContent>
                     
<extension base="xtce:StringAlarmType">
                       
<sequence>
                         
<element name="ContextMatch" type="xtce:MatchCriteriaType"/>
                       
</sequence>
                     
</extension>
                   
</complexContent>
                 
</complexType>
               
</element>
             
</sequence>
           
</complexType>
         
</element>
       
</sequence>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

element ParameterTypeSetType/StringParameterType/DefaultAlarm
diagram SpaceSystemV1.2-27Feb2014-mods_p337.png
namespace http://www.omg.org/space/xtce
type xtce:StringAlarmType
properties
minOcc 0
maxOcc 1
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlarmConditions xtce:CustomAlarm xtce:StringAlarmList
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  optional      
minViolations  positiveInteger    1    
documentation
Number of successive instances that meet the alarm conditions for the Alarm to trigger.
defaultAlarmLevel  xtce:AlarmLevels    normal    
source <element name="DefaultAlarm" type="xtce:StringAlarmType" minOccurs="0"/>

element ParameterTypeSetType/StringParameterType/ContextAlarmList
diagram SpaceSystemV1.2-27Feb2014-mods_p338.png
namespace http://www.omg.org/space/xtce
properties
minOcc 0
maxOcc 1
content complex
children xtce:ContextAlarm
source <element name="ContextAlarmList" minOccurs="0">
 
<complexType>
   
<sequence>
     
<element name="ContextAlarm" maxOccurs="unbounded">
       
<complexType>
         
<complexContent>
           
<extension base="xtce:StringAlarmType">
             
<sequence>
               
<element name="ContextMatch" type="xtce:MatchCriteriaType"/>
             
</sequence>
           
</extension>
         
</complexContent>
       
</complexType>
     
</element>
   
</sequence>
 
</complexType>
</element>

element ParameterTypeSetType/StringParameterType/ContextAlarmList/ContextAlarm
diagram SpaceSystemV1.2-27Feb2014-mods_p339.png
namespace http://www.omg.org/space/xtce
type extension of xtce:StringAlarmType
properties
minOcc 1
maxOcc unbounded
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlarmConditions xtce:CustomAlarm xtce:StringAlarmList xtce:ContextMatch
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  optional      
minViolations  positiveInteger    1    
documentation
Number of successive instances that meet the alarm conditions for the Alarm to trigger.
defaultAlarmLevel  xtce:AlarmLevels    normal    
source <element name="ContextAlarm" maxOccurs="unbounded">
 
<complexType>
   
<complexContent>
     
<extension base="xtce:StringAlarmType">
       
<sequence>
         
<element name="ContextMatch" type="xtce:MatchCriteriaType"/>
       
</sequence>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

element ParameterTypeSetType/StringParameterType/ContextAlarmList/ContextAlarm/ContextMatch
diagram SpaceSystemV1.2-27Feb2014-mods_p340.png
namespace http://www.omg.org/space/xtce
type xtce:MatchCriteriaType
properties
content complex
children xtce:Comparison xtce:ComparisonList xtce:BooleanExpression xtce:CustomAlgorithm
source <element name="ContextMatch" type="xtce:MatchCriteriaType"/>

element ParameterTypeSetType/EnumeratedParameterType
diagram SpaceSystemV1.2-27Feb2014-mods_p341.png
namespace http://www.omg.org/space/xtce
type extension of xtce:EnumeratedDataType
properties
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:UnitSet xtce:BinaryDataEncoding xtce:FloatDataEncoding xtce:IntegerDataEncoding xtce:StringDataEncoding xtce:EnumerationList xtce:DefaultAlarm xtce:ContextAlarmList
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      
baseType  xtce:NameReferenceType        
documentation
Used to derive one Data Type from another - will inherit all the attributes from the baseType any of which may be redefined in this type definition. 
appinfo
Must be derived from a like type (e.g,, String from String).  No circular derivations.   
initialValue  string        
documentation
Initial value is always given in calibrated form.
source <element name="EnumeratedParameterType">
 
<complexType>
   
<complexContent>
     
<extension base="xtce:EnumeratedDataType">
       
<sequence>
         
<element name="DefaultAlarm" type="xtce:EnumerationAlarmType" minOccurs="0"/>
         
<element name="ContextAlarmList" minOccurs="0">
           
<complexType>
             
<sequence>
               
<element name="ContextAlarm" maxOccurs="unbounded">
                 
<complexType>
                   
<complexContent>
                     
<extension base="xtce:EnumerationAlarmType">
                       
<sequence>
                         
<element name="ContextMatch" type="xtce:MatchCriteriaType"/>
                       
</sequence>
                     
</extension>
                   
</complexContent>
                 
</complexType>
               
</element>
             
</sequence>
           
</complexType>
         
</element>
       
</sequence>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

element ParameterTypeSetType/EnumeratedParameterType/DefaultAlarm
diagram SpaceSystemV1.2-27Feb2014-mods_p342.png
namespace http://www.omg.org/space/xtce
type xtce:EnumerationAlarmType
properties
minOcc 0
maxOcc 1
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlarmConditions xtce:CustomAlarm xtce:EnumerationAlarmList
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  optional      
minViolations  positiveInteger    1    
documentation
Number of successive instances that meet the alarm conditions for the Alarm to trigger.
defaultAlarmLevel  xtce:AlarmLevels    normal    
source <element name="DefaultAlarm" type="xtce:EnumerationAlarmType" minOccurs="0"/>

element ParameterTypeSetType/EnumeratedParameterType/ContextAlarmList
diagram SpaceSystemV1.2-27Feb2014-mods_p343.png
namespace http://www.omg.org/space/xtce
properties
minOcc 0
maxOcc 1
content complex
children xtce:ContextAlarm
source <element name="ContextAlarmList" minOccurs="0">
 
<complexType>
   
<sequence>
     
<element name="ContextAlarm" maxOccurs="unbounded">
       
<complexType>
         
<complexContent>
           
<extension base="xtce:EnumerationAlarmType">
             
<sequence>
               
<element name="ContextMatch" type="xtce:MatchCriteriaType"/>
             
</sequence>
           
</extension>
         
</complexContent>
       
</complexType>
     
</element>
   
</sequence>
 
</complexType>
</element>

element ParameterTypeSetType/EnumeratedParameterType/ContextAlarmList/ContextAlarm
diagram SpaceSystemV1.2-27Feb2014-mods_p344.png
namespace http://www.omg.org/space/xtce
type extension of xtce:EnumerationAlarmType
properties
minOcc 1
maxOcc unbounded
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlarmConditions xtce:CustomAlarm xtce:EnumerationAlarmList xtce:ContextMatch
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  optional      
minViolations  positiveInteger    1    
documentation
Number of successive instances that meet the alarm conditions for the Alarm to trigger.
defaultAlarmLevel  xtce:AlarmLevels    normal    
source <element name="ContextAlarm" maxOccurs="unbounded">
 
<complexType>
   
<complexContent>
     
<extension base="xtce:EnumerationAlarmType">
       
<sequence>
         
<element name="ContextMatch" type="xtce:MatchCriteriaType"/>
       
</sequence>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

element ParameterTypeSetType/EnumeratedParameterType/ContextAlarmList/ContextAlarm/ContextMatch
diagram SpaceSystemV1.2-27Feb2014-mods_p345.png
namespace http://www.omg.org/space/xtce
type xtce:MatchCriteriaType
properties
content complex
children xtce:Comparison xtce:ComparisonList xtce:BooleanExpression xtce:CustomAlgorithm
source <element name="ContextMatch" type="xtce:MatchCriteriaType"/>

element ParameterTypeSetType/IntegerParameterType
diagram SpaceSystemV1.2-27Feb2014-mods_p346.png
namespace http://www.omg.org/space/xtce
type extension of xtce:IntegerDataType
properties
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:UnitSet xtce:BinaryDataEncoding xtce:FloatDataEncoding xtce:IntegerDataEncoding xtce:StringDataEncoding xtce:ToString xtce:ValidRange xtce:DefaultAlarm xtce:ContextAlarmList
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      
baseType  xtce:NameReferenceType        
documentation
Used to derive one Data Type from another - will inherit all the attributes from the baseType any of which may be redefined in this type definition. 
appinfo
Must be derived from a like type (e.g,, String from String).  No circular derivations.   
initialValue  xtce:FixedIntegerValueType        
documentation
Initial value is always given in calibrated form.  Default is base 10 form; binary, octal, or hexadecimal values may be given by preceding value with 0[b|B], 0[o|O|, 0[x|X] respectively.
sizeInBits  positiveInteger    32    
signed  boolean    true    
source <element name="IntegerParameterType">
 
<complexType>
   
<complexContent>
     
<extension base="xtce:IntegerDataType">
       
<sequence>
         
<element name="DefaultAlarm" type="xtce:NumericAlarmType" minOccurs="0"/>
         
<element name="ContextAlarmList" minOccurs="0">
           
<complexType>
             
<sequence>
               
<element name="ContextAlarm" type="xtce:NumericContextAlarmType" maxOccurs="unbounded"/>
             
</sequence>
           
</complexType>
         
</element>
       
</sequence>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

element ParameterTypeSetType/IntegerParameterType/DefaultAlarm
diagram SpaceSystemV1.2-27Feb2014-mods_p347.png
namespace http://www.omg.org/space/xtce
type xtce:NumericAlarmType
properties
minOcc 0
maxOcc 1
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlarmConditions xtce:CustomAlarm xtce:StaticAlarmRanges xtce:ChangeAlarmRanges
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  optional      
minViolations  positiveInteger    1    
documentation
Number of successive instances that meet the alarm conditions for the Alarm to trigger.
source <element name="DefaultAlarm" type="xtce:NumericAlarmType" minOccurs="0"/>

element ParameterTypeSetType/IntegerParameterType/ContextAlarmList
diagram SpaceSystemV1.2-27Feb2014-mods_p348.png
namespace http://www.omg.org/space/xtce
properties
minOcc 0
maxOcc 1
content complex
children xtce:ContextAlarm
source <element name="ContextAlarmList" minOccurs="0">
 
<complexType>
   
<sequence>
     
<element name="ContextAlarm" type="xtce:NumericContextAlarmType" maxOccurs="unbounded"/>
   
</sequence>
 
</complexType>
</element>

element ParameterTypeSetType/IntegerParameterType/ContextAlarmList/ContextAlarm
diagram SpaceSystemV1.2-27Feb2014-mods_p349.png
namespace http://www.omg.org/space/xtce
type xtce:NumericContextAlarmType
properties
minOcc 1
maxOcc unbounded
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlarmConditions xtce:CustomAlarm xtce:StaticAlarmRanges xtce:ChangeAlarmRanges xtce:ContextMatch
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  optional      
minViolations  positiveInteger    1    
documentation
Number of successive instances that meet the alarm conditions for the Alarm to trigger.
source <element name="ContextAlarm" type="xtce:NumericContextAlarmType" maxOccurs="unbounded"/>

element ParameterTypeSetType/BinaryParameterType
diagram SpaceSystemV1.2-27Feb2014-mods_p350.png
namespace http://www.omg.org/space/xtce
type extension of xtce:BinaryDataType
properties
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:UnitSet xtce:BinaryDataEncoding xtce:FloatDataEncoding xtce:IntegerDataEncoding xtce:StringDataEncoding xtce:DefaultAlarm xtce:ContextAlarmList
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      
baseType  xtce:NameReferenceType        
documentation
Used to derive one Data Type from another - will inherit all the attributes from the baseType any of which may be redefined in this type definition. 
appinfo
Must be derived from a like type (e.g,, String from String).  No circular derivations.   
initialValue  hexBinary        
documentation
Extra bits are truncated from the MSB (leftmost)
source <element name="BinaryParameterType">
 
<complexType>
   
<complexContent>
     
<extension base="xtce:BinaryDataType">
       
<sequence>
         
<element name="DefaultAlarm" type="xtce:AlarmType" minOccurs="0"/>
         
<element name="ContextAlarmList" minOccurs="0">
           
<complexType>
             
<sequence>
               
<element name="ContextAlarm" maxOccurs="unbounded">
                 
<complexType>
                   
<complexContent>
                     
<extension base="xtce:AlarmType">
                       
<sequence>
                         
<element name="ContextMatch" type="xtce:MatchCriteriaType"/>
                       
</sequence>
                     
</extension>
                   
</complexContent>
                 
</complexType>
               
</element>
             
</sequence>
           
</complexType>
         
</element>
       
</sequence>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

element ParameterTypeSetType/BinaryParameterType/DefaultAlarm
diagram SpaceSystemV1.2-27Feb2014-mods_p351.png
namespace http://www.omg.org/space/xtce
type xtce:AlarmType
properties
minOcc 0
maxOcc 1
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlarmConditions xtce:CustomAlarm
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  optional      
minViolations  positiveInteger    1    
documentation
Number of successive instances that meet the alarm conditions for the Alarm to trigger.
source <element name="DefaultAlarm" type="xtce:AlarmType" minOccurs="0"/>

element ParameterTypeSetType/BinaryParameterType/ContextAlarmList
diagram SpaceSystemV1.2-27Feb2014-mods_p352.png
namespace http://www.omg.org/space/xtce
properties
minOcc 0
maxOcc 1
content complex
children xtce:ContextAlarm
source <element name="ContextAlarmList" minOccurs="0">
 
<complexType>
   
<sequence>
     
<element name="ContextAlarm" maxOccurs="unbounded">
       
<complexType>
         
<complexContent>
           
<extension base="xtce:AlarmType">
             
<sequence>
               
<element name="ContextMatch" type="xtce:MatchCriteriaType"/>
             
</sequence>
           
</extension>
         
</complexContent>
       
</complexType>
     
</element>
   
</sequence>
 
</complexType>
</element>

element ParameterTypeSetType/BinaryParameterType/ContextAlarmList/ContextAlarm
diagram SpaceSystemV1.2-27Feb2014-mods_p353.png
namespace http://www.omg.org/space/xtce
type extension of xtce:AlarmType
properties
minOcc 1
maxOcc unbounded
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlarmConditions xtce:CustomAlarm xtce:ContextMatch
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  optional      
minViolations  positiveInteger    1    
documentation
Number of successive instances that meet the alarm conditions for the Alarm to trigger.
source <element name="ContextAlarm" maxOccurs="unbounded">
 
<complexType>
   
<complexContent>
     
<extension base="xtce:AlarmType">
       
<sequence>
         
<element name="ContextMatch" type="xtce:MatchCriteriaType"/>
       
</sequence>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

element ParameterTypeSetType/BinaryParameterType/ContextAlarmList/ContextAlarm/ContextMatch
diagram SpaceSystemV1.2-27Feb2014-mods_p354.png
namespace http://www.omg.org/space/xtce
type xtce:MatchCriteriaType
properties
content complex
children xtce:Comparison xtce:ComparisonList xtce:BooleanExpression xtce:CustomAlgorithm
source <element name="ContextMatch" type="xtce:MatchCriteriaType"/>

element ParameterTypeSetType/FloatParameterType
diagram SpaceSystemV1.2-27Feb2014-mods_p355.png
namespace http://www.omg.org/space/xtce
type extension of xtce:FloatDataType
properties
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:UnitSet xtce:BinaryDataEncoding xtce:FloatDataEncoding xtce:IntegerDataEncoding xtce:StringDataEncoding xtce:ToString xtce:ValidRange xtce:DefaultAlarm xtce:ContextAlarmList
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      
baseType  xtce:NameReferenceType        
documentation
Used to derive one Data Type from another - will inherit all the attributes from the baseType any of which may be redefined in this type definition. 
appinfo
Must be derived from a like type (e.g,, String from String).  No circular derivations.   
initialValue  double        
documentation
Initial value is always given in calibrated form
sizeInBits  derived by: positiveInteger    32    
source <element name="FloatParameterType">
 
<complexType>
   
<complexContent>
     
<extension base="xtce:FloatDataType">
       
<sequence>
         
<element name="DefaultAlarm" type="xtce:NumericAlarmType" minOccurs="0"/>
         
<element name="ContextAlarmList" minOccurs="0">
           
<complexType>
             
<sequence>
               
<element name="ContextAlarm" type="xtce:NumericContextAlarmType" maxOccurs="unbounded"/>
             
</sequence>
           
</complexType>
         
</element>
       
</sequence>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

element ParameterTypeSetType/FloatParameterType/DefaultAlarm
diagram SpaceSystemV1.2-27Feb2014-mods_p356.png
namespace http://www.omg.org/space/xtce
type xtce:NumericAlarmType
properties
minOcc 0
maxOcc 1
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlarmConditions xtce:CustomAlarm xtce:StaticAlarmRanges xtce:ChangeAlarmRanges
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  optional      
minViolations  positiveInteger    1    
documentation
Number of successive instances that meet the alarm conditions for the Alarm to trigger.
source <element name="DefaultAlarm" type="xtce:NumericAlarmType" minOccurs="0"/>

element ParameterTypeSetType/FloatParameterType/ContextAlarmList
diagram SpaceSystemV1.2-27Feb2014-mods_p357.png
namespace http://www.omg.org/space/xtce
properties
minOcc 0
maxOcc 1
content complex
children xtce:ContextAlarm
source <element name="ContextAlarmList" minOccurs="0">
 
<complexType>
   
<sequence>
     
<element name="ContextAlarm" type="xtce:NumericContextAlarmType" maxOccurs="unbounded"/>
   
</sequence>
 
</complexType>
</element>

element ParameterTypeSetType/FloatParameterType/ContextAlarmList/ContextAlarm
diagram SpaceSystemV1.2-27Feb2014-mods_p358.png
namespace http://www.omg.org/space/xtce
type xtce:NumericContextAlarmType
properties
minOcc 1
maxOcc unbounded
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlarmConditions xtce:CustomAlarm xtce:StaticAlarmRanges xtce:ChangeAlarmRanges xtce:ContextMatch
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  optional      
minViolations  positiveInteger    1    
documentation
Number of successive instances that meet the alarm conditions for the Alarm to trigger.
source <element name="ContextAlarm" type="xtce:NumericContextAlarmType" maxOccurs="unbounded"/>

element ParameterTypeSetType/BooleanParameterType
diagram SpaceSystemV1.2-27Feb2014-mods_p359.png
namespace http://www.omg.org/space/xtce
type extension of xtce:BooleanDataType
properties
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:UnitSet xtce:BinaryDataEncoding xtce:FloatDataEncoding xtce:IntegerDataEncoding xtce:StringDataEncoding xtce:DefaultAlarm xtce:ContextAlarmList
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      
baseType  xtce:NameReferenceType        
documentation
Used to derive one Data Type from another - will inherit all the attributes from the baseType any of which may be redefined in this type definition. 
appinfo
Must be derived from a like type (e.g,, String from String).  No circular derivations.   
initialValue  string        
documentation
Initial value is always given in calibrated form.
appinfo
Initial value must match either the oneStringValue or the zeroStringValue
oneStringValue  string    True    
zeroStringValue  string    False    
source <element name="BooleanParameterType">
 
<complexType>
   
<complexContent>
     
<extension base="xtce:BooleanDataType">
       
<sequence>
         
<element name="DefaultAlarm" type="xtce:BooleanAlarmType" minOccurs="0"/>
         
<element name="ContextAlarmList" minOccurs="0">
           
<complexType>
             
<sequence>
               
<element name="ContextAlarm" maxOccurs="unbounded">
                 
<complexType>
                   
<complexContent>
                     
<extension base="xtce:BooleanAlarmType">
                       
<sequence>
                         
<element name="ContextMatch" type="xtce:MatchCriteriaType"/>
                       
</sequence>
                     
</extension>
                   
</complexContent>
                 
</complexType>
               
</element>
             
</sequence>
           
</complexType>
         
</element>
       
</sequence>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

element ParameterTypeSetType/BooleanParameterType/DefaultAlarm
diagram SpaceSystemV1.2-27Feb2014-mods_p360.png
namespace http://www.omg.org/space/xtce
type xtce:BooleanAlarmType
properties
minOcc 0
maxOcc 1
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlarmConditions xtce:CustomAlarm
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  optional      
minViolations  positiveInteger    1    
documentation
Number of successive instances that meet the alarm conditions for the Alarm to trigger.
source <element name="DefaultAlarm" type="xtce:BooleanAlarmType" minOccurs="0"/>

element ParameterTypeSetType/BooleanParameterType/ContextAlarmList
diagram SpaceSystemV1.2-27Feb2014-mods_p361.png
namespace http://www.omg.org/space/xtce
properties
minOcc 0
maxOcc 1
content complex
children xtce:ContextAlarm
source <element name="ContextAlarmList" minOccurs="0">
 
<complexType>
   
<sequence>
     
<element name="ContextAlarm" maxOccurs="unbounded">
       
<complexType>
         
<complexContent>
           
<extension base="xtce:BooleanAlarmType">
             
<sequence>
               
<element name="ContextMatch" type="xtce:MatchCriteriaType"/>
             
</sequence>
           
</extension>
         
</complexContent>
       
</complexType>
     
</element>
   
</sequence>
 
</complexType>
</element>

element ParameterTypeSetType/BooleanParameterType/ContextAlarmList/ContextAlarm
diagram SpaceSystemV1.2-27Feb2014-mods_p362.png
namespace http://www.omg.org/space/xtce
type extension of xtce:BooleanAlarmType
properties
minOcc 1
maxOcc unbounded
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlarmConditions xtce:CustomAlarm xtce:ContextMatch
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  optional      
minViolations  positiveInteger    1    
documentation
Number of successive instances that meet the alarm conditions for the Alarm to trigger.
source <element name="ContextAlarm" maxOccurs="unbounded">
 
<complexType>
   
<complexContent>
     
<extension base="xtce:BooleanAlarmType">
       
<sequence>
         
<element name="ContextMatch" type="xtce:MatchCriteriaType"/>
       
</sequence>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

element ParameterTypeSetType/BooleanParameterType/ContextAlarmList/ContextAlarm/ContextMatch
diagram SpaceSystemV1.2-27Feb2014-mods_p363.png
namespace http://www.omg.org/space/xtce
type xtce:MatchCriteriaType
properties
content complex
children xtce:Comparison xtce:ComparisonList xtce:BooleanExpression xtce:CustomAlgorithm
source <element name="ContextMatch" type="xtce:MatchCriteriaType"/>

element ParameterTypeSetType/RelativeTimeParameterType
diagram SpaceSystemV1.2-27Feb2014-mods_p364.png
namespace http://www.omg.org/space/xtce
type extension of xtce:RelativeTimeDataType
properties
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:Encoding xtce:ReferenceTime xtce:DefaultAlarm xtce:ContextAlarmList
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      
initialValue  duration        
source <element name="RelativeTimeParameterType">
 
<complexType>
   
<complexContent>
     
<extension base="xtce:RelativeTimeDataType">
       
<sequence>
         
<element name="DefaultAlarm" type="xtce:TimeAlarmType" minOccurs="0"/>
         
<element name="ContextAlarmList" minOccurs="0">
           
<complexType>
             
<sequence>
               
<element name="ContextAlarm" type="xtce:TimeContextAlarmType" maxOccurs="unbounded"/>
             
</sequence>
           
</complexType>
         
</element>
       
</sequence>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

element ParameterTypeSetType/RelativeTimeParameterType/DefaultAlarm
diagram SpaceSystemV1.2-27Feb2014-mods_p365.png
namespace http://www.omg.org/space/xtce
type xtce:TimeAlarmType
properties
minOcc 0
maxOcc 1
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlarmConditions xtce:CustomAlarm xtce:StaticAlarmRanges xtce:ChangePerSecondAlarmRanges
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  optional      
minViolations  positiveInteger    1    
documentation
Number of successive instances that meet the alarm conditions for the Alarm to trigger.
source <element name="DefaultAlarm" type="xtce:TimeAlarmType" minOccurs="0"/>

element ParameterTypeSetType/RelativeTimeParameterType/ContextAlarmList
diagram SpaceSystemV1.2-27Feb2014-mods_p366.png
namespace http://www.omg.org/space/xtce
properties
minOcc 0
maxOcc 1
content complex
children xtce:ContextAlarm
source <element name="ContextAlarmList" minOccurs="0">
 
<complexType>
   
<sequence>
     
<element name="ContextAlarm" type="xtce:TimeContextAlarmType" maxOccurs="unbounded"/>
   
</sequence>
 
</complexType>
</element>

element ParameterTypeSetType/RelativeTimeParameterType/ContextAlarmList/ContextAlarm
diagram SpaceSystemV1.2-27Feb2014-mods_p367.png
namespace http://www.omg.org/space/xtce
type xtce:TimeContextAlarmType
properties
minOcc 1
maxOcc unbounded
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlarmConditions xtce:CustomAlarm xtce:StaticAlarmRanges xtce:ChangePerSecondAlarmRanges xtce:ContextMatch
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  optional      
minViolations  positiveInteger    1    
documentation
Number of successive instances that meet the alarm conditions for the Alarm to trigger.
source <element name="ContextAlarm" type="xtce:TimeContextAlarmType" maxOccurs="unbounded"/>

element ParameterTypeSetType/AbsoluteTimeParameterType
diagram SpaceSystemV1.2-27Feb2014-mods_p368.png
namespace http://www.omg.org/space/xtce
type xtce:AbsoluteTimeDataType
properties
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:Encoding xtce:ReferenceTime
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      
initialValue  dateTime        
source <element name="AbsoluteTimeParameterType" type="xtce:AbsoluteTimeDataType"/>

element ParameterTypeSetType/ArrayParameterType
diagram SpaceSystemV1.2-27Feb2014-mods_p369.png
namespace http://www.omg.org/space/xtce
type xtce:ArrayDataTypeType
properties
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet
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      
arrayTypeRef  xtce:NameReferenceType  required      
numberOfDimensions  positiveInteger  required      
annotation
documentation
An array type.  Will be an array of parameters of the type referenced in 'arrayTypeRef' and have the number of array dimensions as specified in 'numberOfDimensions'
source <element name="ArrayParameterType" type="xtce:ArrayDataTypeType">
 
<annotation>
   
<documentation xml:lang="en">An array type.  Will be an array of parameters of the type referenced in 'arrayTypeRef' and have the number of array dimensions as specified in 'numberOfDimensions' </documentation>
 
</annotation>
</element>

element ParameterTypeSetType/AggregateParameterType
diagram SpaceSystemV1.2-27Feb2014-mods_p370.png
namespace http://www.omg.org/space/xtce
type xtce:AggregateDataType
properties
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:MemberList
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
AggegateParameters are analogous to a C struc, they are an aggregation of related data items.  Each of these data items is defined here as a 'Member'
source <element name="AggregateParameterType" type="xtce:AggregateDataType">
 
<annotation>
   
<documentation xml:lang="en">AggegateParameters are analogous to a C struc, they are an aggregation of related data items.  Each of these data items is defined here as a 'Member' </documentation>
 
</annotation>
</element>


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