schedule-types element

Type: scheduledServiceTypeResourceResponse
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <schedule-types> <data> <schedule-type> <id>...</id> <name>...</name> <form-fields> <form-field> <nameMapping>...</nameMapping> <required>...</required> <id>...</id> <type>...</type> <storePath>...</storePath> <regexValidation>...</regexValidation> <helpText>...</helpText> <initialValue>...</initialValue> <idMapping>...</idMapping> <label>...</label> <storeRoot>...</storeRoot> </form-field> <form-field> <!--...--> </form-field> <!--...more "form-field" elements...--> </form-fields> </schedule-type> <schedule-type> <!--...--> </schedule-type> <!--...more "schedule-type" elements...--> </data> </schedule-types>