Definition Type: Element
Name: hashName
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: NAE-API-schema.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into timestamp Drilldown into algorithmXSD Diagram of hashName
Collapse XSD Schema Code:
<xs:element name="hashName" minOccurs="0">
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="algorithm" type="xs:string" use="required" />
                <xs:attribute name="timestamp" type="xs:integer" use="required" />
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
algorithm algorithm Required
timestamp timestamp Required