<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <dspl targetNamespace="http://www.google.com/publicdata/dataset/google/geo/us" xmlns="http://schemas.google.com/dspl/2010" xmlns:geo="http://www.google.com/publicdata/dataset/google/geo"> <import namespace="http://www.google.com/publicdata/dataset/google/geo"/> <info> <name> <value xml:lang="en">US geographical concepts</value> </name> <description> <value xml:lang="en">Canonical concepts for US geographical data.</value> </description> <url> <value xml:lang="en">http://code.google.com/apis/publicdata/docs/canonical/geo.us.html</value> </url> </info> <provider> <name> <value xml:lang="en">Google Inc.</value> </name> <description> <value xml:lang="en">Google Inc.</value> </description> <url> <value xml:lang="en">http://www.google.com</value> </url> </provider> <concepts> <concept id="state" extends="geo:location"> <info> <name> <value xml:lang="en">US State</value> </name> <description> <value xml:lang="en">A US State, identified by its two letter code.</value> </description> <pluralName> <value xml:lang="en">States</value> </pluralName> <totalName> <value xml:lang="en">All US</value> </totalName> </info> <property concept="geo:country" isParent="true" /> <table ref="states_table"/> </concept> </concepts> <tables> <table id="states_table"> <column id="state" type="string"/> <column id="latitude" type="float"/> <column id="longitude" type="float"/> <column id="name" type="string"/> <column id="country" type="string"> <value>US</value> </column> <data> <file format="csv" encoding="utf-8">states.csv</file> </data> </table> </tables> </dspl>
geo.us.xml
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-25 UTC"],[[["This document defines a dataset of US geographical concepts, specifically focusing on US states."],["It provides a canonical representation of US states, identified by a two-letter code."],["The dataset includes information like state name, latitude, longitude, and a link to a CSV file (\"states.csv\") containing the data."],["It's structured using the DSPL schema and integrates with broader geographical concepts defined by Google."]]],["This XML document defines the structure for US geographical data, focusing on states. It establishes \"US State\" as a concept, identified by a two-letter code, and extending the broader \"location\" concept. The data, including state, latitude, longitude, name, and country (US), is detailed in a table (`states_table`) linked to a CSV file (`states.csv`). The provider is identified as Google Inc., and the dataset is named \"US geographical concepts\". The dataset is intended to show canonical concepts for US geographical data.\n"]]