complexType "expiresType"
Namespace:
Content:
simple, 3 attributes
Defined:
globally in myAlerts.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
   
>
   
Content: 
{ xsd:string }
</...>
All Direct / Indirect Based Elements (1):
expiresAt (in from)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:string (extension)
  expiresType
Derivation:
extension of xsd:string
XML Source (see within schema source)
<xsd:complexType name="expiresType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="ttl" type="xsd:string"/>
<xsd:attribute name="onDate" type="xsd:string"/>
<xsd:attribute name="replace" type="xsd:string"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Attribute Detail (all declarations; 3/3)
onDate
Type:
xsd:string, predefined
Use:
optional
Defined:
locally within (this) expiresType complexType
XML Source (see within schema source)
<xsd:attribute name="onDate" type="xsd:string"/>

replace
Type:
xsd:string, predefined
Use:
optional
Defined:
locally within (this) expiresType complexType
XML Source (see within schema source)
<xsd:attribute name="replace" type="xsd:string"/>

ttl
Type:
xsd:string, predefined
Use:
optional
Defined:
locally within (this) expiresType complexType
XML Source (see within schema source)
<xsd:attribute name="ttl" type="xsd:string"/>