namespace | http://api.de.n2.tibco.com | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:attributeGroup name="XmlDuration"> <xs:annotation> <xs:documentation>Duration of time, expressed as a start and end date/time. Both values are optional but, if an end date is given, a start date must also be provided.</xs:documentation> </xs:annotation> <xs:attribute name="startDate" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>Date/time at which the entity becomes available.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="endDate" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>Date/time at which the entity becomes unavailable.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="startDate" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>Date/time at which the entity becomes available.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="endDate" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>Date/time at which the entity becomes unavailable.</xs:documentation> </xs:annotation> </xs:attribute> |