|
60 | 60 | <EntityType Name="Thingy" BaseType="Thingy.Thingy"> |
61 | 61 | <Property Name="ThingType" Type="Thingy.v1_0_0.ThingType" Nullable="false"> |
62 | 62 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
63 | | - <Annotation Term="OData.Description" String="The type of thingy that this thingy is - really..."/> |
64 | | - <Annotation Term="OData.LongDescription" String="A long thingy description..."/> |
| 63 | + <Annotation Term="OData.Description" String="ShortDesc"/> |
| 64 | + <Annotation Term="OData.LongDescription" String="LongDesc"/> |
65 | 65 | <Annotation Term="Redfish.Required"/> |
66 | 66 | </Property> |
67 | 67 | <Property Name="IndicatorLED" Type="Resource.IndicatorLED" Nullable="false"> |
|
81 | 81 | </Property> |
82 | 82 | <Property Name="LotsOfStuff" Type="Collection(Edm.String)" Nullable="false"> |
83 | 83 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
84 | | - <Annotation Term="OData.Description" String="TBD"/> |
85 | | - <Annotation Term="OData.LongDescription" String="TBD"/> |
| 84 | + <Annotation Term="OData.Description" String="ShortDesc"/> |
| 85 | + <Annotation Term="OData.LongDescription" String="LongDesc"/> |
86 | 86 | </Property> |
87 | 87 | <Property Name="LotsOfStuff2" Type="Collection(Edm.Int64)" Nullable="false"> |
88 | 88 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
89 | | - <Annotation Term="OData.Description" String="TBD"/> |
90 | | - <Annotation Term="OData.LongDescription" String="TBD"/> |
| 89 | + <Annotation Term="OData.Description" String="ShortDesc"/> |
| 90 | + <Annotation Term="OData.LongDescription" String="LongDesc"/> |
91 | 91 | </Property> |
92 | 92 | <Property Name="LotsOfStuff3" Type="Collection(Thingy.v1_0_0.LotsOfStuff3)" Nullable="false"> |
93 | 93 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
94 | | - <Annotation Term="OData.Description" String="TBD"/> |
95 | | - <Annotation Term="OData.LongDescription" String="TBD"/> |
| 94 | + <Annotation Term="OData.Description" String="ShortDesc"/> |
| 95 | + <Annotation Term="OData.LongDescription" String="LongDesc"/> |
96 | 96 | </Property> |
97 | 97 | <Property Name="LotsOfStuff4" Type="Collection(Thingy.v1_0_0.LotsOfStuff4)" Nullable="false"> |
98 | 98 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
99 | | - <Annotation Term="OData.Description" String="TBD"/> |
100 | | - <Annotation Term="OData.LongDescription" String="TBD"/> |
| 99 | + <Annotation Term="OData.Description" String="ShortDesc"/> |
| 100 | + <Annotation Term="OData.LongDescription" String="LongDesc"/> |
101 | 101 | </Property> |
102 | 102 | <Property Name="ThingContainer" Type="Thingy.v1_0_0.ThingContainer" Nullable="false"> |
103 | 103 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
|
133 | 133 | </EntityType> |
134 | 134 | <EnumType Name="ThingType"> |
135 | 135 | <Member Name="RackMount"> |
136 | | - <Annotation Term="OData.Description" String="tmp"/> |
| 136 | + <Annotation Term="OData.Description" String="Enum1"/> |
137 | 137 | </Member> |
138 | 138 | <Member Name="Cheap"> |
139 | | - <Annotation Term="OData.Description" String="tmp1"/> |
| 139 | + <Annotation Term="OData.Description" String="Enum2"/> |
140 | 140 | </Member> |
141 | 141 | <Member Name="Expensive"> |
142 | 142 | <Annotation Term="OData.Description" String="tmp2"/> |
|
150 | 150 | </EnumType> |
151 | 151 | <EnumType Name="LotsOfStuff3"> |
152 | 152 | <Member Name="a"> |
153 | | - <Annotation Term="OData.Description" String="TBD"/> |
| 153 | + <Annotation Term="OData.Description" String="Enum1"/> |
154 | 154 | </Member> |
155 | 155 | <Member Name="b"> |
156 | | - <Annotation Term="OData.Description" String="TBD"/> |
| 156 | + <Annotation Term="OData.Description" String="Enum2"/> |
157 | 157 | </Member> |
158 | 158 | <Member Name="c"> |
159 | | - <Annotation Term="OData.Description" String="TBD"/> |
| 159 | + <Annotation Term="OData.Description" String="Enum3"/> |
160 | 160 | </Member> |
161 | 161 | </EnumType> |
162 | 162 | <ComplexType Name="LotsOfStuff4" Nullable="false"> |
163 | | - <Annotation Term="OData.Description" String="TBD"/> |
164 | | - <Annotation Term="OData.LongDescription" String="TBD"/> |
| 163 | + <Annotation Term="OData.Description" String="ShortDesc"/> |
| 164 | + <Annotation Term="OData.LongDescription" String="LongDesc"/> |
165 | 165 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
166 | 166 | <Property Name="My_Name" Type="Edm.String" Nullable="false"> |
167 | 167 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
|
170 | 170 | </Property> |
171 | 171 | </ComplexType> |
172 | 172 | <ComplexType Name="ThingButton" Nullable="false"> |
173 | | - <Annotation Term="OData.Description" String="TBD"/> |
174 | | - <Annotation Term="OData.LongDescription" String="TBD"/> |
| 173 | + <Annotation Term="OData.Description" String="HahaButton"/> |
| 174 | + <Annotation Term="OData.LongDescription" String="HahaButton2"/> |
175 | 175 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
176 | 176 | <Property Name="ButtonColor" Type="Edm.String" Nullable="false"> |
177 | 177 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
178 | | - <Annotation Term="OData.Description" String="Color of the button."/> |
179 | | - <Annotation Term="OData.LongDescription" String="TBD"/> |
| 178 | + <Annotation Term="OData.Description" String="ShortInnerDesc"/> |
| 179 | + <Annotation Term="OData.LongDescription" String="LongInnerDesc"/> |
180 | 180 | </Property> |
181 | 181 | <Property Name="ButtonActuation" Type="Edm.Decimal" Nullable="false"> |
182 | 182 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
|
191 | 191 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
192 | 192 | <Property Name="ThingKnob" Type="Edm.String" Nullable="false"> |
193 | 193 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
194 | | - <Annotation Term="OData.Description" String="TBD"/> |
195 | | - <Annotation Term="OData.LongDescription" String="TBD"/> |
| 194 | + <Annotation Term="OData.Description" String="ShortInnerDesc"/> |
| 195 | + <Annotation Term="OData.LongDescription" String="LongInnerDesc"/> |
196 | 196 | </Property> |
197 | 197 | <Property Name="ThingKnobCount" Type="Edm.Int64" Nullable="false"> |
198 | 198 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
|
201 | 201 | </Property> |
202 | 202 | <Property Name="ThingButton" Type="Thingy.v1_0_0.ThingButton" Nullable="false"> |
203 | 203 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
204 | | - <Annotation Term="OData.Description" String="TBD"/> |
205 | | - <Annotation Term="OData.LongDescription" String="TBD"/> |
| 204 | + <Annotation Term="OData.Description" String="HahaButton"/> |
| 205 | + <Annotation Term="OData.LongDescription" String="HahaButton2"/> |
206 | 206 | </Property> |
207 | 207 | </ComplexType> |
208 | 208 | </Schema> |
|
0 commit comments