Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element DigestType / MessageDigest
Namespace org:afnor:medona:1.0
Annotations
value of the digest express in a format compatible with the algorithm
Diagram
Diagram vitam-types_xsd_Simple_Type_BinaryType.tmp#BinaryType
Type BinaryType
Properties
content simple
Source
<xsd:element name="MessageDigest" type="BinaryType">
  <xsd:annotation>
    <xsd:documentation>value of the digest express in a format compatible with the algorithm</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd
Element DigestType / MessageDigestAlgorithm
Namespace org:afnor:medona:1.0
Annotations
algorithm used to compute the digest
Diagram
Diagram vitam-types_xsd_Simple_Type_DigestAlgorithmCodeType.tmp#DigestAlgorithmCodeType
Type DigestAlgorithmCodeType
Type hierarchy
Properties
content simple
Facets
minLength 1
Source
<xsd:element name="MessageDigestAlgorithm" type="DigestAlgorithmCodeType">
  <xsd:annotation>
    <xsd:documentation>algorithm used to compute the digest</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd
Complex Type DigestType
Namespace org:afnor:medona:1.0
Annotations
A digest is made of a hash value in binary format according to an algorithm
Diagram
Diagram vitam-types_xsd_Complex_Type_DigestType.tmp#DigestType_MessageDigest vitam-types_xsd_Complex_Type_DigestType.tmp#DigestType_MessageDigestAlgorithm
Used by
Model
Children MessageDigest, MessageDigestAlgorithm
Source
<xsd:complexType name="DigestType">
  <xsd:annotation>
    <xsd:documentation>A digest is made of a hash value in binary format according to an algorithm</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="MessageDigest" type="BinaryType">
      <xsd:annotation>
        <xsd:documentation>value of the digest express in a format compatible with the algorithm</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="MessageDigestAlgorithm" type="DigestAlgorithmCodeType">
      <xsd:annotation>
        <xsd:documentation>algorithm used to compute the digest</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd