Definition Type Element
Name comment
Type string
Abstract False
MinOccurs 1
MaxOccurs 1
Content Type Restriction
Facets  
MaxLength 4096
MinLength 0
Documentation The comment of the project.
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="comment" >
  <xsd:annotation>
    <xsd:documentation>The comment of the project.</xsd:documentation>
  </xsd:annotation>

  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:minLength value="0"/>
      <xsd:maxLength value="4096"/>
    </xsd:restriction>

  </xsd:simpleType>

</xsd:element>
Derivation Tree
[No Sub Types]
comment
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd