Skip to content

Commit

Permalink
Relaxed rules for InventoryRequest schema validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hschletz committed Dec 17, 2020
1 parent 8c2eb07 commit f8dc90a
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions module/Protocol/data/RelaxNG/InventoryRequest.rng
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,9 @@ informational and not evaluated:
<optional>
<ref name="ETIME" /><!-- obsolete -->
</optional>
<ref name="IPADDR" />
<optional>
<ref name="IPADDR" />
</optional>
<optional>
<ref name="LASTCOME" braintacle:format="yyyy-MM-dd HH:mm:ss" /><!-- UTC -->
</optional>
Expand All @@ -348,7 +350,9 @@ informational and not evaluated:
<ref name="OSCOMMENTS" />
</optional>
<ref name="OSNAME" />
<ref name="OSVERSION" />
<optional>
<ref name="OSVERSION" />
</optional>
<optional>
<ref name="PROCESSORN" />
</optional>
Expand Down Expand Up @@ -504,14 +508,18 @@ informational and not evaluated:
<optional>
<ref name="DRIVER" /><!-- not available in database -->
</optional>
<ref name="IPADDRESS" />
<optional>
<ref name="IPADDRESS" />
</optional>
<optional>
<ref name="IPDHCP" />
</optional>
<optional>
<ref name="IPGATEWAY" />
</optional>
<ref name="IPMASK" />
<optional>
<ref name="IPMASK" />
</optional>
<optional>
<ref name="IPSUBNET" />
</optional>
Expand Down

0 comments on commit f8dc90a

Please sign in to comment.