Definition Type Element
Name modification
Abstract False
MinOccurs 1
MaxOccurs 1
Documentation The time and author of the project's last modification.
XSD Schema .\Guide3D-Destinations_V01.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="modification" >
  <xsd:annotation>
    <xsd:documentation>The time and author of the project's last modification.</xsd:documentation>
  </xsd:annotation>

  <xsd:complexType>
    <xsd:sequence>
      <xsd:element minOccurs="1" maxOccurs="1" name="on" type="xsd:dateTime">
        <xsd:annotation>
          <xsd:documentation>The time and date when the project was last modified.</xsd:documentation>
        </xsd:annotation>

      </xsd:element>

      <xsd:element minOccurs="1" maxOccurs="1" name="by">
        <xsd:annotation>
          <xsd:documentation>The name of the person who last modified the project.</xsd:documentation>
        </xsd:annotation>

        <xsd:simpleType>
          <xsd:restriction base="xsd:string">
            <xsd:minLength value="2"/>
            <xsd:maxLength value="64"/>
          </xsd:restriction>

        </xsd:simpleType>

      </xsd:element>

    </xsd:sequence>

  </xsd:complexType>

</xsd:element>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
modification
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd