complexType ParameterPropertiesType
diagram SpaceSystemV1.2-27Feb2014-mods_p319.png
namespace http://www.omg.org/space/xtce
properties
mixed false
children xtce:SystemName xtce:ValidityCondition xtce:PhysicalAddressSet xtce:TimeAssociation
used by
elements AggregateDataType/MemberList/Member/ParameterProperties ParameterSetType/Parameter/ParameterProperties
attributes
Name  Type  Use  Default  Fixed  Annotation
dataSource  derived by: string  optional      
documentation
A telemetered Parameter is one that will have values in telemetry.  A derived Parameter is one that is calculated, usually be an Algorithm.  A constant Parameter is  one that is used as a constant in the system (e.g. a vehicle id).  A local Parameter is one that is used purely on the ground (e.g. a ground command counter).
readOnly  boolean  optional  false    
documentation
A Parameter marked as 'readOnly' true is constant and non-settable
annotation
documentation
A wrapper for those properties that are unique to telemetry parameters.
source <complexType name="ParameterPropertiesType" mixed="false">
 
<annotation>
   
<documentation xml:lang="en">A wrapper for those properties that are unique to telemetry parameters.</documentation>
 
</annotation>
 
<sequence>
   
<element name="SystemName" type="string" minOccurs="0">
     
<annotation>
       
<documentation xml:lang="en">Optional.  Normally used when the database is built in a flat, non-hierarchical format</documentation>
     
</annotation>
   
</element>
   
<element name="ValidityCondition" type="xtce:MatchCriteriaType" minOccurs="0">
     
<annotation>
       
<documentation xml:lang="en">Optional condition that must be true for this Parameter to be valid</documentation>
     
</annotation>
   
</element>
   
<element name="PhysicalAddressSet" minOccurs="0">
     
<annotation>
       
<documentation xml:lang="en">One or more physical addresses may be associated with each Parameter.  Examples of physical addresses include a location on the spacecraft or a location on a data collection bus. </documentation>
     
</annotation>
     
<complexType>
       
<sequence>
         
<element name="PhysicalAddress" minOccurs="0" maxOccurs="unbounded">
           
<annotation>
             
<documentation xml:lang="en">Contains the address (e.g., channel information) required to process the spacecraft telemetry streams. May be an onboard  id, a mux address, or a physical location.</documentation>
             
<documentation xml:lang="en">Contains the address (channel information) required to process the spacecraft telemetry streams</documentation>
           
</annotation>
           
<complexType>
             
<complexContent>
               
<extension base="xtce:PhysicalAddressType"/>
             
</complexContent>
           
</complexType>
         
</element>
       
</sequence>
     
</complexType>
   
</element>
   
<element name="TimeAssociation" type="xtce:TimeAssociationType" minOccurs="0">
     
<annotation>
       
<documentation xml:lang="en">This time will override any Default value for TimeAssociation. </documentation>
     
</annotation>
   
</element>
 
</sequence>
 
<attribute name="dataSource" use="optional">
   
<annotation>
     
<documentation xml:lang="en">A telemetered Parameter is one that will have values in telemetry.  A derived Parameter is one that is calculated, usually be an Algorithm.  A constant Parameter is  one that is used as a constant in the system (e.g. a vehicle id).  A local Parameter is one that is used purely on the ground (e.g. a ground command counter).</documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="string">
       
<enumeration value="telemetered"/>
       
<enumeration value="derived"/>
       
<enumeration value="constant"/>
       
<enumeration value="local"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="readOnly" type="boolean" use="optional" default="false">
   
<annotation>
     
<documentation xml:lang="en">A Parameter marked as 'readOnly' true is constant and non-settable</documentation>
   
</annotation>
 
</attribute>
</complexType>

attribute ParameterPropertiesType/@dataSource
type restriction of string
properties
use optional
facets
Kind Value Annotation
enumeration telemetered
enumeration derived
enumeration constant
enumeration local
annotation
documentation
A telemetered Parameter is one that will have values in telemetry.  A derived Parameter is one that is calculated, usually be an Algorithm.  A constant Parameter is  one that is used as a constant in the system (e.g. a vehicle id).  A local Parameter is one that is used purely on the ground (e.g. a ground command counter).
source <attribute name="dataSource" use="optional">
 
<annotation>
   
<documentation xml:lang="en">A telemetered Parameter is one that will have values in telemetry.  A derived Parameter is one that is calculated, usually be an Algorithm.  A constant Parameter is  one that is used as a constant in the system (e.g. a vehicle id).  A local Parameter is one that is used purely on the ground (e.g. a ground command counter).</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="string">
     
<enumeration value="telemetered"/>
     
<enumeration value="derived"/>
     
<enumeration value="constant"/>
     
<enumeration value="local"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute ParameterPropertiesType/@readOnly
type boolean
properties
use optional
default false
annotation
documentation
A Parameter marked as 'readOnly' true is constant and non-settable
source <attribute name="readOnly" type="boolean" use="optional" default="false">
 
