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

org.omg.space.xtce.schema.doc.SpaceSystemV1.2-27Feb2014-mods_DescriptionType.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 - DescriptionType
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
		
complexType DescriptionType
diagram SpaceSystemV1.2-27Feb2014-mods_p176.png
namespace http://www.omg.org/space/xtce
properties
abstract true
children xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet
used by
complexTypes NameDescriptionType OptionalNameDescriptionType
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
annotation
documentation
An abstract type definition used as the base for NameDescriptionType or OptionalNameDescriptionType.  The short description is intended to be used for quick "memory jogger" descriptions of the object. 
source <complexType name="DescriptionType" abstract="true">
 
<annotation>
   
<documentation xml:lang="en">An abstract type definition used as the base for NameDescriptionType or OptionalNameDescriptionType.  The short description is intended to be used for quick "memory jogger" descriptions of the object.  </documentation>
 
</annotation>
 
<sequence>
   
<element name="LongDescription" type="string" minOccurs="0">
     
<annotation>
       
<documentation xml:lang="en">The Long Description is intended to be used for explanatory descriptions of the object and may include HTML markup.  Long Descriptions are of unbounded length</documentation>
     
</annotation>
   
</element>
   
<element name="AliasSet" type="xtce:AliasSetType" minOccurs="0"/>
   
<element name="AncillaryDataSet" minOccurs="0">
     
<complexType>
       
<sequence>
         
<element name="AncillaryData" maxOccurs="unbounded">
           
<annotation>
             
<documentation xml:lang="en">Use for any other data associated with each named object.  May be used to include administrative data (e.g., version, CM or tags) or potentially any MIME type.  Data may be included  or given as an href. </documentation>
           
</annotation>
           
<complexType>
             
<simpleContent>
               
<extension base="string">
                 
<attribute name="name" type="string" use="required"/>
                 
<attribute name="mimeType" type="string" default="text/plain"/>
                 
<attribute name="href" type="anyURI"/>
               
</extension>
             
</simpleContent>
           
</complexType>
         
</element>
       
</sequence>
     
</complexType>
   
</element>
 
</sequence>
 
<attribute name="shortDescription" type="string" use="optional">
   
<annotation>
     
<documentation xml:lang="en">It is strongly recommended that the short description be kept under 80 characters in length</documentation>
   
</annotation>
 
</attribute>
</complexType>

attribute DescriptionType/@shortDescription
type string
properties
use optional
annotation
documentation
It is strongly recommended that the short description be kept under 80 characters in length
source <attribute name="shortDescription" type="string" use="optional">
 
<annotation>
   
<documentation xml:lang="en">It is strongly recommended that the short description be kept under 80 characters in length</documentation>
 
</annotation>
</attribute>

element DescriptionType/LongDescription
diagram SpaceSystemV1.2-27Feb2014-mods_p177.png
namespace http://www.omg.org/space/xtce
type string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The Long Description is intended to be used for explanatory descriptions of the object and may include HTML markup.  Long Descriptions are of unbounded length
source <element name="LongDescription" type="string" minOccurs="0">
 
<annotation>
   
<documentation xml:lang="en">The Long Description is intended to be used for explanatory descriptions of the object and may include HTML markup.  Long Descriptions are of unbounded length</documentation>
 
</annotation>
</element>

element DescriptionType/AliasSet
diagram SpaceSystemV1.2-27Feb2014-mods_p178.png
namespace http://www.omg.org/space/xtce
type xtce:AliasSetType
properties
minOcc 0
maxOcc 1
content complex
children xtce:Alias
source <element name="AliasSet" type="xtce:AliasSetType" minOccurs="0"/>

element DescriptionType/AncillaryDataSet
diagram SpaceSystemV1.2-27Feb2014-mods_p179.png
namespace http://www.omg.org/space/xtce
properties
minOcc 0
maxOcc 1
content complex
children xtce:AncillaryData
source <element name="AncillaryDataSet" minOccurs="0">
 
<complexType>
   
<sequence>
     
<element name="AncillaryData" maxOccurs="unbounded">
       
<annotation>
         
<documentation xml:lang="en">Use for any other data associated with each named object.  May be used to include administrative data (e.g., version, CM or tags) or potentially any MIME type.  Data may be included  or given as an href. </documentation>
       
</annotation>
       
<complexType>
         
<simpleContent>
           
<extension base="string">
             
<attribute name="name" type="string" use="required"/>
             
<attribute name="mimeType" type="string" default="text/plain"/>
             
<attribute name="href" type="anyURI"/>
           
</extension>
         
</simpleContent>
       
</complexType>
     
</element>
   
</sequence>
 
</complexType>
</element>

element DescriptionType/AncillaryDataSet/AncillaryData
diagram SpaceSystemV1.2-27Feb2014-mods_p180.png
namespace http://www.omg.org/space/xtce
type extension of string
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
name  string  required      
mimeType  string    text/plain    
href  anyURI        
annotation
documentation
Use for any other data associated with each named object.  May be used to include administrative data (e.g., version, CM or tags) or potentially any MIME type.  Data may be included  or given as an href.
source <element name="AncillaryData" maxOccurs="unbounded">
 
<annotation>
   
<documentation xml:lang="en">Use for any other data associated with each named object.  May be used to include administrative data (e.g., version, CM or tags) or potentially any MIME type.  Data may be included  or given as an href. </documentation>
 
</annotation>
 
<complexType>
   
<simpleContent>
     
<extension base="string">
       
<attribute name="name" type="string" use="required"/>
       
<attribute name="mimeType" type="string" default="text/plain"/>
       
<attribute name="href" type="anyURI"/>
     
</extension>
   
</simpleContent>
 
</complexType>
</element>

attribute DescriptionType/AncillaryDataSet/AncillaryData/@name
type string
properties
use required
source <attribute name="name" type="string" use="required"/>

attribute DescriptionType/AncillaryDataSet/AncillaryData/@mimeType
type string
properties
default text/plain
source <attribute name="mimeType" type="string" default="text/plain"/>

attribute DescriptionType/AncillaryDataSet/AncillaryData/@href
type anyURI
source <attribute name="href" type="anyURI"/>


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy