Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/gtest
Submodule gtest updated 154 files
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ namespace PLATEAU.CityGML
{
/// <summary>
/// 属性の値の想定形式です。
/// 形式が String, Double, Integer, Data, Uri, Measure である場合、内部的にはデータは string です。
/// 形式が String, Double, Integer, Date, Uri, Measure である場合、内部的にはデータは string です。
/// AttributeSet である場合、内部的にはデータは <see cref="AttributesMap"/> への参照です。
/// </summary>
public enum AttributeType
{
String,
Double,
Integer,
Data,
Date,
Uri,
Measure,
AttributeSet
Expand Down