<package packagerversion="1.6.2" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>Structures_Form</name>
<channel>pear.sergiocarvalho.com</channel>
<summary>User input form data-model package</summary>
<description>Structures_Form represents a user input form Structures_Form is a data model set of classes for representing a user input form. An instance of Structures_Form represents all the data that the form should be able to collect, input data needed for collection as well as restrictions imposed on input. No user-interface definition is included, and user interface is expected to be derived from user interface rules and the data-model defined here.</description>
<lead>
<name>Sergio Carvalho</name>
<user>sergiosgc</user>
<email>sergiosgc@php.net</email>
<active>yes</active>
</lead>
<date>2008-07-02</date>
<time>16:04:31</time>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.php.net/license/3_01.txt">PHP License 3.01</license>
<notes>* Initial version</notes>
<contents>
<dir baseinstalldir="/" name="/">
<file baseinstalldir="/" md5sum="b8c73789b56c5b3fec1ea463df7ff11f" name="Structures/Form/Input/Text/Filtered.php" role="php"></file>
<file baseinstalldir="/" md5sum="65c7ad7c96a17f2853ad890f8a01c061" name="Structures/Form/Input/Boolean.php" role="php"></file>
<file baseinstalldir="/" md5sum="a0bf5617ab095e718367be72f5dd5714" name="Structures/Form/Input/Date.php" role="php"></file>
<file baseinstalldir="/" md5sum="5bf0ea33a85fbed65cbcf51dd79095d8" name="Structures/Form/Input/MultipleChoice.php" role="php"></file>
<file baseinstalldir="/" md5sum="dc5345ab0479798bc34409b35f3ac1c9" name="Structures/Form/Input/Numeric.php" role="php"></file>
<file baseinstalldir="/" md5sum="495d284469d073b6826699d8d266a57c" name="Structures/Form/Input/Text.php" role="php"></file>
<file baseinstalldir="/" md5sum="40e7c58785a33397ce079be1cc15978b" name="Structures/Form/Input/Time.php" role="php"></file>
<file baseinstalldir="/" md5sum="943de98e49f45af5b0c18b44900d21d6" name="Structures/Form/Input/Timestamp.php" role="php"></file>
<file baseinstalldir="/" md5sum="3110d8968eac9dc6a3cee76f89f0b220" name="Structures/Form/Iterator/Preorder.php" role="php"></file>
<file baseinstalldir="/" md5sum="e715e36448c5b4f0ced800dc576a4560" name="Structures/Form/Iterator/RecursiveAdapter.php" role="php"></file>
<file baseinstalldir="/" md5sum="3eb82559b71b4f7957d3ff1f33de8081" name="Structures/Form/Restriction/ClosedChoice.php" role="php"></file>
<file baseinstalldir="/" md5sum="d1aacd621d55f4d649a683f13cea2d4b" name="Structures/Form/Restriction/ExclusiveChoice.php" role="php"></file>
<file baseinstalldir="/" md5sum="6f199b53ad1ec11bd0d958e05b4fe9ec" name="Structures/Form/Restriction/HTMLContent.php" role="php"></file>
<file baseinstalldir="/" md5sum="3a0dc901a01c8edd64abfcabf85b3b93" name="Structures/Form/Restriction/Integer.php" role="php"></file>
<file baseinstalldir="/" md5sum="2da87c98231f912a268791855df9fee6" name="Structures/Form/Restriction/Mandatory.php" role="php"></file>
<file baseinstalldir="/" md5sum="f95077caa627d6d12097b1c40e54c414" name="Structures/Form/Restriction/MaxLength.php" role="php"></file>
<file baseinstalldir="/" md5sum="9a86a0f56ab21e861b28eacccc8c78b3" name="Structures/Form/Restriction/MinLength.php" role="php"></file>
<file baseinstalldir="/" md5sum="eb5039b2bd312120eee65b587c0b87c2" name="Structures/Form/Restriction/SingleLine.php" role="php"></file>
<file baseinstalldir="/" md5sum="568b2aba09026b1e815ee17e42ee97bf" name="Structures/Form/Serializer/ALA/Checkbox.php" role="php"></file>
<file baseinstalldir="/" md5sum="a5ebf414799bce2c91c196ddb82c684f" name="Structures/Form/Serializer/ALA/ComboList.php" role="php"></file>
<file baseinstalldir="/" md5sum="f47a133cdd50b3e2f8a77b894c1101b7" name="Structures/Form/Serializer/ALA/DropdownList.php" role="php"></file>
<file baseinstalldir="/" md5sum="3d6738104f9ad8c02cd83debb8ed921d" name="Structures/Form/Serializer/ALA/FieldSet.php" role="php"></file>
<file baseinstalldir="/" md5sum="f6d8f449d092fe4631086c96e8d86496" name="Structures/Form/Serializer/ALA/Input.php" role="php"></file>
<file baseinstalldir="/" md5sum="8547ccac5586093203284c89dadeedc9" name="Structures/Form/Serializer/ALA/MultipleChoice.php" role="php"></file>
<file baseinstalldir="/" md5sum="16227c0def66670bf9bd98727dde6bfb" name="Structures/Form/Serializer/ALA/RadioButton.php" role="php"></file>
<file baseinstalldir="/" md5sum="43041fed147a4ef3a0ec695366f6f8f1" name="Structures/Form/Serializer/Table/Checkbox.php" role="php"></file>
<file baseinstalldir="/" md5sum="e296fd6d2fccd9ca8249cc9ba80c9adc" name="Structures/Form/Serializer/Table/ComboList.php" role="php"></file>
<file baseinstalldir="/" md5sum="f8491d27d25a37ffe82cda744798eb20" name="Structures/Form/Serializer/Table/DropdownList.php" role="php"></file>
<file baseinstalldir="/" md5sum="5967fe9bd29fbb895c98f72776c383d5" name="Structures/Form/Serializer/Table/FieldSet.php" role="php"></file>
<file baseinstalldir="/" md5sum="e362c7946ad0737667fca9a518d89f63" name="Structures/Form/Serializer/Table/HTMLEditor.php" role="php"></file>
<file baseinstalldir="/" md5sum="565767867a2bb6a5d47556d47371ecbe" name="Structures/Form/Serializer/Table/Input.php" role="php"></file>
<file baseinstalldir="/" md5sum="025bbe6d044ec5ef136a49ffa666a68b" name="Structures/Form/Serializer/Table/MultipleChoice.php" role="php"></file>
<file baseinstalldir="/" md5sum="015db5244177791376605a09a7369e79" name="Structures/Form/Serializer/Table/RadioButton.php" role="php"></file>
<file baseinstalldir="/" md5sum="47ccf627d3267cf5351aba0ed83256b4" name="Structures/Form/Serializer/Table/Table.php" role="php"></file>
<file baseinstalldir="/" md5sum="48c4318d7edadfb7bef30dc7ea9be66d" name="Structures/Form/Serializer/Table/Text.php" role="php"></file>
<file baseinstalldir="/" md5sum="c4486434b0daa8ed24b1c3a93183d6cd" name="Structures/Form/Serializer/Table/Textarea.php" role="php"></file>
<file baseinstalldir="/" md5sum="e73434899de162e1e830521a6947d307" name="Structures/Form/Serializer/ALA.php" role="php"></file>
<file baseinstalldir="/" md5sum="335d4ece882b3aa3416e3922c0acfe40" name="Structures/Form/Serializer/Table.php" role="php"></file>
<file baseinstalldir="/" md5sum="dc43013e170125d4fd5b3a068626ef83" name="Structures/Form/Serializer/Test.php" role="php"></file>
<file baseinstalldir="/" md5sum="e2d3fe486f332dfcb2291bdbdd290697" name="Structures/Form/Exception.php" role="php"></file>
<file baseinstalldir="/" md5sum="43a259761dca9ce0ac8074e46126af63" name="Structures/Form/Input.php" role="php"></file>
<file baseinstalldir="/" md5sum="e1f2a0c963b3108e22057198126d4c35" name="Structures/Form/Member.php" role="php"></file>
<file baseinstalldir="/" md5sum="38d812740378577a44e969e2621e5922" name="Structures/Form/MemberSet.php" role="php"></file>
<file baseinstalldir="/" md5sum="67efa4b0cef568e91f075159f1a09242" name="Structures/Form/Restriction.php" role="php"></file>
<file baseinstalldir="/" md5sum="c86e442a1c060ef96547c584bb8ecf87" name="Structures/Form/Serializer.php" role="php"></file>
<file baseinstalldir="/" md5sum="f4a20a398ced2f3df4e59b7171abccf3" name="Structures/Form.php" role="php"></file>
<file baseinstalldir="/" md5sum="647578dae37a252bd0684168f0064c87" name="tests/ALASerializer.phpt" role="test"></file>
<file baseinstalldir="/" md5sum="fe2cb3af281d474b1c1290168cd74d36" name="tests/DateInput.phpt" role="test"></file>
<file baseinstalldir="/" md5sum="41f124e94bd9f2429c760cf7ae952b15" name="tests/Empty-Form.phpt" role="test"></file>
<file baseinstalldir="/" md5sum="fb38347eebfaeb87ac91657d29cf7234" name="tests/FormIterator.phpt" role="test"></file>
<file baseinstalldir="/" md5sum="fc3f7298d92b66b21745dadc103f0bd7" name="tests/HTMLInput.phpt" role="test"></file>
<file baseinstalldir="/" md5sum="3337f4e976f540c97fa3ac05d24f43b3" name="tests/IntegerInput.phpt" role="test"></file>
<file baseinstalldir="/" md5sum="41a93023303f4088f8f5ffcdbc6f348a" name="tests/MultipleChoice.phpt" role="test"></file>
<file baseinstalldir="/" md5sum="07ad118c0e47432696a44ad91eaf89b0" name="tests/NumericInput.phpt" role="test"></file>
<file baseinstalldir="/" md5sum="b7d8ab41f9e0d061eb0f7544f0d9fda1" name="tests/TextInput.phpt" role="test"></file>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.1.0</min>
</php>
<pearinstaller>
<min>1.5.4</min>
</pearinstaller>
</required>
</dependencies>
<phprelease></phprelease>
<changelog>
<release>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2008-07-02</date>
<license uri="http://www.php.net/license/3_01.txt">PHP License 3.01</license>
<notes>* Initial version</notes>
</release>
</changelog>
</package>