diagram | |||
namespace | http://impl.platform.rosettahub.com/ | ||
children | folder ftpLogin ftpPassword host port rights ssl | ||
used by |
|
||
source | <xsd:complexType name="ftpAccountInfo"> <xsd:sequence> <xsd:element name="folder" type="xs:string" minOccurs="0"/> <xsd:element name="ftpLogin" type="xs:string" minOccurs="0"/> <xsd:element name="ftpPassword" type="xs:string" minOccurs="0"/> <xsd:element name="host" type="xs:string" minOccurs="0"/> <xsd:element name="port" type="xs:int"/> <xsd:element name="rights" type="xs:string" minOccurs="0"/> <xsd:element name="ssl" type="xs:boolean"/> </xsd:sequence> </xsd:complexType> |
diagram | |||||||
type | xsd:string | ||||||
properties |
|
||||||
source | <xsd:element name="folder" type="xs:string" minOccurs="0"/> |
diagram | |||||||
type | xsd:string | ||||||
properties |
|
||||||
source | <xsd:element name="ftpLogin" type="xs:string" minOccurs="0"/> |
diagram | |||||||
type | xsd:string | ||||||
properties |
|
||||||
source | <xsd:element name="ftpPassword" type="xs:string" minOccurs="0"/> |
diagram | |||||||
type | xsd:string | ||||||
properties |
|
||||||
source | <xsd:element name="host" type="xs:string" minOccurs="0"/> |
diagram | |||
type | xsd:int | ||
properties |
|
||
source | <xsd:element name="port" type="xs:int"/> |
diagram | |||||||
type | xsd:string | ||||||
properties |
|
||||||
source | <xsd:element name="rights" type="xs:string" minOccurs="0"/> |
diagram | |||
type | xsd:boolean | ||
properties |
|
||
source | <xsd:element name="ssl" type="xs:boolean"/> |