10-13-2006, 12:27 AM | #1 (permalink) |
Free Mars!
Location: I dunno, there's white people around me saying "eh" all the time
|
[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>
__________________
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 |
Tags |
data, reference, xml |
|
|