Skip to content

Commit

Permalink
Merge pull request #22 from DanSmith/master
Browse files Browse the repository at this point in the history
Remove tab character from within GeographicLocationReference definition
  • Loading branch information
jeremyiverson committed Dec 19, 2023
2 parents e43dc81 + 8b395a0 commit 4c4781f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GeographyStructureVariableReference,Variable,0,1,"References a variable describi
SpatialObject,string,0,1,"Contains information on the most discrete type of spatial representation to which data described by this module can be attached (point, line, polygon, linear ring). For example, a raw data file with an address attached to each case is 'point'. When the microdata file is anonymized and the geographic information is for a state or other defined area, it is 'polygon'. Some data, such as traffic or criminal incidence data may have a street range identification or 'line', and some such as communications data have a point with a radius or 'linear ring'.",,,,,Point Polygon Line LinearRing,,,,,,ddi:reusable:3_3,e,
GeographicStructureReference,GeographicStructure,0,1,Reference to the detailed information found in a GeographicStructure. Allows for the exclusion of specified LevelValues.,,,,,,,,,,,ddi:reusable:3_3,e,
GeographicLevelReference,GeographicLevelType,0,1,Reference to specific LevelValue found in a GeographicStructure. Use when only a limited number of GeographicLevel are used from a GeographicStructure.,,,,,,,,,,,ddi:reusable:3_3,e,
GeographicLocationReference,GeographicLocation,0,1,Reference to detailed listing of named locations within the data described by a GeographicLocation.,,,,,,,,,,,ddi:reusable:3_3,e,
GeographicLocationReference,GeographicLocation,0,1,Reference to detailed listing of named locations within the data described by a GeographicLocation.,,,,,,,,,,,ddi:reusable:3_3,e,
LocationValueReference,LocationValueType,0,1,Reference to specific LocationValue found in a GeographicLocation. Use when only a limited number of LocationValue are used from a GeographicStructure.,,,,,,,,,,,ddi:reusable:3_3,e,
SummaryDataReference,GeographicLevelType,0,n,"May be repeated to reference each geography (geographic level) for which there is summary data. For example, person records may contain summary data on the State, County, or City in which they reside. In data collections where the individual case is a geographic location such as a County, data may be provided that summarizes State or National data. This is often true where data suppression at lower geographies makes it impossible to roll-up or aggregate the data to obtain values for the higher levels.",,,,,,,,,,,ddi:reusable:3_3,e,
HighestLevelReference,LevelReferenceType,0,1,Reference to the top or highest GeographicLevel.,,,,,,,,,,,ddi:reusable:3_3,e,
Expand Down
1 change: 1 addition & 0 deletions ItemTypes/OrganizationScheme/readme.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A scheme containing information on Organizations, Individuals, and the relationships between them. In addition to the name, label, and description of the scheme, the structure supports the inclusion of another OrganizationScheme by reference, a set of Organization, Individual, and Relation descriptions.

0 comments on commit 4c4781f

Please sign in to comment.