element <expiresAt> (local)
Namespace:
Type:
xsd:dateTime
Content:
simple
Defined:
locally within locationType complexType in myLocation.xsd; see XML source
XML Representation Summary
<expiresAt>
   
Content: 
{ xsd:dateTime }
</expiresAt>
Included in content model of elements (1):
location (in myLocation)
Annotation
This optional element specifies the time after wich this location report is considered expires. The system is free to delete expired elements on it's own schedule.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="expiresAt" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
This optional element specifies the time after wich this location
report is considered expires. The system is free to delete expired
elements on it's own schedule.
</xsd:documentation>
</xsd:annotation>
</xsd:element>