<?xml version="1.0" encoding="UTF-8"?>
<rules>

  <tagcontent tag_name="/page/page_title">
    <textline charlength="255" instruction="Enter a page title" label="Page Title" maxlength="50" required="Y">
    </textline>
  </tagcontent>

  <tagcontent tag_name="/page/short_description">
    <textarea instruction="Enter a short description" label="Short Description" type="cdata">
    </textarea>
  </tagcontent>

  <tagcontent tag_name="/page/sponsor">
    <choice instruction="Choose an event sponsor" label="Sponsor" values="Blue Fish Development Group,Documentum">
    </choice>
  </tagcontent>


  <tagcontent tag_name="/page/registration">
    <checkbox checkbox_label="Yes" checked="yes" instruction="Is registration required for this event?" label="Registration?" unchecked="no">
    </checkbox>
  </tagcontent>


  <tagcontent tag_name="/page/event_date">
    <calendar dateFormatString="EEE, MMM d yyyy" instruction="Please select a date for this event" label="Event Date">
    </calendar>
  </tagcontent>

  <tagcontent tag_name="/page/image">
    <graphic category="Images" enable_locale_fallback="N" import="Y" instruction="Select a thumbnail image for this event.  The recommended size is 100 x 100." label="Event Image" lifecycle="Default Lifecycle" location="/samplesite.com/images/events" output_property="folderPath" property="object_name" query="dm_document where folder('/samplesite.com/images/events',descend)" query_type="query" type="dm_document">
    </graphic>
  </tagcontent>

  <repeatdef instruction="Enter any repeating sections" label="Sections" tag_list="/page/section">
  </repeatdef>

  <tagcontent tag_name="/page/section/title">
    <textline instruction="Enter a title for the section" label="Section Title">
    </textline>
  </tagcontent>

  <tagcontent tag_name="/page/section/details">
    <content BackgroundSpellChecking="Y" InsTableWizard="Y" category="Images" drop_cabinet="Y" formats="html,crtext" htmlTextEdit="Y" image_formats="jpeg,gif,bmp" instruction="Enter details for the section" label="Section Details" lifecycle="Default Lifecycle" lines="5" location="/samplesite.com/images/events" tlbAlign="Y" tlbBold="Y" tlbBookmark="Y" tlbColor="Y" tlbCopy="Y" tlbCut="Y" tlbDecreaseIndent="Y" tlbDelCol="Y" tlbDelRow="Y" tlbFace="Y" tlbFind="Y" tlbGridlines="Y" tlbHLink="Y" tlbHRule="Y" tlbHighlightColor="Y" tlbImageServer="Y" tlbIncreaseIndent="Y" tlbInsCol="Y" tlbInsRow="Y" tlbItalic="Y" tlbList="Y" tlbMerge="Y" tlbPaste="Y" tlbRedo="Y" tlbRemoveFormatting="Y" tlbScript="Y" tlbSize="Y" tlbSpelling="Y" tlbSplit="Y" tlbStrike="Y" tlbStyle="Y" tlbSymbol="Y" tlbUnderline="Y" tlbUndo="Y" tlbWordCount="Y" type="dm_document">
    </content>
  </tagcontent>
   
  <tagcontent tag_name="/page/related_page">
    <xselector auto_exec_Conference="Y" auto_exec_Training="Y" auto_exec_all_authors="Y" description_Conference="Select conference content" description_Training="Select training content" description_all_authors="Select content of any subject" drop_cabinet="Y" enable_locale_fallback_Conference="N" enable_locale_fallback_Training="N" enable_locale_fallback_all_authors="N" filter_browser_title="Content by Subject" filters="all_authors,Training,Conference" instruction="Select a page that is related to this content" label="Related Page" label_Conference="Conference" label_Training="Training" label_all_authors="All Subjects" property_Conference="object_name" property_Training="object_name" property_all_authors="object_name" query_Conference="dm_document where folder('/samplesite.com',descend) and subject='conference' and a_content_type = 'html'" query_Training="dm_document where folder('/samplesite.com',descend) and subject='training' and a_content_type = 'html'" query_all_authors="dm_document where folder('/samplesite.com',descend) and (a_content_type = 'html' or a_content_type = 'xml')" rows="5" select_type="text">
    </xselector>
  </tagcontent>
 
  <tagcontent tag_name="/page/disclaimer">
    <textselector enable_locale_fallback="N" import="N" instruction="Select a page disclaimer" label="Disclaimer" output_property="folderPath" preview_rows="5" query="dm_document where folder('/samplesite.com/includes/boiler',descend) " query_type="query" rows="5" selection_property="object_name" show_content="Y">
    </textselector>
  </tagcontent>
</rules>
