XML Einrichten Version 1.2
MULL Complex Type
XML Einrichten Version 1.2 : MULL Complex Type
Description
Segment for multimeda information for a single position
Namespace (none)
Diagram
ObjectID Element FileName Element Sequence MULL Complex Type
Overview
MULL
Segment for multimeda information for a single position
Sequence
FileName Restriction of xs:string
Filename
ObjectID optional Restriction of xs:string
ID of the object within the file
Used By
MULL Element
MULL Element
MULL Element
Source
<xs:complexType name="MULL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Segment für Multimedia Informationen zu einer Position </xs:documentation>
    <xs:documentation xml:lang="en">Segment for multimeda information for a single position </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="FileName">
      <xs:annotation>
        <xs:documentation xml:lang="de">Datename </xs:documentation>
        <xs:documentation xml:lang="en">Filename </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="256" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ObjectID" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Kennung des Objetkes in der Datei </xs:documentation>
        <xs:documentation xml:lang="en">ID of the object within the file</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