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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_ReferenceTimeType.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 - ReferenceTimeType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType ReferenceTimeType
diagram SpaceSystemV1.2-27Feb2014-mods_p377.png
namespace http://www.omg.org/space/xtce
children xtce:OffsetFrom xtce:Epoch
used by
element BaseTimeDataType/ReferenceTime
annotation
documentation
Most time values are relative to another time e.g. seconds are relative to minutes, minutes are relative to hours.  This type is used to describe this relationship starting with the least significant time Parameter to and progressing to the most significant time parameter. 
source <complexType name="ReferenceTimeType">
 
<annotation>
   
<documentation xml:lang="en">Most time values are relative to another time e.g. seconds are relative to minutes, minutes are relative to hours.  This type is used to describe this relationship starting with the least significant time Parameter to and progressing to the most significant time parameter.  </documentation>
 
</annotation>
 
<choice>
   
<element name="OffsetFrom" type="xtce:ParameterInstanceRefType"/>
   
<element name="Epoch">
     
<complexType>
       
<simpleContent>
         
<extension base="xtce:EpochType">
           
<attribute name="timeOfDay" type="time" use="optional"/>
         
</extension>
       
</simpleContent>
     
</complexType>
   
</element>
 
</choice>
</complexType>

element ReferenceTimeType/OffsetFrom
diagram SpaceSystemV1.2-27Feb2014-mods_p378.png
namespace http://www.omg.org/space/xtce
type xtce:ParameterInstanceRefType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
parameterRef  xtce:NameReferenceType  required      
instance  integer    0    
useCalibratedValue  boolean    true    
source <element name="OffsetFrom" type="xtce:ParameterInstanceRefType"/>

element ReferenceTimeType/Epoch
diagram SpaceSystemV1.2-27Feb2014-mods_p379.png
namespace http://www.omg.org/space/xtce
type extension of xtce:EpochType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
timeOfDay  time  optional      
source <element name="Epoch">
 
<complexType>
   
<simpleContent>
     
<extension base="xtce:EpochType">
       
<attribute name="timeOfDay" type="time" use="optional"/>
     
</extension>
   
</simpleContent>
 
</complexType>
</element>

attribute ReferenceTimeType/Epoch/@timeOfDay
type time
properties
use optional
source <attribute name="timeOfDay" type="time" use="optional"/>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy