SCOConnectorConfigurationSchema (SchemaType)

Element properties:

AccessibilityPublic
CommentSchema for configuration of SCO Connector

Source Code:

<SchemaType ID="SCOConnectorConfigurationSchema" Comment="Schema for configuration of SCO Connector" Accessibility="Public">
<xsd:complexType name="SCOConnectorConfiguration">
<xsd:sequence>
<xsd:element minOccurs="1" maxOccurs="1" name="ConnectorId" type="guid"/>
<xsd:element minOccurs="0" maxOccurs="1" name="DomainRunAs" type="xsd:string"/>
<xsd:element minOccurs="0" maxOccurs="1" name="UserRunAs" type="xsd:string"/>
<xsd:element minOccurs="0" maxOccurs="1" name="PasswordRunAs" type="xsd:string"/>
<xsd:element minOccurs="1" maxOccurs="1" name="RemoteEndpoint" type="xsd:string"/>
<xsd:element minOccurs="1" maxOccurs="1" name="RemoteFolder" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="guid">
<xsd:restriction base="xsd:string">
<xsd:pattern value="[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}"/>
</xsd:restriction>
</xsd:simpleType>
</SchemaType>