Definition Type Element
Name identification
Type integer
Abstract False
MinOccurs 1
MaxOccurs 1
Content Type Restriction
Facets  
MaxExclusive 200000
MaxExclusive 200000
MinInclusive 100000
Documentation The constant unique id number 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="identification" >
  <xsd:annotation>
    <xsd:documentation>The constant unique id number of the project.</xsd:documentation>
  </xsd:annotation>

  <xsd:simpleType>
    <xsd:restriction base="xsd:integer">
      <xsd:minInclusive value="100000"/>
      <xsd:maxExclusive value="200000"/>
    </xsd:restriction>

  </xsd:simpleType>

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