<annotation>
   
<documentation xml:lang="en">A Parameter marked as 'readOnly' true is constant and non-settable</documentation>
 
</annotation>
</attribute>

element ParameterPropertiesType/SystemName
diagram SpaceSystemV1.2-27Feb2014-mods_p320.png
namespace http://www.omg.org/space/xtce
type string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Optional.  Normally used when the database is built in a flat, non-hierarchical format
source <element name="SystemName" type="string" minOccurs="0">
 
<annotation>
   
<documentation xml:lang="en">Optional.  Normally used when the database is built in a flat, non-hierarchical format</documentation>
 
</annotation>
</element>

element ParameterPropertiesType/ValidityCondition
diagram SpaceSystemV1.2-27Feb2014-mods_p321.png
namespace http://www.omg.org/space/xtce
type xtce:MatchCriteriaType
properties
minOcc 0
maxOcc 1
content complex
children xtce:Comparison xtce:ComparisonList xtce:BooleanExpression xtce:CustomAlgorithm
annotation
documentation
Optional condition that must be true for this Parameter to be valid
source <element name="ValidityCondition" type="xtce:MatchCriteriaType" minOccurs="0">
 
<annotation>
   
<documentation xml:lang="en">Optional condition that must be true for this Parameter to be valid</documentation>
 
</annotation>
</element>

element ParameterPropertiesType/PhysicalAddressSet
diagram SpaceSystemV1.2-27Feb2014-mods_p322.png
namespace http://www.omg.org/space/xtce
properties
minOcc 0
maxOcc 1
content complex
children xtce:PhysicalAddress
annotation
documentation
One or more physical addresses may be associated with each Parameter.  Examples of physical addresses include a location on the spacecraft or a location on a data collection bus.
source <element name="PhysicalAddressSet" minOccurs="0">
 
<annotation>
   
<documentation xml:lang="en">One or more physical addresses may be associated with each Parameter.  Examples of physical addresses include a location on the spacecraft or a location on a data collection bus. </documentation>
 
</annotation>
 
<complexType>
   
<sequence>
     
<element name="PhysicalAddress" minOccurs="0" maxOccurs="unbounded">
       
<annotation>
         
<documentation xml:lang="en">Contains the address (e.g., channel information) required to process the spacecraft telemetry streams. May be an onboard  id, a mux address, or a physical location.</documentation>
         
<documentation xml:lang="en">Contains the address (channel information) required to process the spacecraft telemetry streams</documentation>
       
</annotation>
       
<complexType>
         
<complexContent>
           
<extension base="xtce:PhysicalAddressType"/>
         
</complexContent>
       
</complexType>
     
</element>
   
</sequence>
 
</complexType>
</element>

element ParameterPropertiesType/PhysicalAddressSet/PhysicalAddress
diagram SpaceSystemV1.2-27Feb2014-mods_p323.png
namespace http://www.omg.org/space/xtce
type extension of xtce:PhysicalAddressType
properties
minOcc 0
maxOcc unbounded
content complex
children xtce:SubAddress
attributes
Name  Type  Use  Default  Fixed  Annotation
sourceName  string        
sourceAddress  string        
annotation
documentation
Contains the address (e.g., channel information) required to process the spacecraft telemetry streams. May be an onboard  id, a mux address, or a physical location.
documentation
Contains the address (channel information) required to process the spacecraft telemetry streams
source <element name="PhysicalAddress" minOccurs="0" maxOccurs="unbounded">
 
<annotation>
   
<documentation xml:lang="en">Contains the address (e.g., channel information) required to process the spacecraft telemetry streams. May be an onboard  id, a mux address, or a physical location.</documentation>
   
<documentation xml:lang="en">Contains the address (channel information) required to process the spacecraft telemetry streams</documentation>
 
</annotation>
 
<complexType>
   
<complexContent>
     
<extension base="xtce:PhysicalAddressType"/>
   
</complexContent>
 
</complexType>
</element>

element ParameterPropertiesType/TimeAssociation
diagram SpaceSystemV1.2-27Feb2014-mods_p324.png
namespace http://www.omg.org/space/xtce
type xtce:TimeAssociationType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
parameterRef  xtce:NameReferenceType  required      
instance  integer    0    
useCalibratedValue  boolean    true    
interpolateTime  boolean    true    
documentation
If true, then the current value of the AbsoluteTime will be projected to current time.  In other words, if the value of the AbsoluteTime parameter was set 10 seconds ago, then 10 seconds will be added to its value before associating this time with the parameter.
offset  duration        
documentation
The offset is used to supply a relative time offset from the time association and to this parameter
annotation
documentation
This time will override any Default value for TimeAssociation.
source <element name="TimeAssociation" type="xtce:TimeAssociationType" minOccurs="0">
 
<annotation>
   
<documentation xml:lang="en">This time will override any Default value for TimeAssociation. </documentation>
 
</annotation>
</element>


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