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>