Hello,

please find the file attached.


Cheers,
Bertrand.


<?xml version="1.0" encoding="UTF-8"?>
<nodeTypes xmlns:fn="http://www.w3.org/2004/10/xpath-functions"; xmlns:jcr="http://www.jcp.org/jcr/1.0"; xmlns:jcrfn="http://www.jcp.org/jcr/xpath-functions/1.0"; xmlns:mix="http://www.jcp.org/jcr/mix/1.0"; xmlns:nt="http://www.jcp.org/jcr/nt/1.0"; xmlns:rep="internal" xmlns:sv="http://www.jcp.org/jcr/sv/1.0"; xmlns:xs="http://www.w3.org/2001/XMLSchema";>
	<nodeType name="testNode" isMixin="false" hasOrderableChildNodes="false" primaryItemName="">
		<supertypes>
			<supertype>nt:base</supertype>
		</supertypes>
		<propertyDefinition autoCreate="false" mandatory="false" multiple="false" name="name" onParentVersion="COPY" protected="false" requiredType="String"/>
		
		<propertyDefinition autoCreate="true" mandatory="true" multiple="false" name="state" onParentVersion="COPY" protected="false" requiredType="String">
			<valueConstraints>
				<valueConstraint>draft</valueConstraint>
				<valueConstraint>ready</valueConstraint>
				<valueConstraint>approved</valueConstraint>
				<valueConstraint>retired</valueConstraint>
				<valueConstraint>rejected</valueConstraint>
			</valueConstraints>
			<defaultValues>
				<defaultValue>draft</defaultValue>
			</defaultValues>
		</propertyDefinition>

		<propertyDefinition autoCreate="true" mandatory="true" multiple="false" name="alwaysDisplayed" onParentVersion="COPY" protected="false" requiredType="Boolean">
			<defaultValues>
				<defaultValue>false</defaultValue>
			</defaultValues>
		</propertyDefinition>

	</nodeType>

</nodeTypes>

Reply via email to