You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<xs:elementname="Hash"minOccurs="0"maxOccurs="1">
<xs:complexType>
<xs:simpleContent>
<xs:extensionbase="xs:string">
<xs:annotation>
<xs:documentation>The value obtained from applying a hash function (e.g. MD5, SHA-256, etc.) to the contents of the file.</xs:documentation>
</xs:annotation>
<xs:attributename="Type"type="xs:string"use="optional">
<xs:annotation>
<xs:documentation>The type of hashing algorithm used, e.g. MD5, SHA-256, etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Either we need to only use named complex types in the schema or the viewer needs to handle this.
Seen in v7.0-beta.93 and 6.1
The text was updated successfully, but these errors were encountered:
Clicking on Hash gives you
The .xsd for Hash is
Either we need to only use named complex types in the schema or the viewer needs to handle this.
Seen in v7.0-beta.93 and 6.1
The text was updated successfully, but these errors were encountered: