Definition Type: ComplexType
Name: TimestampType
Namespace: http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
Containing Schema: oasis-200401-wss-wssecurity-utility-1.0.xsd
Abstract
Documentation:
This complex type ties together the timestamp related elements into a composite type.
Collapse XSD Schema Diagram:
Drilldown into Expires Drilldown into Created Drilldown into Id Drilldown into commonAttsXSD Diagram of TimestampType
Collapse XSD Schema Code:
<?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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Created wsu:Created 0 (1)
Expires wsu:Expires 0 (1)
<xs:any> Allowed namespace: '##other' (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Id wsu:Id Optional
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
wsu:Timestamp