You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Schema.NET/auto/BusOrCoach.cs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ public partial interface IBusOrCoach : IVehicle
18
18
/// The permitted total weight of cargo and installations (e.g. a roof rack) on top of the vehicle.<br/><br/>
19
19
/// Typical unit code(s): KGM for kilogram, LBR for pound<br/><br/>
20
20
/// <ul>
21
-
/// <li>Note 1: You can indicate additional information in the <a class="localLink" href="http://schema.org/name">name</a> of the <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a> node.</li>
22
-
/// <li>Note 2: You may also link to a <a class="localLink" href="http://schema.org/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="http://schema.org/valueReference">valueReference</a></li>
23
-
/// <li>Note 3: Note that you can use <a class="localLink" href="http://schema.org/minValue">minValue</a> and <a class="localLink" href="http://schema.org/maxValue">maxValue</a> to indicate ranges.</li>
21
+
/// <li>Note 1: You can indicate additional information in the <a class="localLink" href="https://schema.org/name">name</a> of the <a class="localLink" href="https://schema.org/QuantitativeValue">QuantitativeValue</a> node.</li>
22
+
/// <li>Note 2: You may also link to a <a class="localLink" href="https://schema.org/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="https://schema.org/valueReference">valueReference</a></li>
23
+
/// <li>Note 3: Note that you can use <a class="localLink" href="https://schema.org/minValue">minValue</a> and <a class="localLink" href="https://schema.org/maxValue">maxValue</a> to indicate ranges.</li>
24
24
/// </ul>
25
25
/// </summary>
26
26
OneOrMany<IQuantitativeValue>RoofLoad{get;set;}
@@ -49,9 +49,9 @@ public partial class BusOrCoach : Vehicle, IBusOrCoach, IEquatable<BusOrCoach>
49
49
/// The permitted total weight of cargo and installations (e.g. a roof rack) on top of the vehicle.<br/><br/>
50
50
/// Typical unit code(s): KGM for kilogram, LBR for pound<br/><br/>
51
51
/// <ul>
52
-
/// <li>Note 1: You can indicate additional information in the <a class="localLink" href="http://schema.org/name">name</a> of the <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a> node.</li>
53
-
/// <li>Note 2: You may also link to a <a class="localLink" href="http://schema.org/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="http://schema.org/valueReference">valueReference</a></li>
54
-
/// <li>Note 3: Note that you can use <a class="localLink" href="http://schema.org/minValue">minValue</a> and <a class="localLink" href="http://schema.org/maxValue">maxValue</a> to indicate ranges.</li>
52
+
/// <li>Note 1: You can indicate additional information in the <a class="localLink" href="https://schema.org/name">name</a> of the <a class="localLink" href="https://schema.org/QuantitativeValue">QuantitativeValue</a> node.</li>
53
+
/// <li>Note 2: You may also link to a <a class="localLink" href="https://schema.org/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="https://schema.org/valueReference">valueReference</a></li>
54
+
/// <li>Note 3: Note that you can use <a class="localLink" href="https://schema.org/minValue">minValue</a> and <a class="localLink" href="https://schema.org/maxValue">maxValue</a> to indicate ranges.</li>
0 commit comments