Definition Type: ComplexType
Name: KeyInfoType
Namespace: urn:oasis:names:tc:evs:schema:eml:ts
Containing Schema: emltimestamp.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into MgmtData in schema emltimestamp_xsd Drilldown into SPKIData in schema emltimestamp_xsd Drilldown into PGPData in schema emltimestamp_xsd Drilldown into X509Data in schema emltimestamp_xsd Drilldown into RetrievalMethod in schema emltimestamp_xsd Drilldown into KeyValue in schema emltimestamp_xsd Drilldown into KeyName in schema emltimestamp_xsd Drilldown into Id in schema emltimestamp_xsdXSD Diagram of KeyInfoType in schema emltimestamp_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:complexType name="KeyInfoType" mixed="true">
    <xs:choice maxOccurs="unbounded">
        <xs:element ref="KeyName" />
        <xs:element ref="KeyValue" />
        <xs:element ref="RetrievalMethod" />
        <xs:element ref="X509Data" />
        <xs:element ref="PGPData" />
        <xs:element ref="SPKIData" />
        <xs:element ref="MgmtData" />
        <xs:any namespace="##other" processContents="lax" />
    </xs:choice>
    <xs:attribute name="Id" type="xs:ID" use="optional" />
    <!-- (1,1) elements from (0,unbounded) namespaces -->
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
KeyName ts:KeyName (1) (1)
KeyValue ts:KeyValue (1) (1)
RetrievalMethod ts:RetrievalMethod (1) (1)
X509Data ts:X509Data (1) (1)
PGPData ts:PGPData (1) (1)
SPKIData ts:SPKIData (1) (1)
MgmtData ts:MgmtData (1) (1)
<xs:any> Allowed namespace: '##other' (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Id ts:Id Optional
Collapse Derivation Tree:
Collapse References:
ts:KeyInfo
Collapse Comments:
blog comments powered by Disqus