Definition Type Element
Name by
Type string
Abstract False
MinOccurs 1
MaxOccurs 1
Content Type Restriction
Facets  
MaxLength 64
MinLength 2
Documentation The name of the person who created 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="by" >
  <xsd:annotation>
    <xsd:documentation>The name of the person who created 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>
Derivation Tree
[No Sub Types]
by
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd