GET entity test XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
GET: /qcbin/rest/domains/DOMAIN_NAME/projects/PROJECT_NAME/customization/entities/test
Accept: application/xml  -->
<EntityDescriptor>
    <Table>TEST</Table>
    <Name>test</Name>
    <Label>Test</Label>
    <SupportsHistory>true</SupportsHistory>
    <SupportsMultiValue>true</SupportsMultiValue>
    <SupportsWorkflow>true</SupportsWorkflow>
    <SupportsDataHidingFilter>true</SupportsDataHidingFilter>
    <SupportsVC>false</SupportsVC>
    <SupportsSubtypes>true</SupportsSubtypes>
    <ExtensionName>standard</ExtensionName>
    <IsSiteEntity>false</IsSiteEntity>
    <Attributes>
        <Attribute name="supportBaseline">true</Attribute>
        <Attribute name="reportableRoot">true</Attribute>
        <Attribute name="reportable">true</Attribute>
    </Attributes>
</EntityDescriptor>