view _test/Resources/types.xml @ 102:cf3b6ef2be22

Schema beta version
author wizard
date Fri, 07 May 2010 08:05:23 +0400
parents d8dc6cad3f55
children c289ed9662ca
line wrap: on
line source

<schema>
	<SimpleType type="email" nativeType="SCALAR">
		<RegExp message="Неверный формат %Node.name_no%">^\w+(\.\w+)*@$\w+(\.\w+)+</RegExp>
		<Property name='locale'/>
	</SimpleType>
	<SimpleType type="scalar" nativeType="SCALAR"/>
	<SimpleType type="date" nativeType="DateTime">
		<Property name="timezone" optional="1"/>
		<Property name="locale" optional="1"/>
	</SimpleType>
</schema>