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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_BinaryType.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 - BinaryType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
simpleType BinaryType
namespace http://www.omg.org/space/xtce
type restriction of string
properties
base string
used by
simpleType FixedIntegerValueType
facets
Kind Value Annotation
pattern 0[bB][0-1]+
annotation
documentation
A simple restriction on string for hexadecimal numbers.  Must be in 0b or 0B form.
source <simpleType name="BinaryType">
 
<annotation>
   
<documentation xml:lang="en">A simple restriction on string for hexadecimal numbers.  Must be in 0b or 0B form.</documentation>
 
</annotation>
 
<restriction base="string">
   
<pattern value="0[bB][0-1]+"/>
 
</restriction>
</simpleType>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy