Commit 147b95a2 authored by Ivan Tyagov's avatar Ivan Tyagov

Format.

parent 8c785d65
<?xml version="1.0" encoding="utf-8"?>
<UANodeSet xmlns:s1="https://erp5.nexedi.com/Types.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd" xmlns:ua="http://unifiedautomation.com/Configuration/NodeSet.xsd" xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">
<UANodeSet
xmlns:s1="https://erp5.nexedi.com/Types.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd"
xmlns:ua="http://unifiedautomation.com/Configuration/NodeSet.xsd"
xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd">
<NamespaceUris>
<Uri>https://erp5.nexedi.com/</Uri>
</NamespaceUris>
......@@ -35,7 +41,6 @@
<Reference ReferenceType="HasProperty">ns=1;i=13</Reference>
</References>
</UAObject>
<UAMethod BrowseName="getLogLineList" ParentNodeId="i=85" NodeId="ns=1;i=1">
<DisplayName>getLogLineList</DisplayName>
<Description>Returns all lines of log between two given dates. Raise exception if too many lines</Description>
......@@ -64,7 +69,6 @@
<Reference IsForward="false" ReferenceType="HasComponent">i=2004</Reference>
</References>
</UAMethod>
<!-- getLogDescription method-->
<UAMethod BrowseName="getLogDescription" ParentNodeId="i=85" NodeId="ns=1;i=5">
<DisplayName>getLogDescription</DisplayName>
......@@ -76,29 +80,30 @@
<UAVariable NodeId="i=10001" BrowseName="InputArguments" ParentNodeId="ns=1;i=5" DataType="i=296" ValueRank="1">
<DisplayName>InputArguments</DisplayName>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">i=11492</Reference>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">i=11492</Reference>
</References>
<Value>
<ListOfExtensionObject xmlns="http://opcfoundation.org/UA/2008/02/Types.xsd">
<ExtensionObject>
<TypeId>
<Identifier>i=297</Identifier>
</TypeId>
<Body>
<Argument>
<Name>logId</Name>
<DataType>
<Identifier>i=7</Identifier>
</DataType>
<ValueRank>-1</ValueRank>
<ArrayDimensions/>
<Description p5:nil="true" xmlns:p5="http://www.w3.org/2001/XMLSchema-instance"/>
</Argument>
</Body>
</ExtensionObject>
</ListOfExtensionObject>
</Value>
</UAVariable>
</UANodeSet>
<ListOfExtensionObject
xmlns="http://opcfoundation.org/UA/2008/02/Types.xsd">
<ExtensionObject>
<TypeId>
<Identifier>i=297</Identifier>
</TypeId>
<Body>
<Argument>
<Name>logId</Name>
<DataType>
<Identifier>i=7</Identifier>
</DataType>
<ValueRank>-1</ValueRank>
<ArrayDimensions/>
<Description p5:nil="true"
xmlns:p5="http://www.w3.org/2001/XMLSchema-instance"/>
</Argument>
</Body>
</ExtensionObject>
</ListOfExtensionObject>
</Value>
</UAVariable>
</UANodeSet>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment