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> <name>...</name> <id>...</id> <form-fields> <form-field> <regexValidation>...</regexValidation> <storePath>...</storePath> <id>...</id> <initialValue>...</initialValue> <type>...</type> <idMapping>...</idMapping> <required>...</required> <helpText>...</helpText> <storeRoot>...</storeRoot> <nameMapping>...</nameMapping> <label>...</label> </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>