Created
January 21, 2016 21:16
-
-
Save mbjones/bf6b8ba3e67813a3b63b to your computer and use it in GitHub Desktop.
example_iso_feature_catalog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<gfc:FC_FeatureCatalogue | |
id="_1" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xmlns:gco="http://www.isotc211.org/2005/gco" | |
xmlns:gmd="http://www.isotc211.org/2005/gmd" | |
xmlns:gfc="http://www.isotc211.org/2005/gfc" | |
xmlns:gml="http://www.opengis.net/gml/3.2" | |
xmlns:gmx="http://www.isotc211.org/2005/gmx" | |
xsi:schemaLocation="http://www.isotc211.org/2005/gfc Q:\users\mize.jacqueline\ISO\gfc\gfc.xsd"> | |
<gmx:name> | |
<gco:CharacterString>Transportation96</gco:CharacterString> | |
</gmx:name> | |
<gmx:scope> | |
<gco:CharacterString>Road network in Urbana-Champaign surveyed in 1996 for all transportation facilities within the twin cities.</gco:CharacterString> | |
</gmx:scope> | |
<gmx:fieldOfApplication> | |
<gco:CharacterString>Transportation planning, Land use planning</gco:CharacterString> | |
</gmx:fieldOfApplication> | |
<gmx:versionNumber> | |
<gco:CharacterString>1.1</gco:CharacterString> | |
</gmx:versionNumber> | |
<gmx:versionDate> | |
<gco:Date>1996-10-01</gco:Date> | |
</gmx:versionDate> | |
<gmx:language> | |
<gco:CharacterString>eng; US</gco:CharacterString> | |
</gmx:language> | |
<gmx:characterSet> | |
<gmd:MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCodeType" codeListValue="utf8"/> | |
</gmx:characterSet> | |
<gfc:producer> | |
<gmd:CI_ResponsibleParty> | |
<gmd:organisationName> | |
<gco:CharacterString>CCRPC</gco:CharacterString> | |
</gmd:organisationName> | |
<gmd:contactInfo> | |
<gmd:CI_Contact> | |
<gmd:phone> | |
<gmd:CI_Telephone> | |
<gmd:voice> | |
<gco:CharacterString>+1 217 488-3331</gco:CharacterString> | |
</gmd:voice> | |
<gmd:facsimile> | |
<gco:CharacterString>+1 217 482-9331</gco:CharacterString> | |
</gmd:facsimile> | |
</gmd:CI_Telephone> | |
</gmd:phone> | |
<gmd:address> | |
<gmd:CI_Address> | |
<gmd:deliveryPoint> | |
<gco:CharacterString>10 Main St.</gco:CharacterString> | |
</gmd:deliveryPoint> | |
<gmd:city> | |
<gco:CharacterString>Urbana</gco:CharacterString> | |
</gmd:city> | |
<gmd:administrativeArea> | |
<gco:CharacterString>IL</gco:CharacterString> | |
</gmd:administrativeArea> | |
<gmd:postalCode> | |
<gco:CharacterString>61801</gco:CharacterString> | |
</gmd:postalCode> | |
<gmd:country> | |
<gco:CharacterString>US</gco:CharacterString> | |
</gmd:country> | |
<gmd:electronicMailAddress> | |
<gco:CharacterString>[email protected]</gco:CharacterString> | |
</gmd:electronicMailAddress> | |
</gmd:CI_Address> | |
209 | |
</gmd:address> | |
</gmd:CI_Contact> | |
</gmd:contactInfo> | |
<gmd:role> | |
<gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider"/> | |
</gmd:role> | |
</gmd:CI_ResponsibleParty> | |
</gfc:producer> | |
<gfc:featureType> | |
<gfc:FC_FeatureType id="_2"> | |
<gfc:typeName> | |
<gco:LocalName>Roads</gco:LocalName> | |
</gfc:typeName> | |
<gfc:definition> | |
<gco:CharacterString>Open way for the movement of motor vehicles on land</gco:CharacterString> | |
</gfc:definition> | |
<gfc:code> | |
<gco:CharacterString>TR96-02</gco:CharacterString> | |
</gfc:code> | |
<gfc:isAbstract> | |
<gco:Boolean>false</gco:Boolean> | |
</gfc:isAbstract> | |
<gfc:featureCatalogue gco:nilReason="unknown"/> | |
<gfc:carrierOfCharacteristics> | |
<gfc:FC_FeatureAttribute id="_3"> | |
<gfc:memberName> | |
<gco:LocalName>Number of Lanes</gco:LocalName> | |
</gfc:memberName> | |
<gfc:definition> | |
<gco:CharacterString>Number of lanes of the road, including both directions</gco:CharacterString> | |
</gfc:definition> | |
<gfc:cardinality> | |
<gco:Multiplicity> | |
<gco:range> | |
<gco:MultiplicityRange> | |
<gco:lower> | |
<gco:Integer>1</gco:Integer> | |
</gco:lower> | |
<gco:upper> | |
<gco:UnlimitedInteger xsi:nil="true" isInfinite="true"/> | |
</gco:upper> | |
</gco:MultiplicityRange> | |
</gco:range> | |
</gco:Multiplicity> | |
</gfc:cardinality> | |
<gfc:code> | |
<gco:CharacterString>15942</gco:CharacterString> | |
</gfc:code> | |
<gfc:valueMeasurementUnit> | |
<gml:UnitDefinition gml:id="lanes"> | |
<gml:identifier codeSpace="lanes"/> | |
</gml:UnitDefinition> | |
</gfc:valueMeasurementUnit> | |
<gfc:valueType> | |
<gco:TypeName> | |
<gco:aName> | |
<gco:CharacterString>Long</gco:CharacterString> | |
</gco:aName> | |
</gco:TypeName> | |
</gfc:valueType> | |
</gfc:FC_FeatureAttribute> | |
</gfc:carrierOfCharacteristics> | |
<gfc:carrierOfCharacteristics> | |
<gfc:FC_FeatureAttribute id="_4"> | |
<gfc:memberName> | |
<gco:LocalName>Road Surface</gco:LocalName> | |
210 | |
</gfc:memberName> | |
<gfc:definition> | |
<gco:CharacterString>Road surface material</gco:CharacterString> | |
</gfc:definition> | |
<gfc:cardinality> | |
<gco:Multiplicity> | |
<gco:range> | |
<gco:MultiplicityRange> | |
<gco:lower> | |
<gco:Integer>1</gco:Integer> | |
</gco:lower> | |
<gco:upper> | |
<gco:UnlimitedInteger xsi:nil="true" isInfinite="true"/> | |
</gco:upper> | |
</gco:MultiplicityRange> | |
</gco:range> | |
</gco:Multiplicity> | |
</gfc:cardinality> | |
<gfc:code> | |
<gco:CharacterString>19586</gco:CharacterString> | |
</gfc:code> | |
<gfc:valueType> | |
<gco:TypeName> | |
<gco:aName> | |
<gco:CharacterString>text</gco:CharacterString> | |
</gco:aName> | |
</gco:TypeName> | |
</gfc:valueType> | |
<gfc:listedValue> | |
<gfc:FC_ListedValue> | |
<gfc:label> | |
<gco:CharacterString>gravel</gco:CharacterString> | |
</gfc:label> | |
<gfc:code> | |
<gco:CharacterString>001</gco:CharacterString> | |
</gfc:code> | |
<gfc:definition> | |
<gco:CharacterString>unpaved road surfaced with gravel</gco:CharacterString> | |
</gfc:definition> | |
</gfc:FC_ListedValue> | |
</gfc:listedValue> | |
<gfc:listedValue> | |
<gfc:FC_ListedValue> | |
<gfc:label> | |
<gco:CharacterString>concrete</gco:CharacterString> | |
</gfc:label> | |
<gfc:code> | |
<gco:CharacterString>002</gco:CharacterString> | |
</gfc:code> | |
<gfc:definition> | |
<gco:CharacterString>road paved with concrete, includes jointed plain (JPCP), jointed reinforced (JRCP) and continuously reinforced (CRCP)</gco:CharacterString> | |
</gfc:definition> | |
</gfc:FC_ListedValue> | |
</gfc:listedValue> | |
<gfc:listedValue> | |
<gfc:FC_ListedValue> | |
<gfc:label> | |
<gco:CharacterString>dirt</gco:CharacterString> | |
</gfc:label> | |
<gfc:code> | |
<gco:CharacterString>003</gco:CharacterString> | |
</gfc:code> | |
<gfc:definition> | |
<gco:CharacterString>unpaved road made from subgrade material</gco:CharacterString> | |
</gfc:definition> | |
</gfc:FC_ListedValue> | |
211 | |
</gfc:listedValue> | |
<gfc:listedValue> | |
<gfc:FC_ListedValue> | |
<gfc:label> | |
<gco:CharacterString>asphalt</gco:CharacterString> | |
</gfc:label> | |
<gfc:code> | |
<gco:CharacterString>004</gco:CharacterString> | |
</gfc:code> | |
<gfc:definition> | |
<gco:CharacterString>road paved with the petroleum based asphalt concrete</gco:CharacterString> | |
</gfc:definition> | |
</gfc:FC_ListedValue> | |
</gfc:listedValue> | |
</gfc:FC_FeatureAttribute> | |
</gfc:carrierOfCharacteristics> | |
</gfc:FC_FeatureType> | |
</gfc:featureType> | |
<gfc:definitionSource> | |
<gfc:FC_DefinitionSource> | |
<gfc:source> | |
<gmd:CI_Citation> | |
<gmd:title> | |
<gco:CharacterString>Transportation Survey Guide in 1996</gco:CharacterString> | |
</gmd:title> | |
<gmd:date> | |
<gmd:CI_Date> | |
<gmd:date> | |
<gco:Date>1996</gco:Date> | |
</gmd:date> | |
<gmd:dateType> | |
<gmd:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="creation"/> | |
</gmd:dateType> | |
</gmd:CI_Date> | |
</gmd:date> | |
</gmd:CI_Citation> | |
</gfc:source> | |
</gfc:FC_DefinitionSource> | |
</gfc:definitionSource> | |
</gfc:FC_FeatureCatalogue> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment