complexType FecTransferOptionsType
diagram ConfigurationSchema_p37.png
used by
elements UuvExecutionParametersType/FEC UgvExecutionParametersType/FEC UsvExecutionParametersType/FEC UavExecutionParametersType/FEC
attributes
Name  Type  Use  Default  Fixed  annotation
transferxsd:booleanrequired      
hostxsd:stringrequired      
portpositiveIntrequired      
schemaxsd:stringrequired      
feckpositiveIntrequired      
fecnpositiveIntrequired      
fecpacketsizepositiveIntrequired      
descriptionxsd:stringoptional      
annotation
appinfo
Element used to specify options for the UDP transfer of compressed/serialized mission results files encoded with Forward Error Correction (FEC) back to the workbench.
source <xsd:complexType name="FecTransferOptionsType">
 
<xsd:annotation>
   
<xsd:appinfo>Element used to specify options for the UDP transfer of compressed/serialized mission results files encoded with Forward Error Correction (FEC) 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:attribute name="feck" type="positiveInt" use="required"/>
 
<xsd:attribute name="fecn" type="positiveInt" use="required"/>
 
<xsd:attribute name="fecpacketsize" type="positiveInt" use="required"/>
 
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType>

attribute FecTransferOptionsType/@transfer
type xsd:boolean
properties
isRef 0
use required
source <xsd:attribute name="transfer" type="xsd:boolean" use="required"/>

attribute FecTransferOptionsType/@host
type xsd:string
properties
isRef 0
use required
source <xsd:attribute name="host" type="xsd:string" use="required"/>

attribute FecTransferOptionsType/@port
type positiveInt
properties
isRef 0
use required
facets
Kind Value annotation 
minExclusive 
source <xsd:attribute name="port" type="positiveInt" use="required"/>

attribute FecTransferOptionsType/@schema
type xsd:string
properties
isRef 0
use required
source <xsd:attribute name="schema" type="xsd:string" use="required"/>

attribute FecTransferOptionsType/@feck
type positiveInt
properties
isRef 0
use required
facets
Kind Value annotation 
minExclusive 
source <xsd:attribute name="feck" type="positiveInt" use="required"/>

attribute FecTransferOptionsType/@fecn
type positiveInt
properties
isRef 0
use required
facets
Kind Value annotation 
minExclusive 
source <xsd:attribute name="fecn" type="positiveInt" use="required"/>

attribute FecTransferOptionsType/@fecpacketsize
type positiveInt
properties
isRef 0
use required
facets
Kind Value annotation 
minExclusive 
source <xsd:attribute name="fecpacketsize" type="positiveInt" use="required"/>


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