diff options
Diffstat (limited to 'xml')
-rw-r--r-- | xml/test_pywrap/props.xml | 2 | ||||
-rw-r--r-- | xml/types.xsd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xml/test_pywrap/props.xml b/xml/test_pywrap/props.xml index 8e3078e..0d0078b 100644 --- a/xml/test_pywrap/props.xml +++ b/xml/test_pywrap/props.xml @@ -10,7 +10,7 @@ unit="C" script="test_prop2.py" description="test python script #1" - no_set_check="1"/> + write_verification="0"/> <transform path="/test/prop3" register="test_prop3" unit="C" diff --git a/xml/types.xsd b/xml/types.xsd index b0eb573..5fc8902 100644 --- a/xml/types.xsd +++ b/xml/types.xsd @@ -59,7 +59,7 @@ <xsd:attribute name="unit" type="xsd:string" /> <xsd:attribute name="type" type="pcilib_data_type_t" /> <xsd:attribute name="mode" type="pcilib_access_mode_t" /> - <xsd:attribute name="no_set_check" type="bool_t" default="0"/> + <xsd:attribute name="write_verification" type="bool_t" default="1"/> <xsd:attribute name="visible" type="bool_t" default="0" /> <xsd:attribute name="description" type="xsd:string" /> </xsd:complexType> |