Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:webServiceType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Identifies the type of a web service in accordance to a classification vocabulary that refers to the web service communication protocols
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/REST
enumeration http://w3id.org/meta-share/meta-share/SOAP
enumeration http://w3id.org/meta-share/meta-share/other
Used by
Source
<xs:element name="webServiceType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifies the type of a web service in accordance to a classification vocabulary that refers to the web service communication protocols</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/webServiceType</identifier>
      <label xml:lang="en">web service type</label>
      <note xml:lang="en">try to restrict with instance "webService" on DistributionForm</note>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:anyURI">
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/REST">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/REST</identifier>
            <label xml:lang="en">REST</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/SOAP">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/SOAP</identifier>
            <label xml:lang="en">SOAP</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
        <xs:annotation>
          <xs:appinfo>
            <identifier>http://w3id.org/meta-share/meta-share/other</identifier>
            <label xml:lang="en">other</label>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>