Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This page is under construction.

{WSO2-CC}/repository/conf/etc/services.xsd

<xs:element name="services">
    <xs:annotation>
    <xs:documentation>Here you specify the service domains related details.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="service" maxOccurs="unbounded" minOccurs="1">
        <xs:annotation>
          <xs:documentation>you can have 0..n service elements</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:choice maxOccurs="unbounded">
            <xs:element name="cartridge">
              <xs:annotation>

                <xs:documentation>this element's value should be a
 reference to an existing cartridge</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="xs:string">
                    <xs:attribute type="xs:string" name="type"/>
                  </xs:extension>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
            <xs:element name="payload" type="xs:string" maxOccurs="1" minOccurs="0"></xs:element>
            <xs:element name="host" type="xs:string" maxOccurs="1" minOccurs="0"></xs:element>
          </xs:choice>
          <xs:attribute type="xs:string" name="domain"/>
          <xs:attribute type="xs:string" name="subDomain"/>
          <xs:attribute type="xs:string" name="tenantRange" />
        </xs:complexType>
      </xs:element>
    </xs:choice>
    </xs:complexType>
</xs:element>
  • No labels