<xs:simpleType name="remote-protocol-type">
<xs:restriction base="xs:string">
<xs:enumeration value="remote"/>
<xs:enumeration value="http-remoting"/>
<xs:enumeration value="https-remoting"/>
<xs:enumeration value="remote+http"/>
<xs:enumeration value="remote+https"/>
</xs:restriction>
</xs:simpleType>