Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element BinaryDataObjectGroup / Uri
Namespace org:afnor:medona:1.0
Annotations
The URI that specifies where this Binary Data Object is. Might be a relative path as file://./path
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
Source
<xsd:element name="Uri" type="xsd:anyURI">
  <xsd:annotation>
    <xsd:documentation>The URI that specifies where this Binary Data Object is. Might be a relative path as file://./path</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd
Element BinaryDataObjectGroup / Digest
Namespace org:afnor:medona:1.0
Annotations
the Digest of this Binary Data Object
Diagram
Diagram vitam-types_xsd_Complex_Type_DigestType.tmp#DigestType_MessageDigest vitam-types_xsd_Complex_Type_DigestType.tmp#DigestType_MessageDigestAlgorithm vitam-types_xsd_Complex_Type_DigestType.tmp#DigestType
Type DigestType
Properties
content complex
Model
Children MessageDigest, MessageDigestAlgorithm
Instance
<Digest xmlns="org:afnor:medona:1.0">
  <MessageDigest>{1,1}</MessageDigest>
  <MessageDigestAlgorithm>{1,1}</MessageDigestAlgorithm>
</Digest>
Source
<xsd:element name="Digest" type="DigestType">
  <xsd:annotation>
    <xsd:documentation>the Digest of this Binary Data Object</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd
Element BinaryDataObjectGroup / Size
Namespace org:afnor:medona:1.0
Annotations
The size in bytes of this Binary Data Object
Diagram
Diagram vitam-types_xsd_Simple_Type_SizeInBytesType.tmp#SizeInBytesType
Type SizeInBytesType
Properties
content simple
Source
<xsd:element name="Size" type="SizeInBytesType">
  <xsd:annotation>
    <xsd:documentation>The size in bytes of this Binary Data Object</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd
Element Group BinaryDataObjectGroup
Namespace org:afnor:medona:1.0
Annotations
Binary data object: one uri, one digest, one size
Diagram
Diagram vitam-types_xsd_Element_Group_BinaryDataObjectGroup.tmp#BinaryDataObjectGroup_Uri vitam-types_xsd_Element_Group_BinaryDataObjectGroup.tmp#BinaryDataObjectGroup_Digest vitam-types_xsd_Element_Group_BinaryDataObjectGroup.tmp#BinaryDataObjectGroup_Size
Used by
Complex Type BinaryDataObjectType
Model
Children Digest, Size, Uri
Source
<xsd:group name="BinaryDataObjectGroup">
  <xsd:annotation>
    <xsd:documentation>Binary data object: one uri, one digest, one size</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="Uri" type="xsd:anyURI">
      <xsd:annotation>
        <xsd:documentation>The URI that specifies where this Binary Data Object is. Might be a relative path as file://./path</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Digest" type="DigestType">
      <xsd:annotation>
        <xsd:documentation>the Digest of this Binary Data Object</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Size" type="SizeInBytesType">
      <xsd:annotation>
        <xsd:documentation>The size in bytes of this Binary Data Object</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:group>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd