diagram |
 |
used by |
|
attributes |
|
annotation |
appinfo | Element used to specify options for the transfer of compressed mission results back to the workbench. |
|
source |
<xsd:complexType name="XsbcTransferOptionsType">
<xsd:annotation>
<xsd:appinfo>Element used to specify options for the transfer of compressed mission results back to the workbench.</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="transfer" type="xsd:boolean" use="required"/>
<xsd:attribute name="host" type="xsd:string" use="required"/>
<xsd:attribute name="port" type="positiveInt" use="required"/>
<xsd:attribute name="schema" type="xsd:string" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |