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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_HeaderType.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 - HeaderType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType HeaderType
diagram SpaceSystemV1.2-27Feb2014-mods_p214.png
namespace http://www.omg.org/space/xtce
children xtce:AuthorSet xtce:NoteSet xtce:HistorySet
used by
element SpaceSystemType/Header
attributes
Name  Type  Use  Default  Fixed  Annotation
version  string        
date  string        
classification  string    NotClassified    
classificationInstructions  string        
validationStatus  derived by: string  required      
annotation
documentation
Schema for a Header record.  A header contains general information about the system or subsystem.
source <complexType name="HeaderType">
 
<annotation>
   
<documentation xml:lang="en">Schema for a Header record.  A header contains general information about the system or subsystem.</documentation>
 
</annotation>
 
<sequence>
   
<element name="AuthorSet" minOccurs="0">
     
<complexType>
       
<sequence>
         
<element name="Author" type="string" minOccurs="0" maxOccurs="unbounded"/>
       
</sequence>
     
</complexType>
   
</element>
   
<element name="NoteSet" minOccurs="0">
     
<complexType>
       
<sequence>
         
<element name="Note" type="string" minOccurs="0" maxOccurs="unbounded"/>
       
</sequence>
     
</complexType>
   
</element>
   
<element name="HistorySet" minOccurs="0">
     
<complexType>
       
<sequence>
         
<element name="History" type="string" minOccurs="0" maxOccurs="unbounded"/>
       
</sequence>
     
</complexType>
   
</element>
 
</sequence>
 
<attribute name="version" type="string"/>
 
<attribute name="date" type="string"/>
 
<attribute name="classification" type="string" default="NotClassified"/>
 
<attribute name="classificationInstructions" type="string"/>
 
<attribute name="validationStatus" use="required">
   
<simpleType>
     
<restriction base="string">
       
<enumeration value="Unknown"/>
       
<enumeration value="Working"/>
       
<enumeration value="Draft"/>
       
<enumeration value="Test"/>
       
<enumeration value="Validated"/>
       
<enumeration value="Released"/>
       
<enumeration value="Withdrawn"/>
     
</restriction>
   
</simpleType>
 
</attribute>
</complexType>

attribute HeaderType/@version
type string
source <attribute name="version" type="string"/>

attribute HeaderType/@date
type string
source <attribute name="date" type="string"/>

attribute HeaderType/@classification
type string
properties
default NotClassified
source <attribute name="classification" type="string" default="NotClassified"/>

attribute HeaderType/@classificationInstructions
type string
source <attribute name="classificationInstructions" type="string"/>

attribute HeaderType/@validationStatus
type restriction of string
properties
use required
facets
Kind Value Annotation
enumeration Unknown
enumeration Working
enumeration Draft
enumeration Test
enumeration Validated
enumeration Released
enumeration Withdrawn
source <attribute name="validationStatus" use="required">
 
<simpleType>
   
<restriction base="string">
     
<enumeration value="Unknown"/>
     
<enumeration value="Working"/>
     
<enumeration value="Draft"/>
     
<enumeration value="Test"/>
     
<enumeration value="Validated"/>
     
<enumeration value="Released"/>
     
<enumeration value="Withdrawn"/>
   
</restriction>
 
</simpleType>
</attribute>

element HeaderType/AuthorSet
diagram SpaceSystemV1.2-27Feb2014-mods_p215.png
namespace http://www.omg.org/space/xtce
properties
minOcc 0
maxOcc 1
content complex
children xtce:Author
source <element name="AuthorSet" minOccurs="0">
 
<complexType>
   
<sequence>
     
<element name="Author" type="string" minOccurs="0" maxOccurs="unbounded"/>
   
</sequence>
 
</complexType>
</element>

element HeaderType/AuthorSet/Author
diagram SpaceSystemV1.2-27Feb2014-mods_p216.png
namespace http://www.omg.org/space/xtce
type string
properties
minOcc 0
maxOcc unbounded
content simple
source <element name="Author" type="string" minOccurs="0" maxOccurs="unbounded"/>

element HeaderType/NoteSet
diagram SpaceSystemV1.2-27Feb2014-mods_p217.png
namespace http://www.omg.org/space/xtce
properties
minOcc 0
maxOcc 1
content complex
children xtce:Note
source <element name="NoteSet" minOccurs="0">
 
<complexType>
   
<sequence>
     
<element name="Note" type="string" minOccurs="0" maxOccurs="unbounded"/>
   
</sequence>
 
</complexType>
</element>

element HeaderType/NoteSet/Note
diagram SpaceSystemV1.2-27Feb2014-mods_p218.png
namespace http://www.omg.org/space/xtce
type string
properties
minOcc 0
maxOcc unbounded
content simple
source <element name="Note" type="string" minOccurs="0" maxOccurs="unbounded"/>

element HeaderType/HistorySet
diagram SpaceSystemV1.2-27Feb2014-mods_p219.png
namespace http://www.omg.org/space/xtce
properties
minOcc 0
maxOcc 1
content complex
children xtce:History
source <element name="HistorySet" minOccurs="0">
 
<complexType>
   
<sequence>
     
<element name="History" type="string" minOccurs="0" maxOccurs="unbounded"/>
   
</sequence>
 
</complexType>
</element>

element HeaderType/HistorySet/History
diagram SpaceSystemV1.2-27Feb2014-mods_p220.png
namespace http://www.omg.org/space/xtce
type string
properties
minOcc 0
maxOcc unbounded
content simple
source <element name="History" type="string" minOccurs="0" maxOccurs="unbounded"/>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy