2.2.3.11 Expires

The element wsen:Expires is defined in [WSENUM] section 3.1. As a profile of [WSENUM], the value of the element wsen:Expires MUST be the literal string "9999-12-31T23:59:59: 9999999".

  
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.xmlsoap.org/ws/2004/09/enumeration">
   <xs:element name="Expires">
     <xs:simpleType>
       <xs:restriction base="xs:string">
         <xs:enumeration value="9999-12-31T23:59:59: 9999999"/>
       </xs:restriction>
     </xs:simpleType>
   </xs:element>
 </xs:schema>