Xsd/xml

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Doug Snyder
    New Member
    • Nov 2011
    • 1

    #1

    Xsd/xml

    I am needing to test a date range with a set beginning, but the end date is the current date. So far I have:

    <xs:simpleTyp e name="DateAdded ">
    <xs:restricti on base="xs:date">
    <xs:minInclusiv e value="1964-09-01"/>
    <xs:maxInclusiv e value="current-Date()"/>
    </xs:restriction>
    </xs:simpleType>

    Of course, using current-Date() isn't working, I just wanted to place something there for reference as it provides a nice blue squiggle reminding me this is not completed. Using Visual Studio. Thanks
Working...