features.xml 757 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:vlt="http://www.day.com/jcr/vault/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
    jcr:mixinTypes="[vlt:FullCoverage]"
    jcr:primaryType="sling:OrderedFolder"
    jcr:title="Device Features">
    <touch
        jcr:primaryType="nt:unstructured"
        jcr:title="Touch"
        checked="{Boolean}true"
        value="touch"/>
    <gps
        jcr:primaryType="nt:unstructured"
        jcr:title="GPS"
        checked="{Boolean}true"
        value="gps"/>
    <three-dimensions
        jcr:primaryType="nt:unstructured"
        jcr:title="3D"
        checked="{Boolean}true"
        value="3d"/>
</jcr:root>