com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Services Schema File

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

<?xml version="1.0" encoding="ISO-8859-1" ?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
        <xs:element name="service">
          <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:element name="property"
                            maxOccurs="unbounded" minOccurs="0">
                            <xs:complexType>
                                <xs:simpleContent>
                                    <xs:extension base="xs:string">
                                        <xs:attribute type="xs:string"
                                            name="name" />
                                        <xs:attribute type="xs:string"
                                            name="value" />
                                    </xs:extension>
                                </xs:simpleContent>
                            </xs:complexType>
                        </xs:element>
              </xs:choice>
              <xs:attribute type="xs:string" name="domain" />
              <xs:attribute type="xs:string" name="tenantRange" />
              <xs:attribute type="xs:string" name="subDomain" />
          </xs:complexType>
        </xs:element>
</xs:schema>ubuntu@ip-10-148-14-4:/opt$ cat wso2cc-1.0.1/repository/conf/etc/services.xsd 
<?xml version="1.0" encoding="ISO-8859-1" ?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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:element name="property"
                            maxOccurs="unbounded" minOccurs="0">
                            <xs:complexType>
                                <xs:simpleContent>
                                    <xs:extension base="xs:string">
                                        <xs:attribute type="xs:string"
                                            name="name" />
                                        <xs:attribute type="xs:string"
                                            name="value" />
                                    </xs:extension>
                                </xs:simpleContent>
                            </xs:complexType>
                        </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>
</xs:schema>
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.