<system-data-structure>
	<group identifier="cms-login-info" label="Cascade Server Login Information">
		<text identifier="server" label="Server Login URL" required="true"/>
		<text identifier="username" label="Username" required="true"/>
		<text identifier="password" label="Password" required="true"/>
	</group>
	<text identifier="xml-feed" label="Path to XML feed relative to PHP script" required="true"/>
	<text type="radiobutton" identifier="authentication-type" label="Authentication Type (for imported users)" default="normal">
		<radio-item value="normal"/>
		<radio-item value="ldap"/>
		<radio-item value="custom"/>
	</text>
	<text type="radiobutton" identifier="enable-users" label="Enable imported users?" default="No">
		<radio-item value="Yes"/>
		<radio-item value="No"/>
	</text>
</system-data-structure>