From 2da22214eee548154096d6e99d14ad39002971b7 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Mon, 18 Dec 2023 15:46:56 -0600 Subject: [PATCH 1/2] Remove tab character from within GeographicLocationReference definition --- .../GeographicCoverageType/GeographicCoverageType.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompositeTypes/GeographicCoverageType/GeographicCoverageType.csv b/CompositeTypes/GeographicCoverageType/GeographicCoverageType.csv index a034399..1d673ab 100644 --- a/CompositeTypes/GeographicCoverageType/GeographicCoverageType.csv +++ b/CompositeTypes/GeographicCoverageType/GeographicCoverageType.csv @@ -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, From 8b395a047d942c71fc2d9a37961a9c9be7ed99e8 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Mon, 18 Dec 2023 16:07:39 -0600 Subject: [PATCH 2/2] add OrganizationScheme definition --- ItemTypes/OrganizationScheme/readme.markdown | 1 + 1 file changed, 1 insertion(+) create mode 100644 ItemTypes/OrganizationScheme/readme.markdown diff --git a/ItemTypes/OrganizationScheme/readme.markdown b/ItemTypes/OrganizationScheme/readme.markdown new file mode 100644 index 0000000..97a1b2a --- /dev/null +++ b/ItemTypes/OrganizationScheme/readme.markdown @@ -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. \ No newline at end of file