Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element PhysicalDataObjectType / PhysicalID
Namespace org:afnor:medona:1.0
Annotations
The Physical ID of this Physical Data Object: might be a barcode, a position or whatever that could identify it physically
Diagram
Diagram vitam-types_xsd_Complex_Type_IdentifierType.tmp#IdentifierType_schemeID vitam-types_xsd_Complex_Type_IdentifierType.tmp#IdentifierType_schemeName vitam-types_xsd_Complex_Type_IdentifierType.tmp#IdentifierType_schemeAgencyID vitam-types_xsd_Complex_Type_IdentifierType.tmp#IdentifierType_schemeAgencyName vitam-types_xsd_Complex_Type_IdentifierType.tmp#IdentifierType_schemeVersionID vitam-types_xsd_Complex_Type_IdentifierType.tmp#IdentifierType_schemeDataURI vitam-types_xsd_Complex_Type_IdentifierType.tmp#IdentifierType_schemeURI vitam-types_xsd_Complex_Type_IdentifierType.tmp#IdentifierType
Type IdentifierType
Properties
content complex
Attributes
QName Type Use
schemeAgencyID xsd:token optional
schemeAgencyName xsd:string optional
schemeDataURI xsd:anyURI optional
schemeID xsd:token optional
schemeName xsd:string optional
schemeURI xsd:anyURI optional
schemeVersionID xsd:token optional
Source
<xsd:element name="PhysicalID" type="IdentifierType">
  <xsd:annotation>
    <xsd:documentation>The Physical ID of this Physical Data Object: might be a barcode, a position or whatever that could identify it physically</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd
Complex Type PhysicalDataObjectType
Namespace org:afnor:medona:1.0
Annotations
Physical data object: one physical ID
Diagram
Diagram vitam-types_xsd_Complex_Type_MinimalDataObjectType.tmp#MinimalDataObjectType_Id vitam-types_xsd_Complex_Type_MinimalDataObjectType.tmp#MinimalDataObjectType vitam-types_xsd_Complex_Type_PhysicalDataObjectType.tmp#PhysicalDataObjectType_PhysicalID
Type extension of MinimalDataObjectType
Type hierarchy
Used by
Model
Children Id, PhysicalID
Source
<xsd:complexType name="PhysicalDataObjectType">
  <xsd:annotation>
    <xsd:documentation>Physical data object: one physical ID</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="MinimalDataObjectType">
      <xsd:sequence>
        <xsd:element name="PhysicalID" type="IdentifierType">
          <xsd:annotation>
            <xsd:documentation>The Physical ID of this Physical Data Object: might be a barcode, a position or whatever that could identify it physically</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/vitam-types.xsd