Changes between Version 2 and Version 3 of MapGuideRfc158


Ignore:
Timestamp:
Apr 19, 2017, 9:48:23 AM (7 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc158

    v2 v3  
    157157This class is also available to the public API for MapGuide applications to use.
    158158
     159== Class Definition and Feature Schema responses ==
     160
     161The current XML responses for {{{GETCLASSDEFINITION}}} and {{{DESCRIBESCHEMA}}} return verbose FDO schema XML that requires manual XML parsing from client applications to extract any meaningful information out of them. It is not a naturally decipherable description of a FDO class definition or feature schema.
     162
     163The automatically converted JSON form is even more difficult to extract and parse.
     164
     165As part of the simplification theme of this RFC, these 2 operations will support a new {{{SIMPLE}}} flag that if set to {{{1}}} will cause the operation to return a simplified XML response.
     166
     167These simplified XML responses conform to the new {{{FeatureSchemaCollection-3.3.0.xsd}}} and {{{ClassDefinition-3.3.0.xsd}}} schemas (see attached files)
     168
     169Sample XML/JSON responses for Sheboygan Parcels schema looks like this:
     170
     171XML (Simple)
     172{{{
     173<?xml version="1.0" encoding="utf-8"?>
     174<FeatureSchemaCollection
     175    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FeatureSchemaCollection-3.3.0.xsd">
     176    <FeatureSchema>
     177        <Name>SHP_Schema</Name>
     178        <Description></Description>
     179        <Classes>
     180            <ClassDefinition>
     181                <Name>Parcels</Name>
     182                <Description></Description>
     183                <IsAbstract>false</IsAbstract>
     184                <IsComputed>false</IsComputed>
     185                <DefaultGeometryPropertyName>SHPGEOM</DefaultGeometryPropertyName>
     186                <Properties>
     187                    <Property>
     188                        <Name>SHPGEOM</Name>
     189                        <Description>The geometry of the object</Description>
     190                        <PropertyType>102</PropertyType>
     191                        <ReadOnly>false</ReadOnly>
     192                        <SpatialContextAssociation>WGS84 Lat/Long's, Degre</SpatialContextAssociation>
     193                        <GeometryTypes>4</GeometryTypes>
     194                        <SpecificGeometryTypes>
     195                            <Type>3</Type>
     196                            <Type>6</Type>
     197                            <Type>11</Type>
     198                            <Type>13</Type>
     199                        </SpecificGeometryTypes>
     200                        <HasElevation>false</HasElevation>
     201                        <HasMeasure>false</HasMeasure>
     202                    </Property>
     203                    <Property>
     204                        <Name>Autogenerated_SDF_ID</Name>
     205                        <Description>Autogenerated identity property</Description>
     206                        <PropertyType>100</PropertyType>
     207                        <DataType>7</DataType>
     208                        <DefaultValue></DefaultValue>
     209                        <Length>0</Length>
     210                        <Nullable>true</Nullable>
     211                        <ReadOnly>true</ReadOnly>
     212                        <IsAutoGenerated>true</IsAutoGenerated>
     213                        <Precision>0</Precision>
     214                        <Scale>0</Scale>
     215                    </Property>
     216                    <Property>
     217                        <Name>URL</Name>
     218                        <Description></Description>
     219                        <PropertyType>100</PropertyType>
     220                        <DataType>9</DataType>
     221                        <DefaultValue></DefaultValue>
     222                        <Length>0</Length>
     223                        <Nullable>true</Nullable>
     224                        <ReadOnly>false</ReadOnly>
     225                        <IsAutoGenerated>false</IsAutoGenerated>
     226                        <Precision>0</Precision>
     227                        <Scale>0</Scale>
     228                    </Property>
     229                    <Property>
     230                        <Name>NAME</Name>
     231                        <Description></Description>
     232                        <PropertyType>100</PropertyType>
     233                        <DataType>9</DataType>
     234                        <DefaultValue></DefaultValue>
     235                        <Length>0</Length>
     236                        <Nullable>true</Nullable>
     237                        <ReadOnly>false</ReadOnly>
     238                        <IsAutoGenerated>false</IsAutoGenerated>
     239                        <Precision>0</Precision>
     240                        <Scale>0</Scale>
     241                    </Property>
     242                    <Property>
     243                        <Name>ID</Name>
     244                        <Description></Description>
     245                        <PropertyType>100</PropertyType>
     246                        <DataType>9</DataType>
     247                        <DefaultValue></DefaultValue>
     248                        <Length>0</Length>
     249                        <Nullable>true</Nullable>
     250                        <ReadOnly>false</ReadOnly>
     251                        <IsAutoGenerated>false</IsAutoGenerated>
     252                        <Precision>0</Precision>
     253                        <Scale>0</Scale>
     254                    </Property>
     255                    <Property>
     256                        <Name>RSTATE</Name>
     257                        <Description></Description>
     258                        <PropertyType>100</PropertyType>
     259                        <DataType>9</DataType>
     260                        <DefaultValue></DefaultValue>
     261                        <Length>0</Length>
     262                        <Nullable>true</Nullable>
     263                        <ReadOnly>false</ReadOnly>
     264                        <IsAutoGenerated>false</IsAutoGenerated>
     265                        <Precision>0</Precision>
     266                        <Scale>0</Scale>
     267                    </Property>
     268                    <Property>
     269                        <Name>RYEAR</Name>
     270                        <Description></Description>
     271                        <PropertyType>100</PropertyType>
     272                        <DataType>7</DataType>
     273                        <DefaultValue></DefaultValue>
     274                        <Length>0</Length>
     275                        <Nullable>true</Nullable>
     276                        <ReadOnly>false</ReadOnly>
     277                        <IsAutoGenerated>false</IsAutoGenerated>
     278                        <Precision>0</Precision>
     279                        <Scale>0</Scale>
     280                    </Property>
     281                    <Property>
     282                        <Name>GEOEXTRA</Name>
     283                        <Description></Description>
     284                        <PropertyType>100</PropertyType>
     285                        <DataType>7</DataType>
     286                        <DefaultValue></DefaultValue>
     287                        <Length>0</Length>
     288                        <Nullable>true</Nullable>
     289                        <ReadOnly>false</ReadOnly>
     290                        <IsAutoGenerated>false</IsAutoGenerated>
     291                        <Precision>0</Precision>
     292                        <Scale>0</Scale>
     293                    </Property>
     294                    <Property>
     295                        <Name>RBLDGVC</Name>
     296                        <Description></Description>
     297                        <PropertyType>100</PropertyType>
     298                        <DataType>7</DataType>
     299                        <DefaultValue></DefaultValue>
     300                        <Length>0</Length>
     301                        <Nullable>true</Nullable>
     302                        <ReadOnly>false</ReadOnly>
     303                        <IsAutoGenerated>false</IsAutoGenerated>
     304                        <Precision>0</Precision>
     305                        <Scale>0</Scale>
     306                    </Property>
     307                    <Property>
     308                        <Name>RLDESCR1</Name>
     309                        <Description></Description>
     310                        <PropertyType>100</PropertyType>
     311                        <DataType>9</DataType>
     312                        <DefaultValue></DefaultValue>
     313                        <Length>0</Length>
     314                        <Nullable>true</Nullable>
     315                        <ReadOnly>false</ReadOnly>
     316                        <IsAutoGenerated>false</IsAutoGenerated>
     317                        <Precision>0</Precision>
     318                        <Scale>0</Scale>
     319                    </Property>
     320                    <Property>
     321                        <Name>RLANDVC</Name>
     322                        <Description></Description>
     323                        <PropertyType>100</PropertyType>
     324                        <DataType>7</DataType>
     325                        <DefaultValue></DefaultValue>
     326                        <Length>0</Length>
     327                        <Nullable>true</Nullable>
     328                        <ReadOnly>false</ReadOnly>
     329                        <IsAutoGenerated>false</IsAutoGenerated>
     330                        <Precision>0</Precision>
     331                        <Scale>0</Scale>
     332                    </Property>
     333                    <Property>
     334                        <Name>RTYPE</Name>
     335                        <Description></Description>
     336                        <PropertyType>100</PropertyType>
     337                        <DataType>9</DataType>
     338                        <DefaultValue></DefaultValue>
     339                        <Length>0</Length>
     340                        <Nullable>true</Nullable>
     341                        <ReadOnly>false</ReadOnly>
     342                        <IsAutoGenerated>false</IsAutoGenerated>
     343                        <Precision>0</Precision>
     344                        <Scale>0</Scale>
     345                    </Property>
     346                    <Property>
     347                        <Name>DETACHED_G</Name>
     348                        <Description></Description>
     349                        <PropertyType>100</PropertyType>
     350                        <DataType>9</DataType>
     351                        <DefaultValue></DefaultValue>
     352                        <Length>0</Length>
     353                        <Nullable>true</Nullable>
     354                        <ReadOnly>false</ReadOnly>
     355                        <IsAutoGenerated>false</IsAutoGenerated>
     356                        <Precision>0</Precision>
     357                        <Scale>0</Scale>
     358                    </Property>
     359                    <Property>
     360                        <Name>RACRE</Name>
     361                        <Description></Description>
     362                        <PropertyType>100</PropertyType>
     363                        <DataType>9</DataType>
     364                        <DefaultValue></DefaultValue>
     365                        <Length>0</Length>
     366                        <Nullable>true</Nullable>
     367                        <ReadOnly>false</ReadOnly>
     368                        <IsAutoGenerated>false</IsAutoGenerated>
     369                        <Precision>0</Precision>
     370                        <Scale>0</Scale>
     371                    </Property>
     372                    <Property>
     373                        <Name>RLOT</Name>
     374                        <Description></Description>
     375                        <PropertyType>100</PropertyType>
     376                        <DataType>9</DataType>
     377                        <DefaultValue></DefaultValue>
     378                        <Length>0</Length>
     379                        <Nullable>true</Nullable>
     380                        <ReadOnly>false</ReadOnly>
     381                        <IsAutoGenerated>false</IsAutoGenerated>
     382                        <Precision>0</Precision>
     383                        <Scale>0</Scale>
     384                    </Property>
     385                    <Property>
     386                        <Name>RNAME</Name>
     387                        <Description></Description>
     388                        <PropertyType>100</PropertyType>
     389                        <DataType>9</DataType>
     390                        <DefaultValue></DefaultValue>
     391                        <Length>0</Length>
     392                        <Nullable>true</Nullable>
     393                        <ReadOnly>false</ReadOnly>
     394                        <IsAutoGenerated>false</IsAutoGenerated>
     395                        <Precision>0</Precision>
     396                        <Scale>0</Scale>
     397                    </Property>
     398                    <Property>
     399                        <Name>RLDESCR2</Name>
     400                        <Description></Description>
     401                        <PropertyType>100</PropertyType>
     402                        <DataType>9</DataType>
     403                        <DefaultValue></DefaultValue>
     404                        <Length>0</Length>
     405                        <Nullable>true</Nullable>
     406                        <ReadOnly>false</ReadOnly>
     407                        <IsAutoGenerated>false</IsAutoGenerated>
     408                        <Precision>0</Precision>
     409                        <Scale>0</Scale>
     410                    </Property>
     411                    <Property>
     412                        <Name>NO_UNITS</Name>
     413                        <Description></Description>
     414                        <PropertyType>100</PropertyType>
     415                        <DataType>7</DataType>
     416                        <DefaultValue></DefaultValue>
     417                        <Length>0</Length>
     418                        <Nullable>true</Nullable>
     419                        <ReadOnly>false</ReadOnly>
     420                        <IsAutoGenerated>false</IsAutoGenerated>
     421                        <Precision>0</Precision>
     422                        <Scale>0</Scale>
     423                    </Property>
     424                    <Property>
     425                        <Name>LAST_SALE</Name>
     426                        <Description></Description>
     427                        <PropertyType>100</PropertyType>
     428                        <DataType>5</DataType>
     429                        <DefaultValue></DefaultValue>
     430                        <Length>0</Length>
     431                        <Nullable>true</Nullable>
     432                        <ReadOnly>false</ReadOnly>
     433                        <IsAutoGenerated>false</IsAutoGenerated>
     434                        <Precision>0</Precision>
     435                        <Scale>0</Scale>
     436                    </Property>
     437                    <Property>
     438                        <Name>YRBUILT</Name>
     439                        <Description></Description>
     440                        <PropertyType>100</PropertyType>
     441                        <DataType>7</DataType>
     442                        <DefaultValue></DefaultValue>
     443                        <Length>0</Length>
     444                        <Nullable>true</Nullable>
     445                        <ReadOnly>false</ReadOnly>
     446                        <IsAutoGenerated>false</IsAutoGenerated>
     447                        <Precision>0</Precision>
     448                        <Scale>0</Scale>
     449                    </Property>
     450                    <Property>
     451                        <Name>RES_BED</Name>
     452                        <Description></Description>
     453                        <PropertyType>100</PropertyType>
     454                        <DataType>7</DataType>
     455                        <DefaultValue></DefaultValue>
     456                        <Length>0</Length>
     457                        <Nullable>true</Nullable>
     458                        <ReadOnly>false</ReadOnly>
     459                        <IsAutoGenerated>false</IsAutoGenerated>
     460                        <Precision>0</Precision>
     461                        <Scale>0</Scale>
     462                    </Property>
     463                    <Property>
     464                        <Name>RES_FULL_B</Name>
     465                        <Description></Description>
     466                        <PropertyType>100</PropertyType>
     467                        <DataType>7</DataType>
     468                        <DefaultValue></DefaultValue>
     469                        <Length>0</Length>
     470                        <Nullable>true</Nullable>
     471                        <ReadOnly>false</ReadOnly>
     472                        <IsAutoGenerated>false</IsAutoGenerated>
     473                        <Precision>0</Precision>
     474                        <Scale>0</Scale>
     475                    </Property>
     476                    <Property>
     477                        <Name>RPROPAD</Name>
     478                        <Description></Description>
     479                        <PropertyType>100</PropertyType>
     480                        <DataType>9</DataType>
     481                        <DefaultValue></DefaultValue>
     482                        <Length>0</Length>
     483                        <Nullable>true</Nullable>
     484                        <ReadOnly>false</ReadOnly>
     485                        <IsAutoGenerated>false</IsAutoGenerated>
     486                        <Precision>0</Precision>
     487                        <Scale>0</Scale>
     488                    </Property>
     489                    <Property>
     490                        <Name>RES_HALF_B</Name>
     491                        <Description></Description>
     492                        <PropertyType>100</PropertyType>
     493                        <DataType>7</DataType>
     494                        <DefaultValue></DefaultValue>
     495                        <Length>0</Length>
     496                        <Nullable>true</Nullable>
     497                        <ReadOnly>false</ReadOnly>
     498                        <IsAutoGenerated>false</IsAutoGenerated>
     499                        <Precision>0</Precision>
     500                        <Scale>0</Scale>
     501                    </Property>
     502                    <Property>
     503                        <Name>KEYRLSEQ</Name>
     504                        <Description></Description>
     505                        <PropertyType>100</PropertyType>
     506                        <DataType>9</DataType>
     507                        <DefaultValue></DefaultValue>
     508                        <Length>0</Length>
     509                        <Nullable>true</Nullable>
     510                        <ReadOnly>false</ReadOnly>
     511                        <IsAutoGenerated>false</IsAutoGenerated>
     512                        <Precision>0</Precision>
     513                        <Scale>0</Scale>
     514                    </Property>
     515                    <Property>
     516                        <Name>RLDESCR3</Name>
     517                        <Description></Description>
     518                        <PropertyType>100</PropertyType>
     519                        <DataType>9</DataType>
     520                        <DefaultValue></DefaultValue>
     521                        <Length>0</Length>
     522                        <Nullable>true</Nullable>
     523                        <ReadOnly>false</ReadOnly>
     524                        <IsAutoGenerated>false</IsAutoGenerated>
     525                        <Precision>0</Precision>
     526                        <Scale>0</Scale>
     527                    </Property>
     528                    <Property>
     529                        <Name>ATTACHED_G</Name>
     530                        <Description></Description>
     531                        <PropertyType>100</PropertyType>
     532                        <DataType>9</DataType>
     533                        <DefaultValue></DefaultValue>
     534                        <Length>0</Length>
     535                        <Nullable>true</Nullable>
     536                        <ReadOnly>false</ReadOnly>
     537                        <IsAutoGenerated>false</IsAutoGenerated>
     538                        <Precision>0</Precision>
     539                        <Scale>0</Scale>
     540                    </Property>
     541                    <Property>
     542                        <Name>RCITY</Name>
     543                        <Description></Description>
     544                        <PropertyType>100</PropertyType>
     545                        <DataType>9</DataType>
     546                        <DefaultValue></DefaultValue>
     547                        <Length>0</Length>
     548                        <Nullable>true</Nullable>
     549                        <ReadOnly>false</ReadOnly>
     550                        <IsAutoGenerated>false</IsAutoGenerated>
     551                        <Precision>0</Precision>
     552                        <Scale>0</Scale>
     553                    </Property>
     554                    <Property>
     555                        <Name>RBILAD</Name>
     556                        <Description></Description>
     557                        <PropertyType>100</PropertyType>
     558                        <DataType>9</DataType>
     559                        <DefaultValue></DefaultValue>
     560                        <Length>0</Length>
     561                        <Nullable>true</Nullable>
     562                        <ReadOnly>false</ReadOnly>
     563                        <IsAutoGenerated>false</IsAutoGenerated>
     564                        <Precision>0</Precision>
     565                        <Scale>0</Scale>
     566                    </Property>
     567                    <Property>
     568                        <Name>SQFT</Name>
     569                        <Description></Description>
     570                        <PropertyType>100</PropertyType>
     571                        <DataType>7</DataType>
     572                        <DefaultValue></DefaultValue>
     573                        <Length>0</Length>
     574                        <Nullable>true</Nullable>
     575                        <ReadOnly>false</ReadOnly>
     576                        <IsAutoGenerated>false</IsAutoGenerated>
     577                        <Precision>0</Precision>
     578                        <Scale>0</Scale>
     579                    </Property>
     580                    <Property>
     581                        <Name>RSQFT</Name>
     582                        <Description></Description>
     583                        <PropertyType>100</PropertyType>
     584                        <DataType>7</DataType>
     585                        <DefaultValue></DefaultValue>
     586                        <Length>0</Length>
     587                        <Nullable>true</Nullable>
     588                        <ReadOnly>false</ReadOnly>
     589                        <IsAutoGenerated>false</IsAutoGenerated>
     590                        <Precision>0</Precision>
     591                        <Scale>0</Scale>
     592                    </Property>
     593                    <Property>
     594                        <Name>RZIP</Name>
     595                        <Description></Description>
     596                        <PropertyType>100</PropertyType>
     597                        <DataType>7</DataType>
     598                        <DefaultValue></DefaultValue>
     599                        <Length>0</Length>
     600                        <Nullable>true</Nullable>
     601                        <ReadOnly>false</ReadOnly>
     602                        <IsAutoGenerated>false</IsAutoGenerated>
     603                        <Precision>0</Precision>
     604                        <Scale>0</Scale>
     605                    </Property>
     606                    <Property>
     607                        <Name>RLDESCR4</Name>
     608                        <Description></Description>
     609                        <PropertyType>100</PropertyType>
     610                        <DataType>9</DataType>
     611                        <DefaultValue></DefaultValue>
     612                        <Length>0</Length>
     613                        <Nullable>true</Nullable>
     614                        <ReadOnly>false</ReadOnly>
     615                        <IsAutoGenerated>false</IsAutoGenerated>
     616                        <Precision>0</Precision>
     617                        <Scale>0</Scale>
     618                    </Property>
     619                    <Property>
     620                        <Name>RSECLN</Name>
     621                        <Description></Description>
     622                        <PropertyType>100</PropertyType>
     623                        <DataType>9</DataType>
     624                        <DefaultValue></DefaultValue>
     625                        <Length>0</Length>
     626                        <Nullable>true</Nullable>
     627                        <ReadOnly>false</ReadOnly>
     628                        <IsAutoGenerated>false</IsAutoGenerated>
     629                        <Precision>0</Precision>
     630                        <Scale>0</Scale>
     631                    </Property>
     632                    <Property>
     633                        <Name>GEOMAIN</Name>
     634                        <Description></Description>
     635                        <PropertyType>100</PropertyType>
     636                        <DataType>7</DataType>
     637                        <DefaultValue></DefaultValue>
     638                        <Length>0</Length>
     639                        <Nullable>true</Nullable>
     640                        <ReadOnly>false</ReadOnly>
     641                        <IsAutoGenerated>false</IsAutoGenerated>
     642                        <Precision>0</Precision>
     643                        <Scale>0</Scale>
     644                    </Property>
     645                    <Property>
     646                        <Name>RES_TTL_RO</Name>
     647                        <Description></Description>
     648                        <PropertyType>100</PropertyType>
     649                        <DataType>9</DataType>
     650                        <DefaultValue></DefaultValue>
     651                        <Length>0</Length>
     652                        <Nullable>true</Nullable>
     653                        <ReadOnly>false</ReadOnly>
     654                        <IsAutoGenerated>false</IsAutoGenerated>
     655                        <Precision>0</Precision>
     656                        <Scale>0</Scale>
     657                    </Property>
     658                    <Property>
     659                        <Name>RPROCD</Name>
     660                        <Description></Description>
     661                        <PropertyType>100</PropertyType>
     662                        <DataType>9</DataType>
     663                        <DefaultValue></DefaultValue>
     664                        <Length>0</Length>
     665                        <Nullable>true</Nullable>
     666                        <ReadOnly>false</ReadOnly>
     667                        <IsAutoGenerated>false</IsAutoGenerated>
     668                        <Precision>0</Precision>
     669                        <Scale>0</Scale>
     670                    </Property>
     671                    <Property>
     672                        <Name>RWARD</Name>
     673                        <Description></Description>
     674                        <PropertyType>100</PropertyType>
     675                        <DataType>7</DataType>
     676                        <DefaultValue></DefaultValue>
     677                        <Length>0</Length>
     678                        <Nullable>true</Nullable>
     679                        <ReadOnly>false</ReadOnly>
     680                        <IsAutoGenerated>false</IsAutoGenerated>
     681                        <Precision>0</Precision>
     682                        <Scale>0</Scale>
     683                    </Property>
     684                </Properties>
     685            </ClassDefinition>
     686        </Classes>
     687    </FeatureSchema>
     688</FeatureSchemaCollection>
     689}}}
     690
     691JSON (Simple, Clean)
     692{{{
     693{
     694    "FeatureSchemaCollection": {
     695        "@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
     696        "@xsi:noNamespaceSchemaLocation": "FeatureSchemaCollection-3.3.0.xsd",
     697        "FeatureSchema": [
     698            {
     699                "Classes": {
     700                    "ClassDefinition": [
     701                        {
     702                            "DefaultGeometryPropertyName": "SHPGEOM",
     703                            "Description": null,
     704                            "IsAbstract": false,
     705                            "IsComputed": false,
     706                            "Name": "Parcels",
     707                            "Properties": {
     708                                "Property": [
     709                                    {
     710                                        "Description": "The geometry of the object",
     711                                        "GeometryTypes": 4,
     712                                        "HasElevation": false,
     713                                        "HasMeasure": false,
     714                                        "IsIdentity": false,
     715                                        "Name": "SHPGEOM",
     716                                        "PropertyType": 102,
     717                                        "ReadOnly": false,
     718                                        "SpatialContextAssociation": "WGS84 Lat/Long's, Degre",
     719                                        "SpecificGeometryTypes": {
     720                                            "Type": [
     721                                                3,
     722                                                6,
     723                                                11,
     724                                                13
     725                                            ]
     726                                        }
     727                                    },
     728                                    {
     729                                        "DataType": 7,
     730                                        "DefaultValue": null,
     731                                        "Description": "Autogenerated identity property",
     732                                        "IsAutoGenerated": true,
     733                                        "IsIdentity": true,
     734                                        "Length": 0,
     735                                        "Name": "Autogenerated_SDF_ID",
     736                                        "Nullable": true,
     737                                        "Precision": 0,
     738                                        "PropertyType": 100,
     739                                        "ReadOnly": true,
     740                                        "Scale": 0
     741                                    },
     742                                    {
     743                                        "DataType": 9,
     744                                        "DefaultValue": null,
     745                                        "Description": null,
     746                                        "IsAutoGenerated": false,
     747                                        "IsIdentity": false,
     748                                        "Length": 0,
     749                                        "Name": "URL",
     750                                        "Nullable": true,
     751                                        "Precision": 0,
     752                                        "PropertyType": 100,
     753                                        "ReadOnly": false,
     754                                        "Scale": 0
     755                                    },
     756                                    {
     757                                        "DataType": 9,
     758                                        "DefaultValue": null,
     759                                        "Description": null,
     760                                        "IsAutoGenerated": false,
     761                                        "IsIdentity": false,
     762                                        "Length": 0,
     763                                        "Name": "NAME",
     764                                        "Nullable": true,
     765                                        "Precision": 0,
     766                                        "PropertyType": 100,
     767                                        "ReadOnly": false,
     768                                        "Scale": 0
     769                                    },
     770                                    {
     771                                        "DataType": 9,
     772                                        "DefaultValue": null,
     773                                        "Description": null,
     774                                        "IsAutoGenerated": false,
     775                                        "IsIdentity": false,
     776                                        "Length": 0,
     777                                        "Name": "ID",
     778                                        "Nullable": true,
     779                                        "Precision": 0,
     780                                        "PropertyType": 100,
     781                                        "ReadOnly": false,
     782                                        "Scale": 0
     783                                    },
     784                                    {
     785                                        "DataType": 9,
     786                                        "DefaultValue": null,
     787                                        "Description": null,
     788                                        "IsAutoGenerated": false,
     789                                        "IsIdentity": false,
     790                                        "Length": 0,
     791                                        "Name": "RSTATE",
     792                                        "Nullable": true,
     793                                        "Precision": 0,
     794                                        "PropertyType": 100,
     795                                        "ReadOnly": false,
     796                                        "Scale": 0
     797                                    },
     798                                    {
     799                                        "DataType": 7,
     800                                        "DefaultValue": null,
     801                                        "Description": null,
     802                                        "IsAutoGenerated": false,
     803                                        "IsIdentity": false,
     804                                        "Length": 0,
     805                                        "Name": "RYEAR",
     806                                        "Nullable": true,
     807                                        "Precision": 0,
     808                                        "PropertyType": 100,
     809                                        "ReadOnly": false,
     810                                        "Scale": 0
     811                                    },
     812                                    {
     813                                        "DataType": 7,
     814                                        "DefaultValue": null,
     815                                        "Description": null,
     816                                        "IsAutoGenerated": false,
     817                                        "IsIdentity": false,
     818                                        "Length": 0,
     819                                        "Name": "GEOEXTRA",
     820                                        "Nullable": true,
     821                                        "Precision": 0,
     822                                        "PropertyType": 100,
     823                                        "ReadOnly": false,
     824                                        "Scale": 0
     825                                    },
     826                                    {
     827                                        "DataType": 7,
     828                                        "DefaultValue": null,
     829                                        "Description": null,
     830                                        "IsAutoGenerated": false,
     831                                        "IsIdentity": false,
     832                                        "Length": 0,
     833                                        "Name": "RBLDGVC",
     834                                        "Nullable": true,
     835                                        "Precision": 0,
     836                                        "PropertyType": 100,
     837                                        "ReadOnly": false,
     838                                        "Scale": 0
     839                                    },
     840                                    {
     841                                        "DataType": 9,
     842                                        "DefaultValue": null,
     843                                        "Description": null,
     844                                        "IsAutoGenerated": false,
     845                                        "IsIdentity": false,
     846                                        "Length": 0,
     847                                        "Name": "RLDESCR1",
     848                                        "Nullable": true,
     849                                        "Precision": 0,
     850                                        "PropertyType": 100,
     851                                        "ReadOnly": false,
     852                                        "Scale": 0
     853                                    },
     854                                    {
     855                                        "DataType": 7,
     856                                        "DefaultValue": null,
     857                                        "Description": null,
     858                                        "IsAutoGenerated": false,
     859                                        "IsIdentity": false,
     860                                        "Length": 0,
     861                                        "Name": "RLANDVC",
     862                                        "Nullable": true,
     863                                        "Precision": 0,
     864                                        "PropertyType": 100,
     865                                        "ReadOnly": false,
     866                                        "Scale": 0
     867                                    },
     868                                    {
     869                                        "DataType": 9,
     870                                        "DefaultValue": null,
     871                                        "Description": null,
     872                                        "IsAutoGenerated": false,
     873                                        "IsIdentity": false,
     874                                        "Length": 0,
     875                                        "Name": "RTYPE",
     876                                        "Nullable": true,
     877                                        "Precision": 0,
     878                                        "PropertyType": 100,
     879                                        "ReadOnly": false,
     880                                        "Scale": 0
     881                                    },
     882                                    {
     883                                        "DataType": 9,
     884                                        "DefaultValue": null,
     885                                        "Description": null,
     886                                        "IsAutoGenerated": false,
     887                                        "IsIdentity": false,
     888                                        "Length": 0,
     889                                        "Name": "DETACHED_G",
     890                                        "Nullable": true,
     891                                        "Precision": 0,
     892                                        "PropertyType": 100,
     893                                        "ReadOnly": false,
     894                                        "Scale": 0
     895                                    },
     896                                    {
     897                                        "DataType": 9,
     898                                        "DefaultValue": null,
     899                                        "Description": null,
     900                                        "IsAutoGenerated": false,
     901                                        "IsIdentity": false,
     902                                        "Length": 0,
     903                                        "Name": "RACRE",
     904                                        "Nullable": true,
     905                                        "Precision": 0,
     906                                        "PropertyType": 100,
     907                                        "ReadOnly": false,
     908                                        "Scale": 0
     909                                    },
     910                                    {
     911                                        "DataType": 9,
     912                                        "DefaultValue": null,
     913                                        "Description": null,
     914                                        "IsAutoGenerated": false,
     915                                        "IsIdentity": false,
     916                                        "Length": 0,
     917                                        "Name": "RLOT",
     918                                        "Nullable": true,
     919                                        "Precision": 0,
     920                                        "PropertyType": 100,
     921                                        "ReadOnly": false,
     922                                        "Scale": 0
     923                                    },
     924                                    {
     925                                        "DataType": 9,
     926                                        "DefaultValue": null,
     927                                        "Description": null,
     928                                        "IsAutoGenerated": false,
     929                                        "IsIdentity": false,
     930                                        "Length": 0,
     931                                        "Name": "RNAME",
     932                                        "Nullable": true,
     933                                        "Precision": 0,
     934                                        "PropertyType": 100,
     935                                        "ReadOnly": false,
     936                                        "Scale": 0
     937                                    },
     938                                    {
     939                                        "DataType": 9,
     940                                        "DefaultValue": null,
     941                                        "Description": null,
     942                                        "IsAutoGenerated": false,
     943                                        "IsIdentity": false,
     944                                        "Length": 0,
     945                                        "Name": "RLDESCR2",
     946                                        "Nullable": true,
     947                                        "Precision": 0,
     948                                        "PropertyType": 100,
     949                                        "ReadOnly": false,
     950                                        "Scale": 0
     951                                    },
     952                                    {
     953                                        "DataType": 7,
     954                                        "DefaultValue": null,
     955                                        "Description": null,
     956                                        "IsAutoGenerated": false,
     957                                        "IsIdentity": false,
     958                                        "Length": 0,
     959                                        "Name": "NO_UNITS",
     960                                        "Nullable": true,
     961                                        "Precision": 0,
     962                                        "PropertyType": 100,
     963                                        "ReadOnly": false,
     964                                        "Scale": 0
     965                                    },
     966                                    {
     967                                        "DataType": 5,
     968                                        "DefaultValue": null,
     969                                        "Description": null,
     970                                        "IsAutoGenerated": false,
     971                                        "IsIdentity": false,
     972                                        "Length": 0,
     973                                        "Name": "LAST_SALE",
     974                                        "Nullable": true,
     975                                        "Precision": 0,
     976                                        "PropertyType": 100,
     977                                        "ReadOnly": false,
     978                                        "Scale": 0
     979                                    },
     980                                    {
     981                                        "DataType": 7,
     982                                        "DefaultValue": null,
     983                                        "Description": null,
     984                                        "IsAutoGenerated": false,
     985                                        "IsIdentity": false,
     986                                        "Length": 0,
     987                                        "Name": "YRBUILT",
     988                                        "Nullable": true,
     989                                        "Precision": 0,
     990                                        "PropertyType": 100,
     991                                        "ReadOnly": false,
     992                                        "Scale": 0
     993                                    },
     994                                    {
     995                                        "DataType": 7,
     996                                        "DefaultValue": null,
     997                                        "Description": null,
     998                                        "IsAutoGenerated": false,
     999                                        "IsIdentity": false,
     1000                                        "Length": 0,
     1001                                        "Name": "RES_BED",
     1002                                        "Nullable": true,
     1003                                        "Precision": 0,
     1004                                        "PropertyType": 100,
     1005                                        "ReadOnly": false,
     1006                                        "Scale": 0
     1007                                    },
     1008                                    {
     1009                                        "DataType": 7,
     1010                                        "DefaultValue": null,
     1011                                        "Description": null,
     1012                                        "IsAutoGenerated": false,
     1013                                        "IsIdentity": false,
     1014                                        "Length": 0,
     1015                                        "Name": "RES_FULL_B",
     1016                                        "Nullable": true,
     1017                                        "Precision": 0,
     1018                                        "PropertyType": 100,
     1019                                        "ReadOnly": false,
     1020                                        "Scale": 0
     1021                                    },
     1022                                    {
     1023                                        "DataType": 9,
     1024                                        "DefaultValue": null,
     1025                                        "Description": null,
     1026                                        "IsAutoGenerated": false,
     1027                                        "IsIdentity": false,
     1028                                        "Length": 0,
     1029                                        "Name": "RPROPAD",
     1030                                        "Nullable": true,
     1031                                        "Precision": 0,
     1032                                        "PropertyType": 100,
     1033                                        "ReadOnly": false,
     1034                                        "Scale": 0
     1035                                    },
     1036                                    {
     1037                                        "DataType": 7,
     1038                                        "DefaultValue": null,
     1039                                        "Description": null,
     1040                                        "IsAutoGenerated": false,
     1041                                        "IsIdentity": false,
     1042                                        "Length": 0,
     1043                                        "Name": "RES_HALF_B",
     1044                                        "Nullable": true,
     1045                                        "Precision": 0,
     1046                                        "PropertyType": 100,
     1047                                        "ReadOnly": false,
     1048                                        "Scale": 0
     1049                                    },
     1050                                    {
     1051                                        "DataType": 9,
     1052                                        "DefaultValue": null,
     1053                                        "Description": null,
     1054                                        "IsAutoGenerated": false,
     1055                                        "IsIdentity": false,
     1056                                        "Length": 0,
     1057                                        "Name": "KEYRLSEQ",
     1058                                        "Nullable": true,
     1059                                        "Precision": 0,
     1060                                        "PropertyType": 100,
     1061                                        "ReadOnly": false,
     1062                                        "Scale": 0
     1063                                    },
     1064                                    {
     1065                                        "DataType": 9,
     1066                                        "DefaultValue": null,
     1067                                        "Description": null,
     1068                                        "IsAutoGenerated": false,
     1069                                        "IsIdentity": false,
     1070                                        "Length": 0,
     1071                                        "Name": "RLDESCR3",
     1072                                        "Nullable": true,
     1073                                        "Precision": 0,
     1074                                        "PropertyType": 100,
     1075                                        "ReadOnly": false,
     1076                                        "Scale": 0
     1077                                    },
     1078                                    {
     1079                                        "DataType": 9,
     1080                                        "DefaultValue": null,
     1081                                        "Description": null,
     1082                                        "IsAutoGenerated": false,
     1083                                        "IsIdentity": false,
     1084                                        "Length": 0,
     1085                                        "Name": "ATTACHED_G",
     1086                                        "Nullable": true,
     1087                                        "Precision": 0,
     1088                                        "PropertyType": 100,
     1089                                        "ReadOnly": false,
     1090                                        "Scale": 0
     1091                                    },
     1092                                    {
     1093                                        "DataType": 9,
     1094                                        "DefaultValue": null,
     1095                                        "Description": null,
     1096                                        "IsAutoGenerated": false,
     1097                                        "IsIdentity": false,
     1098                                        "Length": 0,
     1099                                        "Name": "RCITY",
     1100                                        "Nullable": true,
     1101                                        "Precision": 0,
     1102                                        "PropertyType": 100,
     1103                                        "ReadOnly": false,
     1104                                        "Scale": 0
     1105                                    },
     1106                                    {
     1107                                        "DataType": 9,
     1108                                        "DefaultValue": null,
     1109                                        "Description": null,
     1110                                        "IsAutoGenerated": false,
     1111                                        "IsIdentity": false,
     1112                                        "Length": 0,
     1113                                        "Name": "RBILAD",
     1114                                        "Nullable": true,
     1115                                        "Precision": 0,
     1116                                        "PropertyType": 100,
     1117                                        "ReadOnly": false,
     1118                                        "Scale": 0
     1119                                    },
     1120                                    {
     1121                                        "DataType": 7,
     1122                                        "DefaultValue": null,
     1123                                        "Description": null,
     1124                                        "IsAutoGenerated": false,
     1125                                        "IsIdentity": false,
     1126                                        "Length": 0,
     1127                                        "Name": "SQFT",
     1128                                        "Nullable": true,
     1129                                        "Precision": 0,
     1130                                        "PropertyType": 100,
     1131                                        "ReadOnly": false,
     1132                                        "Scale": 0
     1133                                    },
     1134                                    {
     1135                                        "DataType": 7,
     1136                                        "DefaultValue": null,
     1137                                        "Description": null,
     1138                                        "IsAutoGenerated": false,
     1139                                        "IsIdentity": false,
     1140                                        "Length": 0,
     1141                                        "Name": "RSQFT",
     1142                                        "Nullable": true,
     1143                                        "Precision": 0,
     1144                                        "PropertyType": 100,
     1145                                        "ReadOnly": false,
     1146                                        "Scale": 0
     1147                                    },
     1148                                    {
     1149                                        "DataType": 7,
     1150                                        "DefaultValue": null,
     1151                                        "Description": null,
     1152                                        "IsAutoGenerated": false,
     1153                                        "IsIdentity": false,
     1154                                        "Length": 0,
     1155                                        "Name": "RZIP",
     1156                                        "Nullable": true,
     1157                                        "Precision": 0,
     1158                                        "PropertyType": 100,
     1159                                        "ReadOnly": false,
     1160                                        "Scale": 0
     1161                                    },
     1162                                    {
     1163                                        "DataType": 9,
     1164                                        "DefaultValue": null,
     1165                                        "Description": null,
     1166                                        "IsAutoGenerated": false,
     1167                                        "IsIdentity": false,
     1168                                        "Length": 0,
     1169                                        "Name": "RLDESCR4",
     1170                                        "Nullable": true,
     1171                                        "Precision": 0,
     1172                                        "PropertyType": 100,
     1173                                        "ReadOnly": false,
     1174                                        "Scale": 0
     1175                                    },
     1176                                    {
     1177                                        "DataType": 9,
     1178                                        "DefaultValue": null,
     1179                                        "Description": null,
     1180                                        "IsAutoGenerated": false,
     1181                                        "IsIdentity": false,
     1182                                        "Length": 0,
     1183                                        "Name": "RSECLN",
     1184                                        "Nullable": true,
     1185                                        "Precision": 0,
     1186                                        "PropertyType": 100,
     1187                                        "ReadOnly": false,
     1188                                        "Scale": 0
     1189                                    },
     1190                                    {
     1191                                        "DataType": 7,
     1192                                        "DefaultValue": null,
     1193                                        "Description": null,
     1194                                        "IsAutoGenerated": false,
     1195                                        "IsIdentity": false,
     1196                                        "Length": 0,
     1197                                        "Name": "GEOMAIN",
     1198                                        "Nullable": true,
     1199                                        "Precision": 0,
     1200                                        "PropertyType": 100,
     1201                                        "ReadOnly": false,
     1202                                        "Scale": 0
     1203                                    },
     1204                                    {
     1205                                        "DataType": 9,
     1206                                        "DefaultValue": null,
     1207                                        "Description": null,
     1208                                        "IsAutoGenerated": false,
     1209                                        "IsIdentity": false,
     1210                                        "Length": 0,
     1211                                        "Name": "RES_TTL_RO",
     1212                                        "Nullable": true,
     1213                                        "Precision": 0,
     1214                                        "PropertyType": 100,
     1215                                        "ReadOnly": false,
     1216                                        "Scale": 0
     1217                                    },
     1218                                    {
     1219                                        "DataType": 9,
     1220                                        "DefaultValue": null,
     1221                                        "Description": null,
     1222                                        "IsAutoGenerated": false,
     1223                                        "IsIdentity": false,
     1224                                        "Length": 0,
     1225                                        "Name": "RPROCD",
     1226                                        "Nullable": true,
     1227                                        "Precision": 0,
     1228                                        "PropertyType": 100,
     1229                                        "ReadOnly": false,
     1230                                        "Scale": 0
     1231                                    },
     1232                                    {
     1233                                        "DataType": 7,
     1234                                        "DefaultValue": null,
     1235                                        "Description": null,
     1236                                        "IsAutoGenerated": false,
     1237                                        "IsIdentity": false,
     1238                                        "Length": 0,
     1239                                        "Name": "RWARD",
     1240                                        "Nullable": true,
     1241                                        "Precision": 0,
     1242                                        "PropertyType": 100,
     1243                                        "ReadOnly": false,
     1244                                        "Scale": 0
     1245                                    }
     1246                                ]
     1247                            }
     1248                        }
     1249                    ]
     1250                },
     1251                "Description": null,
     1252                "Name": "SHP_Schema"
     1253            }
     1254        ]
     1255    }
     1256}
     1257}}}
     1258
     1259Sample XML/JSON responses for Sheboygan Parcels class definition looks like this:
     1260
     1261XML (Simple)
     1262{{{
     1263<?xml version="1.0" encoding="utf-8"?>
     1264<ClassDefinition
     1265    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ClassDefinition-3.3.0.xsd">
     1266    <Name>Parcels</Name>
     1267    <Description></Description>
     1268    <IsAbstract>false</IsAbstract>
     1269    <IsComputed>false</IsComputed>
     1270    <DefaultGeometryPropertyName>SHPGEOM</DefaultGeometryPropertyName>
     1271    <Properties>
     1272        <Property>
     1273            <Name>Autogenerated_SDF_ID</Name>
     1274            <Description>Autogenerated identity property</Description>
     1275            <PropertyType>100</PropertyType>
     1276            <IsIdentity>true</IsIdentity>
     1277            <DataType>7</DataType>
     1278            <DefaultValue></DefaultValue>
     1279            <Length>0</Length>
     1280            <Nullable>true</Nullable>
     1281            <ReadOnly>true</ReadOnly>
     1282            <IsAutoGenerated>true</IsAutoGenerated>
     1283            <Precision>0</Precision>
     1284            <Scale>0</Scale>
     1285        </Property>
     1286        <Property>
     1287            <Name>URL</Name>
     1288            <Description></Description>
     1289            <PropertyType>100</PropertyType>
     1290            <IsIdentity>false</IsIdentity>
     1291            <DataType>9</DataType>
     1292            <DefaultValue></DefaultValue>
     1293            <Length>0</Length>
     1294            <Nullable>true</Nullable>
     1295            <ReadOnly>false</ReadOnly>
     1296            <IsAutoGenerated>false</IsAutoGenerated>
     1297            <Precision>0</Precision>
     1298            <Scale>0</Scale>
     1299        </Property>
     1300        <Property>
     1301            <Name>NAME</Name>
     1302            <Description></Description>
     1303            <PropertyType>100</PropertyType>
     1304            <IsIdentity>false</IsIdentity>
     1305            <DataType>9</DataType>
     1306            <DefaultValue></DefaultValue>
     1307            <Length>0</Length>
     1308            <Nullable>true</Nullable>
     1309            <ReadOnly>false</ReadOnly>
     1310            <IsAutoGenerated>false</IsAutoGenerated>
     1311            <Precision>0</Precision>
     1312            <Scale>0</Scale>
     1313        </Property>
     1314        <Property>
     1315            <Name>ID</Name>
     1316            <Description></Description>
     1317            <PropertyType>100</PropertyType>
     1318            <IsIdentity>false</IsIdentity>
     1319            <DataType>9</DataType>
     1320            <DefaultValue></DefaultValue>
     1321            <Length>0</Length>
     1322            <Nullable>true</Nullable>
     1323            <ReadOnly>false</ReadOnly>
     1324            <IsAutoGenerated>false</IsAutoGenerated>
     1325            <Precision>0</Precision>
     1326            <Scale>0</Scale>
     1327        </Property>
     1328        <Property>
     1329            <Name>RSTATE</Name>
     1330            <Description></Description>
     1331            <PropertyType>100</PropertyType>
     1332            <IsIdentity>false</IsIdentity>
     1333            <DataType>9</DataType>
     1334            <DefaultValue></DefaultValue>
     1335            <Length>0</Length>
     1336            <Nullable>true</Nullable>
     1337            <ReadOnly>false</ReadOnly>
     1338            <IsAutoGenerated>false</IsAutoGenerated>
     1339            <Precision>0</Precision>
     1340            <Scale>0</Scale>
     1341        </Property>
     1342        <Property>
     1343            <Name>RYEAR</Name>
     1344            <Description></Description>
     1345            <PropertyType>100</PropertyType>
     1346            <IsIdentity>false</IsIdentity>
     1347            <DataType>7</DataType>
     1348            <DefaultValue></DefaultValue>
     1349            <Length>0</Length>
     1350            <Nullable>true</Nullable>
     1351            <ReadOnly>false</ReadOnly>
     1352            <IsAutoGenerated>false</IsAutoGenerated>
     1353            <Precision>0</Precision>
     1354            <Scale>0</Scale>
     1355        </Property>
     1356        <Property>
     1357            <Name>GEOEXTRA</Name>
     1358            <Description></Description>
     1359            <PropertyType>100</PropertyType>
     1360            <IsIdentity>false</IsIdentity>
     1361            <DataType>7</DataType>
     1362            <DefaultValue></DefaultValue>
     1363            <Length>0</Length>
     1364            <Nullable>true</Nullable>
     1365            <ReadOnly>false</ReadOnly>
     1366            <IsAutoGenerated>false</IsAutoGenerated>
     1367            <Precision>0</Precision>
     1368            <Scale>0</Scale>
     1369        </Property>
     1370        <Property>
     1371            <Name>RBLDGVC</Name>
     1372            <Description></Description>
     1373            <PropertyType>100</PropertyType>
     1374            <IsIdentity>false</IsIdentity>
     1375            <DataType>7</DataType>
     1376            <DefaultValue></DefaultValue>
     1377            <Length>0</Length>
     1378            <Nullable>true</Nullable>
     1379            <ReadOnly>false</ReadOnly>
     1380            <IsAutoGenerated>false</IsAutoGenerated>
     1381            <Precision>0</Precision>
     1382            <Scale>0</Scale>
     1383        </Property>
     1384        <Property>
     1385            <Name>RLDESCR1</Name>
     1386            <Description></Description>
     1387            <PropertyType>100</PropertyType>
     1388            <IsIdentity>false</IsIdentity>
     1389            <DataType>9</DataType>
     1390            <DefaultValue></DefaultValue>
     1391            <Length>0</Length>
     1392            <Nullable>true</Nullable>
     1393            <ReadOnly>false</ReadOnly>
     1394            <IsAutoGenerated>false</IsAutoGenerated>
     1395            <Precision>0</Precision>
     1396            <Scale>0</Scale>
     1397        </Property>
     1398        <Property>
     1399            <Name>RLANDVC</Name>
     1400            <Description></Description>
     1401            <PropertyType>100</PropertyType>
     1402            <IsIdentity>false</IsIdentity>
     1403            <DataType>7</DataType>
     1404            <DefaultValue></DefaultValue>
     1405            <Length>0</Length>
     1406            <Nullable>true</Nullable>
     1407            <ReadOnly>false</ReadOnly>
     1408            <IsAutoGenerated>false</IsAutoGenerated>
     1409            <Precision>0</Precision>
     1410            <Scale>0</Scale>
     1411        </Property>
     1412        <Property>
     1413            <Name>RTYPE</Name>
     1414            <Description></Description>
     1415            <PropertyType>100</PropertyType>
     1416            <IsIdentity>false</IsIdentity>
     1417            <DataType>9</DataType>
     1418            <DefaultValue></DefaultValue>
     1419            <Length>0</Length>
     1420            <Nullable>true</Nullable>
     1421            <ReadOnly>false</ReadOnly>
     1422            <IsAutoGenerated>false</IsAutoGenerated>
     1423            <Precision>0</Precision>
     1424            <Scale>0</Scale>
     1425        </Property>
     1426        <Property>
     1427            <Name>DETACHED_G</Name>
     1428            <Description></Description>
     1429            <PropertyType>100</PropertyType>
     1430            <IsIdentity>false</IsIdentity>
     1431            <DataType>9</DataType>
     1432            <DefaultValue></DefaultValue>
     1433            <Length>0</Length>
     1434            <Nullable>true</Nullable>
     1435            <ReadOnly>false</ReadOnly>
     1436            <IsAutoGenerated>false</IsAutoGenerated>
     1437            <Precision>0</Precision>
     1438            <Scale>0</Scale>
     1439        </Property>
     1440        <Property>
     1441            <Name>RACRE</Name>
     1442            <Description></Description>
     1443            <PropertyType>100</PropertyType>
     1444            <IsIdentity>false</IsIdentity>
     1445            <DataType>9</DataType>
     1446            <DefaultValue></DefaultValue>
     1447            <Length>0</Length>
     1448            <Nullable>true</Nullable>
     1449            <ReadOnly>false</ReadOnly>
     1450            <IsAutoGenerated>false</IsAutoGenerated>
     1451            <Precision>0</Precision>
     1452            <Scale>0</Scale>
     1453        </Property>
     1454        <Property>
     1455            <Name>RLOT</Name>
     1456            <Description></Description>
     1457            <PropertyType>100</PropertyType>
     1458            <IsIdentity>false</IsIdentity>
     1459            <DataType>9</DataType>
     1460            <DefaultValue></DefaultValue>
     1461            <Length>0</Length>
     1462            <Nullable>true</Nullable>
     1463            <ReadOnly>false</ReadOnly>
     1464            <IsAutoGenerated>false</IsAutoGenerated>
     1465            <Precision>0</Precision>
     1466            <Scale>0</Scale>
     1467        </Property>
     1468        <Property>
     1469            <Name>RNAME</Name>
     1470            <Description></Description>
     1471            <PropertyType>100</PropertyType>
     1472            <IsIdentity>false</IsIdentity>
     1473            <DataType>9</DataType>
     1474            <DefaultValue></DefaultValue>
     1475            <Length>0</Length>
     1476            <Nullable>true</Nullable>
     1477            <ReadOnly>false</ReadOnly>
     1478            <IsAutoGenerated>false</IsAutoGenerated>
     1479            <Precision>0</Precision>
     1480            <Scale>0</Scale>
     1481        </Property>
     1482        <Property>
     1483            <Name>RLDESCR2</Name>
     1484            <Description></Description>
     1485            <PropertyType>100</PropertyType>
     1486            <IsIdentity>false</IsIdentity>
     1487            <DataType>9</DataType>
     1488            <DefaultValue></DefaultValue>
     1489            <Length>0</Length>
     1490            <Nullable>true</Nullable>
     1491            <ReadOnly>false</ReadOnly>
     1492            <IsAutoGenerated>false</IsAutoGenerated>
     1493            <Precision>0</Precision>
     1494            <Scale>0</Scale>
     1495        </Property>
     1496        <Property>
     1497            <Name>NO_UNITS</Name>
     1498            <Description></Description>
     1499            <PropertyType>100</PropertyType>
     1500            <IsIdentity>false</IsIdentity>
     1501            <DataType>7</DataType>
     1502            <DefaultValue></DefaultValue>
     1503            <Length>0</Length>
     1504            <Nullable>true</Nullable>
     1505            <ReadOnly>false</ReadOnly>
     1506            <IsAutoGenerated>false</IsAutoGenerated>
     1507            <Precision>0</Precision>
     1508            <Scale>0</Scale>
     1509        </Property>
     1510        <Property>
     1511            <Name>LAST_SALE</Name>
     1512            <Description></Description>
     1513            <PropertyType>100</PropertyType>
     1514            <IsIdentity>false</IsIdentity>
     1515            <DataType>5</DataType>
     1516            <DefaultValue></DefaultValue>
     1517            <Length>0</Length>
     1518            <Nullable>true</Nullable>
     1519            <ReadOnly>false</ReadOnly>
     1520            <IsAutoGenerated>false</IsAutoGenerated>
     1521            <Precision>0</Precision>
     1522            <Scale>0</Scale>
     1523        </Property>
     1524        <Property>
     1525            <Name>YRBUILT</Name>
     1526            <Description></Description>
     1527            <PropertyType>100</PropertyType>
     1528            <IsIdentity>false</IsIdentity>
     1529            <DataType>7</DataType>
     1530            <DefaultValue></DefaultValue>
     1531            <Length>0</Length>
     1532            <Nullable>true</Nullable>
     1533            <ReadOnly>false</ReadOnly>
     1534            <IsAutoGenerated>false</IsAutoGenerated>
     1535            <Precision>0</Precision>
     1536            <Scale>0</Scale>
     1537        </Property>
     1538        <Property>
     1539            <Name>RES_BED</Name>
     1540            <Description></Description>
     1541            <PropertyType>100</PropertyType>
     1542            <IsIdentity>false</IsIdentity>
     1543            <DataType>7</DataType>
     1544            <DefaultValue></DefaultValue>
     1545            <Length>0</Length>
     1546            <Nullable>true</Nullable>
     1547            <ReadOnly>false</ReadOnly>
     1548            <IsAutoGenerated>false</IsAutoGenerated>
     1549            <Precision>0</Precision>
     1550            <Scale>0</Scale>
     1551        </Property>
     1552        <Property>
     1553            <Name>RES_FULL_B</Name>
     1554            <Description></Description>
     1555            <PropertyType>100</PropertyType>
     1556            <IsIdentity>false</IsIdentity>
     1557            <DataType>7</DataType>
     1558            <DefaultValue></DefaultValue>
     1559            <Length>0</Length>
     1560            <Nullable>true</Nullable>
     1561            <ReadOnly>false</ReadOnly>
     1562            <IsAutoGenerated>false</IsAutoGenerated>
     1563            <Precision>0</Precision>
     1564            <Scale>0</Scale>
     1565        </Property>
     1566        <Property>
     1567            <Name>RPROPAD</Name>
     1568            <Description></Description>
     1569            <PropertyType>100</PropertyType>
     1570            <IsIdentity>false</IsIdentity>
     1571            <DataType>9</DataType>
     1572            <DefaultValue></DefaultValue>
     1573            <Length>0</Length>
     1574            <Nullable>true</Nullable>
     1575            <ReadOnly>false</ReadOnly>
     1576            <IsAutoGenerated>false</IsAutoGenerated>
     1577            <Precision>0</Precision>
     1578            <Scale>0</Scale>
     1579        </Property>
     1580        <Property>
     1581            <Name>RES_HALF_B</Name>
     1582            <Description></Description>
     1583            <PropertyType>100</PropertyType>
     1584            <IsIdentity>false</IsIdentity>
     1585            <DataType>7</DataType>
     1586            <DefaultValue></DefaultValue>
     1587            <Length>0</Length>
     1588            <Nullable>true</Nullable>
     1589            <ReadOnly>false</ReadOnly>
     1590            <IsAutoGenerated>false</IsAutoGenerated>
     1591            <Precision>0</Precision>
     1592            <Scale>0</Scale>
     1593        </Property>
     1594        <Property>
     1595            <Name>KEYRLSEQ</Name>
     1596            <Description></Description>
     1597            <PropertyType>100</PropertyType>
     1598            <IsIdentity>false</IsIdentity>
     1599            <DataType>9</DataType>
     1600            <DefaultValue></DefaultValue>
     1601            <Length>0</Length>
     1602            <Nullable>true</Nullable>
     1603            <ReadOnly>false</ReadOnly>
     1604            <IsAutoGenerated>false</IsAutoGenerated>
     1605            <Precision>0</Precision>
     1606            <Scale>0</Scale>
     1607        </Property>
     1608        <Property>
     1609            <Name>RLDESCR3</Name>
     1610            <Description></Description>
     1611            <PropertyType>100</PropertyType>
     1612            <IsIdentity>false</IsIdentity>
     1613            <DataType>9</DataType>
     1614            <DefaultValue></DefaultValue>
     1615            <Length>0</Length>
     1616            <Nullable>true</Nullable>
     1617            <ReadOnly>false</ReadOnly>
     1618            <IsAutoGenerated>false</IsAutoGenerated>
     1619            <Precision>0</Precision>
     1620            <Scale>0</Scale>
     1621        </Property>
     1622        <Property>
     1623            <Name>ATTACHED_G</Name>
     1624            <Description></Description>
     1625            <PropertyType>100</PropertyType>
     1626            <IsIdentity>false</IsIdentity>
     1627            <DataType>9</DataType>
     1628            <DefaultValue></DefaultValue>
     1629            <Length>0</Length>
     1630            <Nullable>true</Nullable>
     1631            <ReadOnly>false</ReadOnly>
     1632            <IsAutoGenerated>false</IsAutoGenerated>
     1633            <Precision>0</Precision>
     1634            <Scale>0</Scale>
     1635        </Property>
     1636        <Property>
     1637            <Name>RCITY</Name>
     1638            <Description></Description>
     1639            <PropertyType>100</PropertyType>
     1640            <IsIdentity>false</IsIdentity>
     1641            <DataType>9</DataType>
     1642            <DefaultValue></DefaultValue>
     1643            <Length>0</Length>
     1644            <Nullable>true</Nullable>
     1645            <ReadOnly>false</ReadOnly>
     1646            <IsAutoGenerated>false</IsAutoGenerated>
     1647            <Precision>0</Precision>
     1648            <Scale>0</Scale>
     1649        </Property>
     1650        <Property>
     1651            <Name>RBILAD</Name>
     1652            <Description></Description>
     1653            <PropertyType>100</PropertyType>
     1654            <IsIdentity>false</IsIdentity>
     1655            <DataType>9</DataType>
     1656            <DefaultValue></DefaultValue>
     1657            <Length>0</Length>
     1658            <Nullable>true</Nullable>
     1659            <ReadOnly>false</ReadOnly>
     1660            <IsAutoGenerated>false</IsAutoGenerated>
     1661            <Precision>0</Precision>
     1662            <Scale>0</Scale>
     1663        </Property>
     1664        <Property>
     1665            <Name>SQFT</Name>
     1666            <Description></Description>
     1667            <PropertyType>100</PropertyType>
     1668            <IsIdentity>false</IsIdentity>
     1669            <DataType>7</DataType>
     1670            <DefaultValue></DefaultValue>
     1671            <Length>0</Length>
     1672            <Nullable>true</Nullable>
     1673            <ReadOnly>false</ReadOnly>
     1674            <IsAutoGenerated>false</IsAutoGenerated>
     1675            <Precision>0</Precision>
     1676            <Scale>0</Scale>
     1677        </Property>
     1678        <Property>
     1679            <Name>RSQFT</Name>
     1680            <Description></Description>
     1681            <PropertyType>100</PropertyType>
     1682            <IsIdentity>false</IsIdentity>
     1683            <DataType>7</DataType>
     1684            <DefaultValue></DefaultValue>
     1685            <Length>0</Length>
     1686            <Nullable>true</Nullable>
     1687            <ReadOnly>false</ReadOnly>
     1688            <IsAutoGenerated>false</IsAutoGenerated>
     1689            <Precision>0</Precision>
     1690            <Scale>0</Scale>
     1691        </Property>
     1692        <Property>
     1693            <Name>RZIP</Name>
     1694            <Description></Description>
     1695            <PropertyType>100</PropertyType>
     1696            <IsIdentity>false</IsIdentity>
     1697            <DataType>7</DataType>
     1698            <DefaultValue></DefaultValue>
     1699            <Length>0</Length>
     1700            <Nullable>true</Nullable>
     1701            <ReadOnly>false</ReadOnly>
     1702            <IsAutoGenerated>false</IsAutoGenerated>
     1703            <Precision>0</Precision>
     1704            <Scale>0</Scale>
     1705        </Property>
     1706        <Property>
     1707            <Name>RLDESCR4</Name>
     1708            <Description></Description>
     1709            <PropertyType>100</PropertyType>
     1710            <IsIdentity>false</IsIdentity>
     1711            <DataType>9</DataType>
     1712            <DefaultValue></DefaultValue>
     1713            <Length>0</Length>
     1714            <Nullable>true</Nullable>
     1715            <ReadOnly>false</ReadOnly>
     1716            <IsAutoGenerated>false</IsAutoGenerated>
     1717            <Precision>0</Precision>
     1718            <Scale>0</Scale>
     1719        </Property>
     1720        <Property>
     1721            <Name>RSECLN</Name>
     1722            <Description></Description>
     1723            <PropertyType>100</PropertyType>
     1724            <IsIdentity>false</IsIdentity>
     1725            <DataType>9</DataType>
     1726            <DefaultValue></DefaultValue>
     1727            <Length>0</Length>
     1728            <Nullable>true</Nullable>
     1729            <ReadOnly>false</ReadOnly>
     1730            <IsAutoGenerated>false</IsAutoGenerated>
     1731            <Precision>0</Precision>
     1732            <Scale>0</Scale>
     1733        </Property>
     1734        <Property>
     1735            <Name>GEOMAIN</Name>
     1736            <Description></Description>
     1737            <PropertyType>100</PropertyType>
     1738            <IsIdentity>false</IsIdentity>
     1739            <DataType>7</DataType>
     1740            <DefaultValue></DefaultValue>
     1741            <Length>0</Length>
     1742            <Nullable>true</Nullable>
     1743            <ReadOnly>false</ReadOnly>
     1744            <IsAutoGenerated>false</IsAutoGenerated>
     1745            <Precision>0</Precision>
     1746            <Scale>0</Scale>
     1747        </Property>
     1748        <Property>
     1749            <Name>RES_TTL_RO</Name>
     1750            <Description></Description>
     1751            <PropertyType>100</PropertyType>
     1752            <IsIdentity>false</IsIdentity>
     1753            <DataType>9</DataType>
     1754            <DefaultValue></DefaultValue>
     1755            <Length>0</Length>
     1756            <Nullable>true</Nullable>
     1757            <ReadOnly>false</ReadOnly>
     1758            <IsAutoGenerated>false</IsAutoGenerated>
     1759            <Precision>0</Precision>
     1760            <Scale>0</Scale>
     1761        </Property>
     1762        <Property>
     1763            <Name>RPROCD</Name>
     1764            <Description></Description>
     1765            <PropertyType>100</PropertyType>
     1766            <IsIdentity>false</IsIdentity>
     1767            <DataType>9</DataType>
     1768            <DefaultValue></DefaultValue>
     1769            <Length>0</Length>
     1770            <Nullable>true</Nullable>
     1771            <ReadOnly>false</ReadOnly>
     1772            <IsAutoGenerated>false</IsAutoGenerated>
     1773            <Precision>0</Precision>
     1774            <Scale>0</Scale>
     1775        </Property>
     1776        <Property>
     1777            <Name>RWARD</Name>
     1778            <Description></Description>
     1779            <PropertyType>100</PropertyType>
     1780            <IsIdentity>false</IsIdentity>
     1781            <DataType>7</DataType>
     1782            <DefaultValue></DefaultValue>
     1783            <Length>0</Length>
     1784            <Nullable>true</Nullable>
     1785            <ReadOnly>false</ReadOnly>
     1786            <IsAutoGenerated>false</IsAutoGenerated>
     1787            <Precision>0</Precision>
     1788            <Scale>0</Scale>
     1789        </Property>
     1790        <Property>
     1791            <Name>SHPGEOM</Name>
     1792            <Description>The geometry of the object</Description>
     1793            <PropertyType>102</PropertyType>
     1794            <IsIdentity>false</IsIdentity>
     1795            <ReadOnly>false</ReadOnly>
     1796            <SpatialContextAssociation>WGS84 Lat/Long's, Degre</SpatialContextAssociation>
     1797            <GeometryTypes>4</GeometryTypes>
     1798            <SpecificGeometryTypes>
     1799                <Type>3</Type>
     1800                <Type>6</Type>
     1801                <Type>11</Type>
     1802                <Type>13</Type>
     1803            </SpecificGeometryTypes>
     1804            <HasElevation>false</HasElevation>
     1805            <HasMeasure>false</HasMeasure>
     1806        </Property>
     1807    </Properties>
     1808</ClassDefinition>
     1809}}}
     1810
     1811JSON (Simple, Clean)
     1812{{{
     1813{
     1814    "ClassDefinition": {
     1815        "@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
     1816        "@xsi:noNamespaceSchemaLocation": "ClassDefinition-3.3.0.xsd",
     1817        "DefaultGeometryPropertyName": "SHPGEOM",
     1818        "Description": null,
     1819        "IsAbstract": false,
     1820        "IsComputed": false,
     1821        "Name": "Parcels",
     1822        "Properties": {
     1823            "Property": [
     1824                {
     1825                    "DataType": 7,
     1826                    "DefaultValue": null,
     1827                    "Description": "Autogenerated identity property",
     1828                    "IsAutoGenerated": true,
     1829                    "IsIdentity": true,
     1830                    "Length": 0,
     1831                    "Name": "Autogenerated_SDF_ID",
     1832                    "Nullable": true,
     1833                    "Precision": 0,
     1834                    "PropertyType": 100,
     1835                    "ReadOnly": true,
     1836                    "Scale": 0
     1837                },
     1838                {
     1839                    "DataType": 9,
     1840                    "DefaultValue": null,
     1841                    "Description": null,
     1842                    "IsAutoGenerated": false,
     1843                    "IsIdentity": false,
     1844                    "Length": 0,
     1845                    "Name": "URL",
     1846                    "Nullable": true,
     1847                    "Precision": 0,
     1848                    "PropertyType": 100,
     1849                    "ReadOnly": false,
     1850                    "Scale": 0
     1851                },
     1852                {
     1853                    "DataType": 9,
     1854                    "DefaultValue": null,
     1855                    "Description": null,
     1856                    "IsAutoGenerated": false,
     1857                    "IsIdentity": false,
     1858                    "Length": 0,
     1859                    "Name": "NAME",
     1860                    "Nullable": true,
     1861                    "Precision": 0,
     1862                    "PropertyType": 100,
     1863                    "ReadOnly": false,
     1864                    "Scale": 0
     1865                },
     1866                {
     1867                    "DataType": 9,
     1868                    "DefaultValue": null,
     1869                    "Description": null,
     1870                    "IsAutoGenerated": false,
     1871                    "IsIdentity": false,
     1872                    "Length": 0,
     1873                    "Name": "ID",
     1874                    "Nullable": true,
     1875                    "Precision": 0,
     1876                    "PropertyType": 100,
     1877                    "ReadOnly": false,
     1878                    "Scale": 0
     1879                },
     1880                {
     1881                    "DataType": 9,
     1882                    "DefaultValue": null,
     1883                    "Description": null,
     1884                    "IsAutoGenerated": false,
     1885                    "IsIdentity": false,
     1886                    "Length": 0,
     1887                    "Name": "RSTATE",
     1888                    "Nullable": true,
     1889                    "Precision": 0,
     1890                    "PropertyType": 100,
     1891                    "ReadOnly": false,
     1892                    "Scale": 0
     1893                },
     1894                {
     1895                    "DataType": 7,
     1896                    "DefaultValue": null,
     1897                    "Description": null,
     1898                    "IsAutoGenerated": false,
     1899                    "IsIdentity": false,
     1900                    "Length": 0,
     1901                    "Name": "RYEAR",
     1902                    "Nullable": true,
     1903                    "Precision": 0,
     1904                    "PropertyType": 100,
     1905                    "ReadOnly": false,
     1906                    "Scale": 0
     1907                },
     1908                {
     1909                    "DataType": 7,
     1910                    "DefaultValue": null,
     1911                    "Description": null,
     1912                    "IsAutoGenerated": false,
     1913                    "IsIdentity": false,
     1914                    "Length": 0,
     1915                    "Name": "GEOEXTRA",
     1916                    "Nullable": true,
     1917                    "Precision": 0,
     1918                    "PropertyType": 100,
     1919                    "ReadOnly": false,
     1920                    "Scale": 0
     1921                },
     1922                {
     1923                    "DataType": 7,
     1924                    "DefaultValue": null,
     1925                    "Description": null,
     1926                    "IsAutoGenerated": false,
     1927                    "IsIdentity": false,
     1928                    "Length": 0,
     1929                    "Name": "RBLDGVC",
     1930                    "Nullable": true,
     1931                    "Precision": 0,
     1932                    "PropertyType": 100,
     1933                    "ReadOnly": false,
     1934                    "Scale": 0
     1935                },
     1936                {
     1937                    "DataType": 9,
     1938                    "DefaultValue": null,
     1939                    "Description": null,
     1940                    "IsAutoGenerated": false,
     1941                    "IsIdentity": false,
     1942                    "Length": 0,
     1943                    "Name": "RLDESCR1",
     1944                    "Nullable": true,
     1945                    "Precision": 0,
     1946                    "PropertyType": 100,
     1947                    "ReadOnly": false,
     1948                    "Scale": 0
     1949                },
     1950                {
     1951                    "DataType": 7,
     1952                    "DefaultValue": null,
     1953                    "Description": null,
     1954                    "IsAutoGenerated": false,
     1955                    "IsIdentity": false,
     1956                    "Length": 0,
     1957                    "Name": "RLANDVC",
     1958                    "Nullable": true,
     1959                    "Precision": 0,
     1960                    "PropertyType": 100,
     1961                    "ReadOnly": false,
     1962                    "Scale": 0
     1963                },
     1964                {
     1965                    "DataType": 9,
     1966                    "DefaultValue": null,
     1967                    "Description": null,
     1968                    "IsAutoGenerated": false,
     1969                    "IsIdentity": false,
     1970                    "Length": 0,
     1971                    "Name": "RTYPE",
     1972                    "Nullable": true,
     1973                    "Precision": 0,
     1974                    "PropertyType": 100,
     1975                    "ReadOnly": false,
     1976                    "Scale": 0
     1977                },
     1978                {
     1979                    "DataType": 9,
     1980                    "DefaultValue": null,
     1981                    "Description": null,
     1982                    "IsAutoGenerated": false,
     1983                    "IsIdentity": false,
     1984                    "Length": 0,
     1985                    "Name": "DETACHED_G",
     1986                    "Nullable": true,
     1987                    "Precision": 0,
     1988                    "PropertyType": 100,
     1989                    "ReadOnly": false,
     1990                    "Scale": 0
     1991                },
     1992                {
     1993                    "DataType": 9,
     1994                    "DefaultValue": null,
     1995                    "Description": null,
     1996                    "IsAutoGenerated": false,
     1997                    "IsIdentity": false,
     1998                    "Length": 0,
     1999                    "Name": "RACRE",
     2000                    "Nullable": true,
     2001                    "Precision": 0,
     2002                    "PropertyType": 100,
     2003                    "ReadOnly": false,
     2004                    "Scale": 0
     2005                },
     2006                {
     2007                    "DataType": 9,
     2008                    "DefaultValue": null,
     2009                    "Description": null,
     2010                    "IsAutoGenerated": false,
     2011                    "IsIdentity": false,
     2012                    "Length": 0,
     2013                    "Name": "RLOT",
     2014                    "Nullable": true,
     2015                    "Precision": 0,
     2016                    "PropertyType": 100,
     2017                    "ReadOnly": false,
     2018                    "Scale": 0
     2019                },
     2020                {
     2021                    "DataType": 9,
     2022                    "DefaultValue": null,
     2023                    "Description": null,
     2024                    "IsAutoGenerated": false,
     2025                    "IsIdentity": false,
     2026                    "Length": 0,
     2027                    "Name": "RNAME",
     2028                    "Nullable": true,
     2029                    "Precision": 0,
     2030                    "PropertyType": 100,
     2031                    "ReadOnly": false,
     2032                    "Scale": 0
     2033                },
     2034                {
     2035                    "DataType": 9,
     2036                    "DefaultValue": null,
     2037                    "Description": null,
     2038                    "IsAutoGenerated": false,
     2039                    "IsIdentity": false,
     2040                    "Length": 0,
     2041                    "Name": "RLDESCR2",
     2042                    "Nullable": true,
     2043                    "Precision": 0,
     2044                    "PropertyType": 100,
     2045                    "ReadOnly": false,
     2046                    "Scale": 0
     2047                },
     2048                {
     2049                    "DataType": 7,
     2050                    "DefaultValue": null,
     2051                    "Description": null,
     2052                    "IsAutoGenerated": false,
     2053                    "IsIdentity": false,
     2054                    "Length": 0,
     2055                    "Name": "NO_UNITS",
     2056                    "Nullable": true,
     2057                    "Precision": 0,
     2058                    "PropertyType": 100,
     2059                    "ReadOnly": false,
     2060                    "Scale": 0
     2061                },
     2062                {
     2063                    "DataType": 5,
     2064                    "DefaultValue": null,
     2065                    "Description": null,
     2066                    "IsAutoGenerated": false,
     2067                    "IsIdentity": false,
     2068                    "Length": 0,
     2069                    "Name": "LAST_SALE",
     2070                    "Nullable": true,
     2071                    "Precision": 0,
     2072                    "PropertyType": 100,
     2073                    "ReadOnly": false,
     2074                    "Scale": 0
     2075                },
     2076                {
     2077                    "DataType": 7,
     2078                    "DefaultValue": null,
     2079                    "Description": null,
     2080                    "IsAutoGenerated": false,
     2081                    "IsIdentity": false,
     2082                    "Length": 0,
     2083                    "Name": "YRBUILT",
     2084                    "Nullable": true,
     2085                    "Precision": 0,
     2086                    "PropertyType": 100,
     2087                    "ReadOnly": false,
     2088                    "Scale": 0
     2089                },
     2090                {
     2091                    "DataType": 7,
     2092                    "DefaultValue": null,
     2093                    "Description": null,
     2094                    "IsAutoGenerated": false,
     2095                    "IsIdentity": false,
     2096                    "Length": 0,
     2097                    "Name": "RES_BED",
     2098                    "Nullable": true,
     2099                    "Precision": 0,
     2100                    "PropertyType": 100,
     2101                    "ReadOnly": false,
     2102                    "Scale": 0
     2103                },
     2104                {
     2105                    "DataType": 7,
     2106                    "DefaultValue": null,
     2107                    "Description": null,
     2108                    "IsAutoGenerated": false,
     2109                    "IsIdentity": false,
     2110                    "Length": 0,
     2111                    "Name": "RES_FULL_B",
     2112                    "Nullable": true,
     2113                    "Precision": 0,
     2114                    "PropertyType": 100,
     2115                    "ReadOnly": false,
     2116                    "Scale": 0
     2117                },
     2118                {
     2119                    "DataType": 9,
     2120                    "DefaultValue": null,
     2121                    "Description": null,
     2122                    "IsAutoGenerated": false,
     2123                    "IsIdentity": false,
     2124                    "Length": 0,
     2125                    "Name": "RPROPAD",
     2126                    "Nullable": true,
     2127                    "Precision": 0,
     2128                    "PropertyType": 100,
     2129                    "ReadOnly": false,
     2130                    "Scale": 0
     2131                },
     2132                {
     2133                    "DataType": 7,
     2134                    "DefaultValue": null,
     2135                    "Description": null,
     2136                    "IsAutoGenerated": false,
     2137                    "IsIdentity": false,
     2138                    "Length": 0,
     2139                    "Name": "RES_HALF_B",
     2140                    "Nullable": true,
     2141                    "Precision": 0,
     2142                    "PropertyType": 100,
     2143                    "ReadOnly": false,
     2144                    "Scale": 0
     2145                },
     2146                {
     2147                    "DataType": 9,
     2148                    "DefaultValue": null,
     2149                    "Description": null,
     2150                    "IsAutoGenerated": false,
     2151                    "IsIdentity": false,
     2152                    "Length": 0,
     2153                    "Name": "KEYRLSEQ",
     2154                    "Nullable": true,
     2155                    "Precision": 0,
     2156                    "PropertyType": 100,
     2157                    "ReadOnly": false,
     2158                    "Scale": 0
     2159                },
     2160                {
     2161                    "DataType": 9,
     2162                    "DefaultValue": null,
     2163                    "Description": null,
     2164                    "IsAutoGenerated": false,
     2165                    "IsIdentity": false,
     2166                    "Length": 0,
     2167                    "Name": "RLDESCR3",
     2168                    "Nullable": true,
     2169                    "Precision": 0,
     2170                    "PropertyType": 100,
     2171                    "ReadOnly": false,
     2172                    "Scale": 0
     2173                },
     2174                {
     2175                    "DataType": 9,
     2176                    "DefaultValue": null,
     2177                    "Description": null,
     2178                    "IsAutoGenerated": false,
     2179                    "IsIdentity": false,
     2180                    "Length": 0,
     2181                    "Name": "ATTACHED_G",
     2182                    "Nullable": true,
     2183                    "Precision": 0,
     2184                    "PropertyType": 100,
     2185                    "ReadOnly": false,
     2186                    "Scale": 0
     2187                },
     2188                {
     2189                    "DataType": 9,
     2190                    "DefaultValue": null,
     2191                    "Description": null,
     2192                    "IsAutoGenerated": false,
     2193                    "IsIdentity": false,
     2194                    "Length": 0,
     2195                    "Name": "RCITY",
     2196                    "Nullable": true,
     2197                    "Precision": 0,
     2198                    "PropertyType": 100,
     2199                    "ReadOnly": false,
     2200                    "Scale": 0
     2201                },
     2202                {
     2203                    "DataType": 9,
     2204                    "DefaultValue": null,
     2205                    "Description": null,
     2206                    "IsAutoGenerated": false,
     2207                    "IsIdentity": false,
     2208                    "Length": 0,
     2209                    "Name": "RBILAD",
     2210                    "Nullable": true,
     2211                    "Precision": 0,
     2212                    "PropertyType": 100,
     2213                    "ReadOnly": false,
     2214                    "Scale": 0
     2215                },
     2216                {
     2217                    "DataType": 7,
     2218                    "DefaultValue": null,
     2219                    "Description": null,
     2220                    "IsAutoGenerated": false,
     2221                    "IsIdentity": false,
     2222                    "Length": 0,
     2223                    "Name": "SQFT",
     2224                    "Nullable": true,
     2225                    "Precision": 0,
     2226                    "PropertyType": 100,
     2227                    "ReadOnly": false,
     2228                    "Scale": 0
     2229                },
     2230                {
     2231                    "DataType": 7,
     2232                    "DefaultValue": null,
     2233                    "Description": null,
     2234                    "IsAutoGenerated": false,
     2235                    "IsIdentity": false,
     2236                    "Length": 0,
     2237                    "Name": "RSQFT",
     2238                    "Nullable": true,
     2239                    "Precision": 0,
     2240                    "PropertyType": 100,
     2241                    "ReadOnly": false,
     2242                    "Scale": 0
     2243                },
     2244                {
     2245                    "DataType": 7,
     2246                    "DefaultValue": null,
     2247                    "Description": null,
     2248                    "IsAutoGenerated": false,
     2249                    "IsIdentity": false,
     2250                    "Length": 0,
     2251                    "Name": "RZIP",
     2252                    "Nullable": true,
     2253                    "Precision": 0,
     2254                    "PropertyType": 100,
     2255                    "ReadOnly": false,
     2256                    "Scale": 0
     2257                },
     2258                {
     2259                    "DataType": 9,
     2260                    "DefaultValue": null,
     2261                    "Description": null,
     2262                    "IsAutoGenerated": false,
     2263                    "IsIdentity": false,
     2264                    "Length": 0,
     2265                    "Name": "RLDESCR4",
     2266                    "Nullable": true,
     2267                    "Precision": 0,
     2268                    "PropertyType": 100,
     2269                    "ReadOnly": false,
     2270                    "Scale": 0
     2271                },
     2272                {
     2273                    "DataType": 9,
     2274                    "DefaultValue": null,
     2275                    "Description": null,
     2276                    "IsAutoGenerated": false,
     2277                    "IsIdentity": false,
     2278                    "Length": 0,
     2279                    "Name": "RSECLN",
     2280                    "Nullable": true,
     2281                    "Precision": 0,
     2282                    "PropertyType": 100,
     2283                    "ReadOnly": false,
     2284                    "Scale": 0
     2285                },
     2286                {
     2287                    "DataType": 7,
     2288                    "DefaultValue": null,
     2289                    "Description": null,
     2290                    "IsAutoGenerated": false,
     2291                    "IsIdentity": false,
     2292                    "Length": 0,
     2293                    "Name": "GEOMAIN",
     2294                    "Nullable": true,
     2295                    "Precision": 0,
     2296                    "PropertyType": 100,
     2297                    "ReadOnly": false,
     2298                    "Scale": 0
     2299                },
     2300                {
     2301                    "DataType": 9,
     2302                    "DefaultValue": null,
     2303                    "Description": null,
     2304                    "IsAutoGenerated": false,
     2305                    "IsIdentity": false,
     2306                    "Length": 0,
     2307                    "Name": "RES_TTL_RO",
     2308                    "Nullable": true,
     2309                    "Precision": 0,
     2310                    "PropertyType": 100,
     2311                    "ReadOnly": false,
     2312                    "Scale": 0
     2313                },
     2314                {
     2315                    "DataType": 9,
     2316                    "DefaultValue": null,
     2317                    "Description": null,
     2318                    "IsAutoGenerated": false,
     2319                    "IsIdentity": false,
     2320                    "Length": 0,
     2321                    "Name": "RPROCD",
     2322                    "Nullable": true,
     2323                    "Precision": 0,
     2324                    "PropertyType": 100,
     2325                    "ReadOnly": false,
     2326                    "Scale": 0
     2327                },
     2328                {
     2329                    "DataType": 7,
     2330                    "DefaultValue": null,
     2331                    "Description": null,
     2332                    "IsAutoGenerated": false,
     2333                    "IsIdentity": false,
     2334                    "Length": 0,
     2335                    "Name": "RWARD",
     2336                    "Nullable": true,
     2337                    "Precision": 0,
     2338                    "PropertyType": 100,
     2339                    "ReadOnly": false,
     2340                    "Scale": 0
     2341                },
     2342                {
     2343                    "Description": "The geometry of the object",
     2344                    "GeometryTypes": 4,
     2345                    "HasElevation": false,
     2346                    "HasMeasure": false,
     2347                    "IsIdentity": false,
     2348                    "Name": "SHPGEOM",
     2349                    "PropertyType": 102,
     2350                    "ReadOnly": false,
     2351                    "SpatialContextAssociation": "WGS84 Lat/Long's, Degre",
     2352                    "SpecificGeometryTypes": {
     2353                        "Type": [
     2354                            3,
     2355                            6,
     2356                            11,
     2357                            13
     2358                        ]
     2359                    }
     2360                }
     2361            ]
     2362        }
     2363    }
     2364}
     2365}}}
     2366
    1592367== Implications ==
    1602368