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