<application xmlns="http://wadl.dev.java.net/2009/02" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://www.siemac.org/metamac/rest/permalinks/v1.0/domain"><grammars><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cdomain="http://www.siemac.org/metamac/rest/common/v1.0/domain" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://www.siemac.org/metamac/rest/common/v1.0/domain">
    <xs:complexType name="ResourceLink">
        <xs:sequence/>
        <xs:attribute name="kind" type="xs:string" use="required"/>
        <xs:attribute name="href" type="xs:string" use="required"/>
    </xs:complexType>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://www.siemac.org/metamac/rest/common/v1.0/domain" xmlns:p="http://www.siemac.org/metamac/rest/permalinks/v1.0/domain" xmlns:tns="http://www.siemac.org/metamac/rest/permalinks/v1.0/domain" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://www.siemac.org/metamac/rest/permalinks/v1.0/domain">
    <xs:import namespace="http://www.siemac.org/metamac/rest/common/v1.0/domain"/>
    <xs:element name="permalink" type="p:Permalink"/>
    <xs:complexType name="Permalink">
        <xs:sequence>
            <xs:element form="qualified" name="id" type="xs:string"/>
            <xs:element form="qualified" name="content" type="xs:string"/>
            <xs:element form="qualified" name="selfLink" type="ns1:ResourceLink"/>
        </xs:sequence>
        <xs:attribute name="kind" type="xs:string" use="required"/>
    </xs:complexType>
</xs:schema>
</grammars><resources base="https://iestadis.edatos.io/statistical-visualizer-api/apis/permalinks"><resource path="/v1.0"><resource path="/permalinks"><method name="POST"><request><representation mediaType="application/xml" element="ns1:permalink"/><representation mediaType="application/json"/></request><response><representation mediaType="application/xml" element="ns1:permalink"/><representation mediaType="application/json"/></response></method></resource><resource path="/permalinks/{id}"><param name="id" style="template" type="xs:string"/><method name="GET"><request></request><response><representation mediaType="application/xml" element="ns1:permalink"/></response></method><method name="GET"><request></request><response><representation mediaType="application/json"/></response></method></resource></resource></resources></application>