Definition Type: ComplexType
Name: TimestampType
Namespace: urn:oasis:names:tc:evs:schema:eml:ts
Containing Schema: emltimestamp.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Object in schema emltimestamp_xsd Drilldown into KeyInfo in schema emltimestamp_xsd Drilldown into SignatureOrTSTValue in schema emltimestamp_xsd Drilldown into TimestampedInfo in schema emltimestamp_xsd Drilldown into Id in schema emltimestamp_xsdXSD Diagram of TimestampType in schema emltimestamp_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:complexType name="TimestampType">
    <xs:sequence>
        <xs:element ref="TimestampedInfo" />
        <xs:element ref="SignatureOrTSTValue" />
        <xs:element ref="KeyInfo" minOccurs="0" />
        <xs:element ref="Object" />
    </xs:sequence>
    <xs:attribute name="Id" type="xs:ID" use="optional" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TimestampedInfo ts:TimestampedInfo (1) (1)
SignatureOrTSTValue ts:SignatureOrTSTValue (1) (1)
KeyInfo ts:KeyInfo 0 (1)
Object ts:Object (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Id ts:Id Optional
Collapse Derivation Tree:
Collapse References:
ts:Timestamp
Collapse Comments:
blog comments powered by Disqus