XML Einrichten Version 1.2
MULH Complex Type
XML Einrichten Version 1.2 : MULH Complex Type
Description
Segment for multimedia information for the document
Namespace (none)
Diagram
AppTargetIdentification Element AppSourceIdentification Element ObjectContent Element Source Element RemoteType Element FunctionType Element ObjectType Element ObjectDescription Element FileName Element Sequence MULH Complex Type
Overview
MULH
Segment for multimedia information for the document
Sequence
FileName Restriction of xs:string
file name without path prefix
ObjectDescription optional Restriction of xs:string
Describes the content of the file
ObjectType Restriction of xs:string
Object type classifeid
PCT = Picture
TXT = Text
OTH = Others
FunctionType Restriction of xs:string
RemoteType optional Restriction of xs:string
Source optional Restriction of xs:string
File path
ObjectContent optional xs:string
content base64 coded
AppSourceIdentification optional Restriction of xs:string
Source application
AppTargetIdentification optional Restriction of xs:string
Target program for the object
Used By
MULH Element
MULH Element
MULH Element
MULH Element
MULH Element
Source
<xs:complexType name="MULH" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Segment für Multimedia Informationen zum Beleg </xs:documentation>
    <xs:documentation xml:lang="en">Segment for multimedia information for the document</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="FileName" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">Name der Datei ohne Pfadangabe</xs:documentation>
        <xs:documentation xml:lang="en">file name without path prefix </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="256" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ObjectDescription" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Beschreibt den Inhat der Datei</xs:documentation>
        <xs:documentation xml:lang="en">Describes the content of the file </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="256" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ObjectType" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>Objekttyp (Inhalt der Datei)</dt>
            <dt>PCT = Bild</dt>
            <dt>TXT = Text</dt>
            <dt>OTH = Andere Formate</dt>
          </dl>
        </xs:documentation>
        <xs:documentation xml:lang="en">
          <dl>
            <dt>Object type classifeid</dt>
            <dt>PCT = Picture</dt>
            <dt>TXT = Text</dt>
            <dt>OTH = Others</dt>
          </dl>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="3" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="FunctionType" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>Wozu wird die Datei benutzt</dt>
            <dt>SKE = Skizze</dt>
            <dt>...</dt>
          </dl>
        </xs:documentation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>Use case of the file</dt>
            <dt>SKE = Sketch</dt>
            <dt>...</dt>
          </dl>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="3" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="RemoteType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>Wo befindet sich das Objekt</dt>
            <dt>IA = external see Source</dt>
          </dl>
        </xs:documentation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>where is the object located</dt>
            <dt>IA = external see Source</dt>
          </dl>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="3" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Source" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Pfad zur Datei</xs:documentation>
        <xs:documentation xml:lang="en">File path</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="512" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ObjectContent" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Inhalte base64 dociert </xs:documentation>
        <xs:documentation xml:lang="en">content base64 coded</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AppSourceIdentification" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Quellprogramm </xs:documentation>
        <xs:documentation xml:lang="en">Source application</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="70" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="AppTargetIdentification" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Zielporgramm für das Objekt </xs:documentation>
        <xs:documentation xml:lang="en">Target program for the object</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="70" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
XML Einrichten Version 1.2