Definition Type Element
Name point
Type string
Abstract False
MinOccurs 1
MaxOccurs unbounded
Content Type Restriction
Facets  
Pattern L[0-9]{2}P[0-9]{4}
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="unbounded" name="point" >
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:pattern value="L[0-9]{2}P[0-9]{4}"/>
    </xsd:restriction>

  </xsd:simpleType>

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