[Minor] Added optional fields of TimedStates to XSD

This commit is contained in:
Robert von Burg 2017-03-24 16:01:35 +01:00
parent bc52cdabda
commit 27964e47a5
2 changed files with 8 additions and 0 deletions

View File

@ -124,6 +124,10 @@
<xs:attribute type="xs:string" name="Id" use="required" />
<xs:attribute type="xs:string" name="Name" use="required" />
<xs:attribute type="TimedStateTypeType" name="Type" use="required" />
<xs:attribute type="xs:string" name="Interpretation" use="optional" />
<xs:attribute type="xs:string" name="Uom" use="optional" />
<xs:attribute type="xs:boolean" name="Hidden" use="optional" />
<xs:attribute type="xs:int" name="Index" use="optional" />
</xs:complexType>
<xs:complexType name="ValueType">

View File

@ -124,6 +124,10 @@
<xs:attribute type="xs:string" name="Id" use="required" />
<xs:attribute type="xs:string" name="Name" use="required" />
<xs:attribute type="TimedStateTypeType" name="Type" use="required" />
<xs:attribute type="xs:string" name="Interpretation" use="optional" />
<xs:attribute type="xs:string" name="Uom" use="optional" />
<xs:attribute type="xs:boolean" name="Hidden" use="optional" />
<xs:attribute type="xs:int" name="Index" use="optional" />
</xs:complexType>
<xs:complexType name="ValueType">