<?xml version="1.0"?>
<flash_datatype version="1.0">
	<datatype_definition dialogID="xml-dialog" name="XML">
		<properties>
			<!-- standard properties that all datatypes have. These can be edited
			in the Inspector's Schema tab. -->			
			<property id="category" default="complex"/>		
			<property id="base" default=""/> 		
			<property id="formatter" default=""/>			
			<property id="defaultValue" default=""/> 			
			<property id="defaultLabel" default=""/>
			<property id="defaultUIControl" default=""/> 

			<!-- properties that are specific to this datatype. These can be edited
			in the "Validation Settings" dialog, below. -->			
			<property id="ignoreWhite" default="true"/>			
		</properties>

		<dialog id="xml-dialog" title="XML DataType-Einstellungen" buttons="accept, cancel">
			<checkbox label="Leerraum bei Stringkonvertierung ignorieren" id="ignoreWhite"/> 
		</dialog>

		<actionscript class="mx.data.types.Xm"/>
	</datatype_definition>
</flash_datatype>
