|
Schema Example |
Top Previous Next |
|
example of XML when using the schema=true switch. Aids in development.
<?xml version="1.0" encoding="utf-8" ?> - <root> <Schema CODE="Integer" VENDOR="Integer" PRODUCT="Integer" STARTDATE="Date" ENDDATE="Date" MON="Boolean" TUE="Boolean" WED="Boolean" THU="Boolean" FRI="Boolean" SAT="Boolean" SUN="Boolean" QUANTITY="Integer" ACTIVE="Boolean" RELEASEDAYS="Integer" RELEASETIME="Time" AUTOFAX="Boolean" FAXNO="String" BlockTime="Time" Notes="Memo" ProBlock="Boolean" Email="String" AutoEmail="Boolean" LastEmailSent="DateTime" EmailCCTo="String" SequenceOrder="Integer" LastUpdatedOn="DateTime" /> - <blockdefs> <row code="12" vendor="395" product="1280" startdate="11/5/2005" enddate="12/31/2005" mon="True" tue="True" wed="True" thu="True" fri="True" sat="True" sun="True" quantity="10" active="False" releasedays="14" releasetime="" autofax="False" faxno="" blocktime="10:00:00 AM" notes="Test Block Note" problock="False" email="" autoemail="False" lastemailsent="" emailccto="" sequenceorder="" lastupdatedon="11/11/2005 11:32:21 AM" /> <row code="13" vendor="395" product="1280" startdate="11/5/2005" enddate="12/31/2005" mon="True" tue="True" wed="True" thu="True" fri="True" sat="True" sun="True" quantity="20" active="False" releasedays="14" releasetime="" autofax="False" faxno="" blocktime="2:00:00 PM" notes="Test Block Note" problock="False" email="" autoemail="False" lastemailsent="" emailccto="" sequenceorder="" lastupdatedon="11/11/2005 11:32:21 AM" /> </blockdefs> </root> |