Skip to content

Commit

Permalink
Added make property to AbstractEquipment
Browse files Browse the repository at this point in the history
  • Loading branch information
dponti committed May 16, 2024
1 parent c9febab commit 7538641
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Kernel.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,17 @@
etc. Intended to come from a controlled list. </documentation>
</annotation>
</element>
<element name="make" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>The manufacturer or brand of the equipment</documentation>
</annotation>
</element>
<element name="modelNumber" type="diggs:DiggsStringType" minOccurs="0"
maxOccurs="1"/>
maxOccurs="1">
<annotation>
<documentation>The model name or number of the equipment</documentation>
</annotation>
</element>
<element name="serialNumber" type="diggs:DiggsStringType" minOccurs="0"
maxOccurs="1"/>
<element name="calibrationAuditTrail" type="diggs:CalibrationPropertyType"
Expand Down

0 comments on commit 7538641

Please sign in to comment.