Definition Type: ComplexType
Name: SignatureMethodType
Namespace: urn:oasis:names:tc:evs:schema:eml:ts
Containing Schema: emltimestamp.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into HMACOutputLength in schema emltimestamp_xsd Drilldown into Algorithm in schema emltimestamp_xsdXSD Diagram of SignatureMethodType in schema emltimestamp_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:complexType name="SignatureMethodType" mixed="true">
    <xs:sequence>
        <xs:element name="HMACOutputLength" type="HMACOutputLengthType" minOccurs="0" />
        <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="Algorithm" type="xs:anyURI" use="required" />
    <!-- (0,unbounded) elements from (1,1) external namespace -->
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HMACOutputLength ts:HMACOutputLength 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Algorithm ts:Algorithm Required
Collapse Derivation Tree:
Collapse References:
ts:SignatureOrTSTMethod
Collapse Comments:
blog comments powered by Disqus