@@ -105,27 +105,27 @@ var (
105
105
106
106
// Time and date:
107
107
108
- xsdDate = IRI {str : "http://www.w3.org/2001/XMLSchema#date" }
109
- xsdTime = IRI {str : "http://www.w3.org/2001/XMLSchema#time" }
110
- xsdDateTime = IRI {str : "http://www.w3.org/2001/XMLSchema#dateTime" } // time.Time
111
- xsdDateTimeStamp = IRI {str : "http://www.w3.org/2001/XMLSchema#dateTimeStamp" }
108
+ // xsdDate = IRI{str: "http://www.w3.org/2001/XMLSchema#date"}
109
+ // xsdTime = IRI{str: "http://www.w3.org/2001/XMLSchema#time"}
110
+ xsdDateTime = IRI {str : "http://www.w3.org/2001/XMLSchema#dateTime" } // time.Time
111
+ // xsdDateTimeStamp = IRI{str: "http://www.w3.org/2001/XMLSchema#dateTimeStamp"}
112
112
113
113
// Recurring and partial dates:
114
114
115
- xsdYear = IRI {str : "http://www.w3.org/2001/XMLSchema#gYear" }
116
- xsdMonth = IRI {str : "http://www.w3.org/2001/XMLSchema#gMonth" }
117
- xsdDay = IRI {str : "http://www.w3.org/2001/XMLSchema#gDay" }
118
- xsdYearMonth = IRI {str : "http://www.w3.org/2001/XMLSchema#gYearMonth" }
119
- xsdDuration = IRI {str : "http://www.w3.org/2001/XMLSchema#Duration" }
120
- xsdYearMonthDuration = IRI {str : "http://www.w3.org/2001/XMLSchema#yearMonthDuration" }
121
- xsdDayTimeDuration = IRI {str : "http://www.w3.org/2001/XMLSchema#dayTimeDuration" }
115
+ // xsdYear = IRI{str: "http://www.w3.org/2001/XMLSchema#gYear"}
116
+ // xsdMonth = IRI{str: "http://www.w3.org/2001/XMLSchema#gMonth"}
117
+ // xsdDay = IRI{str: "http://www.w3.org/2001/XMLSchema#gDay"}
118
+ // xsdYearMonth = IRI{str: "http://www.w3.org/2001/XMLSchema#gYearMonth"}
119
+ // xsdDuration = IRI{str: "http://www.w3.org/2001/XMLSchema#Duration"}
120
+ // xsdYearMonthDuration = IRI{str: "http://www.w3.org/2001/XMLSchema#yearMonthDuration"}
121
+ // xsdDayTimeDuration = IRI{str: "http://www.w3.org/2001/XMLSchema#dayTimeDuration"}
122
122
123
123
// Limited-range integer numbers
124
124
125
- xsdByte = IRI {str : "http://www.w3.org/2001/XMLSchema#byte" } // []byte
126
- xsdShort = IRI {str : "http://www.w3.org/2001/XMLSchema#short" } // int16
127
- xsdInt = IRI {str : "http://www.w3.org/2001/XMLSchema#int" } // int32
128
- xsdLong = IRI {str : "http://www.w3.org/2001/XMLSchema#long" } // int64
125
+ xsdByte = IRI {str : "http://www.w3.org/2001/XMLSchema#byte" } // []byte
126
+ // xsdShort = IRI{str: "http://www.w3.org/2001/XMLSchema#short"} // int16
127
+ xsdInt = IRI {str : "http://www.w3.org/2001/XMLSchema#int" } // int32
128
+ // xsdLong = IRI{str: "http://www.w3.org/2001/XMLSchema#long"} // int64
129
129
130
130
// Various
131
131
0 commit comments