<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="TimestampType">
<xsd:annotation>
<xsd:documentation>
This complex type ties together the timestamp related elements into a composite type.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="wsu:Created" minOccurs="0" />
<xsd:element ref="wsu:Expires" minOccurs="0" />
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:any namespace="##other" processContents="lax" />
</xsd:choice>
</xsd:sequence>
<xsd:attributeGroup ref="wsu:commonAtts" />
</xsd:complexType>
|