<?xml version="1.0" encoding="UTF-8"?>
<nodeTypes xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:ctc="http://blank.com/ctc" >
<nodeType name="ctc:test" isMixin="false" hasOrderableChildNodes="false" primaryItemName="" >
<supertypes>
<supertype>nt:base</supertype>
<supertype>mix:referenceable</supertype>
</supertypes>
<propertyDefinition name="ctc:type" requiredType="String" autoCreated="false" mandatory="true" onParentVersion="VERSION" protected="false" multiple="false" >
<valueConstraints>
<valueConstraint>TEMPLATE</valueConstraint>
<valueConstraint>CART</valueConstraint>
<valueConstraint>BINDER</valueConstraint>
</valueConstraints>
</propertyDefinition>

<propertyDefinition name="ctc:doc" requiredType="String" autoCreated="false" mandatory="false" onParentVersion="COPY" protected="false" multiple="false" >
<valueConstraints>
<valueConstraint>Document</valueConstraint>
<valueConstraint>Video</valueConstraint>
<valueConstraint>Audio</valueConstraint>
</valueConstraints>
</propertyDefinition>

</nodeType>

</nodeTypes>