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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_NumericDataType.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 - NumericDataType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType NumericDataType
diagram SpaceSystemV1.2-27Feb2014-mods_p312.png
namespace http://www.omg.org/space/xtce
type extension of xtce:BaseDataType
properties
base xtce:BaseDataType
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:UnitSet xtce:BinaryDataEncoding xtce:FloatDataEncoding xtce:IntegerDataEncoding xtce:StringDataEncoding xtce:ToString
used by
complexTypes FloatDataType IntegerDataType
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.   
annotation
documentation
An abstract type that is a super type of either an Integer or Float Data type.
source <complexType name="NumericDataType">
 
<annotation>
   
<documentation xml:lang="en">An abstract type that is a super type of either an Integer or Float Data type.</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="xtce:BaseDataType">
     
<sequence>
       
<element name="ToString" minOccurs="0">
         
<complexType>
           
<complexContent>
             
<extension base="xtce:NumberToStringType"/>
           
</complexContent>
         
</complexType>
       
</element>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>

element NumericDataType/ToString
diagram SpaceSystemV1.2-27Feb2014-mods_p313.png
namespace http://www.omg.org/space/xtce
type extension of xtce:NumberToStringType
properties
minOcc 0
maxOcc 1
content complex
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:ValueEnumeration xtce:RangeEnumeration xtce:NumberFormat
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      
source <element name="ToString" minOccurs="0">
 
<complexType>
   
<complexContent>
     
<extension base="xtce:NumberToStringType"/>
   
</complexContent>
 
</complexType>
</element>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy