Definition Type: ComplexType
Name: ElectronicSignatureType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Indicates that the document has been signed and provides the date of the signature.
Collapse XSD Schema Diagram:
Drilldown into Attachment in schema components_xsd Drilldown into SignatureDate in schema fields_xsd Drilldown into SignatureIndicator in schema fields_xsdXSD Diagram of ElectronicSignatureType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ElectronicSignatureType">
    <xsd:annotation>
        <xsd:documentation>Indicates that the document has been signed and provides the date of the signature.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="SignatureIndicator" />
        <xsd:element ref="SignatureDate" />
        <xsd:element ref="Attachment" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SignatureIndicator nsA:SignatureIndicator (1) (1)
SignatureDate nsA:SignatureDate (1) (1)
Attachment nsA:Attachment 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:ElectronicSignature