<?xml version="1.0"?>
<xsd:schema targetNamespace="/mt/apps/gpms/ISO19110Schema/VersionDate">       
         

  <xsd:annotation>
    <xsd:documentation xml:lang="en">
      Name:  VersionDate
      Authors: Matthew J. McCready
      Date:  20111115
      Description: This schema validates the version date element for the Feature Catolog


</xsd:documentation>
  </xsd:annotation>

<xsd:complexType name="VersionDate">
<xsd:element name="gmx:versionDate">
<xsd:complexType>
<xsd:choice>

<xsd:element name="gco:Date">
<xsd:simpleType>
<xsd:restriction>
<xsd:minLength value="4" />
<xsd:maxLength value="8"/>
<xsd:pattern  value="(1|2)[0-9][0-9][0-9]-.*"/>
<xsd:restriction>
<xsd:simpleType>
</xsd:element>

<xsd:element name="gco:DateTime">
<xsd:simpleType>
<xsd:restriction>
<xsd:minLength value="4" />
<xsd:maxLength value="8"/>
<xsd:pattern  value="(1|2)[0-9][0-9][0-9]-.*"/>
<xsd:restriction>
<xsd:simpleType>
</xsd:complexType>
</xsd:element>

<xsd:attribute name="gco:nilReason" use="optional"/>
</xsd:choice>
</xsd:element> <!-- gmx:versionDate -->
</xsd:ComplexType>

</xsd:schema>
