Hi folks,I want to have an element that either contains a dateTime or the literal string "...". Is there any way to specify this in Schema?The element in question is the creationTimestamp element as below:
<complexType name="persistedEntity"> <sequence> <element name="editedBy" type="string" minOccurs="0" /> <element name="creationTimestamp" type="dateTime" minOccurs="0" /> <element name="status" type="syringe:entityStatus" minOccurs="0" /> </sequence> </complexType> <complexType name="role"> <complexContent> <e