이 페이지는 자동 번역으로 만들어졌습니다.
XML Schema for GPXEV v0.4
개요
이것은 GPXEV (GPX 편집기 및 뷰어)가 extensions 태그에 출력하는 XML 스키마입니다.
- Namespace의 URI는 "https://askz.sakura.ne.jp/gpx_editor_and_viewer/xml_schema/0_4/" 입니다.
- 네임 스페이스 접두사(Namespace Prefix)는 "gpxev"입니다.
스키마 구성 요소
Complex Type: styleType
논평: 이 태그는 Google지도에 그릴 항목의 스타일을 정의합니다.
XML 인스턴스 표현
<gpxev:style>
<gpxev:route>
routeType <gpxev:/route> [0..1]
<gpxev:wpt>
wptType <gpxev:/wpt> [0..1]
</gpxev:style>
Complex Type: routeType
논평: 이 태그는 Google지도에서 그릴 경로의 스타일을 정의합니다.
XML 인스턴스 표현
<gpxev:route>
<gpxev:color>
colorType <gpxev:/color> [0..1]
</gpxev:route>
Complex Type: colorType
논평: 이 태그는 Google지도에 그릴 항목의 색상을 정의합니다.
XML 인스턴스 표현
<gpxev:color> xsd:string </gpxev:color>
Complex Type: wptsType
논평: 이 태그는 경유지의 설정을 정의합니다. GPX 스키마에는 wpt 태그를 둘러싼 태그가 없습니다. 따라서 GPXEV는이 태그를 gpx 태그 아래의 확장 태그에 씁니다.
XML 인스턴스 표현
<gpxev:wpts>
<gpxev:style>
styleType <gpxev:/style> [0..1]
</gpxev:wpts>
Complex Type: wptType
논평: 이 태그는 wpt 태그의 설정을 정의합니다.
XML 인스턴스 표현
<gpxev:wpt>
<gpxev:lock> xsd:boolean <gpxev:/lock> [0..1]
<gpxev:marker>
markerType <gpxev:/marker> [0..1]
</gpxev:wpt>
Complex Type: markerType
논평: 이 태그는 "Marker"에 대한 설정을 정의합니다.
XML 인스턴스 표현
<gpxev:marker>
<gpxev:name>
nameMarkerType <gpxev:/name> [0..1]
</gpxev:marker>
Complex Type: nameMarkerType
논평: 이 태그는 "Name Marker"에 대한 설정을 정의합니다.
XML 인스턴스 표현
<gpxev:name>
<gpxev:visibility> xsd:boolean <gpxev:/visibility> [0..1]
<gpxev:color>
colorType <gpxev:/color> [0..1]
</gpxev:name>
XML Schema