Changes between Initial Version and Version 1 of Ticket #5476


Ignore:
Timestamp:
May 18, 2014, 4:38:42 PM (10 years ago)
Author:
adcgis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5476 – Description

    initial v1  
    2626
    2727
    28 XSD file that is created by OGR2OGR when connecting to the wfs for this layer is as follows.
    29 
    30 <?xml version="1.0" encoding="UTF-8"?>
    31 <xs:schema targetNamespace="http://ogr.maptools.org/" xmlns:ogr="http://ogr.maptools.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml" elementFormDefault="qualified" version="1.0">
    32 <xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/2.1.2/feature.xsd"/>
    33 <xs:element name="FeatureCollection" type="ogr:FeatureCollectionType" substitutionGroup="gml:_FeatureCollection"/>
    34 <xs:complexType name="FeatureCollectionType">
    35   <xs:complexContent>
    36     <xs:extension base="gml:AbstractFeatureCollectionType">
    37       <xs:attribute name="lockId" type="xs:string" use="optional"/>
    38       <xs:attribute name="scope" type="xs:string" use="optional"/>
    39     </xs:extension>
    40   </xs:complexContent>
    41 </xs:complexType>
    42 <xs:element name="v_x804" type="ogr:v_x804_Type" substitutionGroup="gml:_Feature"/>
    43 <xs:complexType name="v_x804_Type">
    44   <xs:complexContent>
    45     <xs:extension base="gml:AbstractFeatureType">
    46       <xs:sequence>
    47         <xs:element name="geometryProperty" type="gml:MultiPolygonPropertyType" nillable="true" minOccurs="0" maxOccurs="1"/>
    48         <xs:element name="gml_id" nillable="true" minOccurs="0" maxOccurs="1">
    49           <xs:simpleType>
    50             <xs:restriction base="xs:string">
    51             </xs:restriction>
    52           </xs:simpleType>
    53         </xs:element>
    54         <xs:element name="id" nillable="true" minOccurs="0" maxOccurs="1">
    55           <xs:simpleType>
    56             <xs:restriction base="xs:integer">
    57               <xs:totalDigits value="16"/>
    58             </xs:restriction>
    59           </xs:simpleType>
    60         </xs:element>
    61         <xs:element name="title_no" nillable="true" minOccurs="0" maxOccurs="1">
    62           <xs:simpleType>
    63             <xs:restriction base="xs:integer">
    64               <xs:totalDigits value="16"/>
    65             </xs:restriction>
    66           </xs:simpleType>
    67         </xs:element>
    68         <xs:element name="status" nillable="true" minOccurs="0" maxOccurs="1">
    69           <xs:simpleType>
    70             <xs:restriction base="xs:string">
    71             </xs:restriction>
    72           </xs:simpleType>
    73         </xs:element>
    74         <xs:element name="type" nillable="true" minOccurs="0" maxOccurs="1">
    75           <xs:simpleType>
    76             <xs:restriction base="xs:string">
    77             </xs:restriction>
    78           </xs:simpleType>
    79         </xs:element>
    80         <xs:element name="land_district" nillable="true" minOccurs="0" maxOccurs="1">
    81           <xs:simpleType>
    82             <xs:restriction base="xs:string">
    83             </xs:restriction>
    84           </xs:simpleType>
    85         </xs:element>
    86         <xs:element name="issue_date" nillable="true" minOccurs="0" maxOccurs="1">
    87           <xs:simpleType>
    88             <xs:restriction base="xs:string">
    89             </xs:restriction>
    90           </xs:simpleType>
    91         </xs:element>
    92         <xs:element name="guarantee_status" nillable="true" minOccurs="0" maxOccurs="1">
    93           <xs:simpleType>
    94             <xs:restriction base="xs:string">
    95             </xs:restriction>
    96           </xs:simpleType>
    97         </xs:element>
    98         <xs:element name="estate_description" nillable="true" minOccurs="0" maxOccurs="1">
    99           <xs:simpleType>
    100             <xs:restriction base="xs:string">
    101             </xs:restriction>
    102           </xs:simpleType>
    103         </xs:element>
    104         <xs:element name="number_owners" nillable="true" minOccurs="0" maxOccurs="1">
    105           <xs:simpleType>
    106             <xs:restriction base="xs:integer">
    107               <xs:totalDigits value="16"/>
    108             </xs:restriction>
    109           </xs:simpleType>
    110         </xs:element>
    111         <xs:element name="spatial_extents_shared" nillable="true" minOccurs="0" maxOccurs="1">
    112           <xs:simpleType>
    113             <xs:restriction base="xs:string">
    114             </xs:restriction>
    115           </xs:simpleType>
    116         </xs:element>
    117       </xs:sequence>
    118     </xs:extension>
    119   </xs:complexContent>
    120 </xs:complexType>
    121 </xs:schema>
    122 
     28XSD file that is created by OGR2OGR is attached