[xml] Reference another data
Say I have 2 set of dates, one is starting date and another is ending date.
Code:
<xsd:element name="datestart" type="xsd:date" />
<xsd:element name="dateend">
<xsd:simpleType>
<xsd:restriction base="xsd:date">
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
How would I setup the restriction type to ensure that the ending date is not the same as the start date?
__________________
Looking out the window, that's an act of war. Staring at my shoes, that's an act of war. Committing an act of war? Oh you better believe that's an act of war
|