Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element DataObjectRefType / XmlId
Namespace org:afnor:medona:1.0
Annotations
Used for instance in multiple inheritance association and necessary to inform back of which node is containing an issue. This Id is local to Descriptive file, such that it can be reused in RefId to refer somewhere else the same Object in this file.
Diagram
Diagram
Type xsd:ID
Properties
content simple
Source
<xsd:element name="XmlId" type="xsd:ID">
  <xsd:annotation>
    <xsd:documentation>Used for instance in multiple inheritance association and necessary to inform back of which node is containing an issue. This Id is local to Descriptive file, such that it can be reused in RefId to refer somewhere else the same Object in this file.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/descriptive-vitam.xsd
Element DataObjectRefType / DataObjectId
Namespace org:afnor:medona:1.0
Annotations
Reference to a data object listed in transport file
Diagram
Diagram vitam-types_xsd_Simple_Type_RefIdType.tmp#RefIdType
Type RefIdType
Properties
content simple
Source
<xsd:element name="DataObjectId" type="RefIdType">
  <xsd:annotation>
    <xsd:documentation>Reference to a data object listed in transport file</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/descriptive-vitam.xsd
Element DataObjectRefType / DataObjectGroupId
Namespace org:afnor:medona:1.0
Annotations
Reference to a data object group (multiple data objects intellectually unified) listed in technical file
Diagram
Diagram vitam-types_xsd_Simple_Type_GroupIdType.tmp#GroupIdType
Type GroupIdType
Type hierarchy
Properties
content simple
Facets
minLength 1
Source
<xsd:element name="DataObjectGroupId" type="GroupIdType">
  <xsd:annotation>
    <xsd:documentation>Reference to a data object group (multiple data objects intellectually unified) listed in technical file</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/descriptive-vitam.xsd
Complex Type DataObjectRefType
Namespace org:afnor:medona:1.0
Annotations
This describes one Data Binary Node in the DAG (SAIP).
Diagram
Diagram descriptive-vitam_xsd_Complex_Type_DataObjectRefType.tmp#DataObjectRefType_XmlId descriptive-vitam_xsd_Complex_Type_DataObjectRefType.tmp#DataObjectRefType_DataObjectId descriptive-vitam_xsd_Complex_Type_DataObjectRefType.tmp#DataObjectRefType_DataObjectGroupId
Used by
Model
Children DataObjectGroupId, DataObjectId, XmlId
Source
<xsd:complexType name="DataObjectRefType">
  <xsd:annotation>
    <xsd:documentation>This describes one Data Binary Node in the DAG (SAIP).</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="XmlId" type="xsd:ID">
      <xsd:annotation>
        <xsd:documentation>Used for instance in multiple inheritance association and necessary to inform back of which node is containing an issue. This Id is local to Descriptive file, such that it can be reused in RefId to refer somewhere else the same Object in this file.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:choice>
      <xsd:element name="DataObjectId" type="RefIdType">
        <xsd:annotation>
          <xsd:documentation>Reference to a data object listed in transport file</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="DataObjectGroupId" type="GroupIdType">
        <xsd:annotation>
          <xsd:documentation>Reference to a data object group (multiple data objects intellectually unified) listed in technical file</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:choice>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/descriptive-vitam.xsd