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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_AliasSetType.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 - AliasSetType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType AliasSetType
diagram SpaceSystemV1.2-27Feb2014-mods_p25.png
namespace http://www.omg.org/space/xtce
children xtce:Alias
used by
element DescriptionType/AliasSet
annotation
documentation
Contains an unordered collection of Alias's
source <complexType name="AliasSetType">
 
<annotation>
   
<documentation xml:lang="en">Contains an unordered collection of Alias's</documentation>
 
</annotation>
 
<sequence>
   
<element name="Alias" maxOccurs="unbounded">
     
<annotation>
       
<documentation xml:lang="en">Used to contain an alias (alternate) name or ID for the object.   For example, a parameter may have a mnemonic, an on-board id, and special IDs used by various ground software applications; all of these are alias's.  Some ground system processing equipment has some severe naming restrictions on parameters (e.g., names must less then 12 characters, single case or integral id's only); their alias's provide a means of capturing each name in a "nameSpace".</documentation>
     
</annotation>
     
<complexType>
       
<attribute name="nameSpace" type="string" use="required"/>
       
<attribute name="alias" type="string" use="required"/>
     
</complexType>
   
</element>
 
</sequence>
</complexType>

element AliasSetType/Alias
diagram SpaceSystemV1.2-27Feb2014-mods_p26.png
namespace http://www.omg.org/space/xtce
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
nameSpace  string  required      
alias  string  required      
annotation
documentation
Used to contain an alias (alternate) name or ID for the object.   For example, a parameter may have a mnemonic, an on-board id, and special IDs used by various ground software applications; all of these are alias's.  Some ground system processing equipment has some severe naming restrictions on parameters (e.g., names must less then 12 characters, single case or integral id's only); their alias's provide a means of capturing each name in a "nameSpace".
source <element name="Alias" maxOccurs="unbounded">
 
<annotation>
   
<documentation xml:lang="en">Used to contain an alias (alternate) name or ID for the object.   For example, a parameter may have a mnemonic, an on-board id, and special IDs used by various ground software applications; all of these are alias's.  Some ground system processing equipment has some severe naming restrictions on parameters (e.g., names must less then 12 characters, single case or integral id's only); their alias's provide a means of capturing each name in a "nameSpace".</documentation>
 
</annotation>
 
<complexType>
   
<attribute name="nameSpace" type="string" use="required"/>
   
<attribute name="alias" type="string" use="required"/>
 
</complexType>
</element>

attribute AliasSetType/Alias/@nameSpace
type string
properties
use required
source <attribute name="nameSpace" type="string" use="required"/>

attribute AliasSetType/Alias/@alias
type string
properties
use required
source <attribute name="alias" type="string" use="required"/>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy