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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_RateInStreamType.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 - RateInStreamType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType RateInStreamType
diagram SpaceSystemV1.2-27Feb2014-mods_p376.png
namespace http://www.omg.org/space/xtce
used by
elements ContainerType/DefaultRateInStream ContainerType/RateInStreamSet/RateInStream
attributes
Name  Type  Use  Default  Fixed  Annotation
basis  derived by: string    perSecond    
minimumValue  double        
maximumValue  double        
annotation
documentation
Used in packaging to define the expected rate that any individual container will be in a Stream
source <complexType name="RateInStreamType">
 
<annotation>
   
<documentation xml:lang="en">Used in packaging to define the expected rate that any individual container will be in a Stream</documentation>
 
</annotation>
 
<attribute name="basis" default="perSecond">
   
<simpleType>
     
<restriction base="string">
       
<enumeration value="perSecond"/>
       
<enumeration value="perContainerUpdate"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attribute name="minimumValue" type="double"/>
 
<attribute name="maximumValue" type="double"/>
</complexType>

attribute RateInStreamType/@basis
type restriction of string
properties
default perSecond
facets
Kind Value Annotation
enumeration perSecond
enumeration perContainerUpdate
source <attribute name="basis" default="perSecond">
 
<simpleType>
   
<restriction base="string">
     
<enumeration value="perSecond"/>
     
<enumeration value="perContainerUpdate"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute RateInStreamType/@minimumValue
type double
source <attribute name="minimumValue" type="double"/>

attribute RateInStreamType/@maximumValue
type double
source <attribute name="maximumValue" type="double"/>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy