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

Format.

parent 8c785d65
<?xml version="1.0" encoding="utf-8"?> <?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> <NamespaceUris>
<Uri>https://erp5.nexedi.com/</Uri> <Uri>https://erp5.nexedi.com/</Uri>
</NamespaceUris> </NamespaceUris>
...@@ -35,7 +41,6 @@ ...@@ -35,7 +41,6 @@
<Reference ReferenceType="HasProperty">ns=1;i=13</Reference> <Reference ReferenceType="HasProperty">ns=1;i=13</Reference>
</References> </References>
</UAObject> </UAObject>
<UAMethod BrowseName="getLogLineList" ParentNodeId="i=85" NodeId="ns=1;i=1"> <UAMethod BrowseName="getLogLineList" ParentNodeId="i=85" NodeId="ns=1;i=1">
<DisplayName>getLogLineList</DisplayName> <DisplayName>getLogLineList</DisplayName>
<Description>Returns all lines of log between two given dates. Raise exception if too many lines</Description> <Description>Returns all lines of log between two given dates. Raise exception if too many lines</Description>
...@@ -64,7 +69,6 @@ ...@@ -64,7 +69,6 @@
<Reference IsForward="false" ReferenceType="HasComponent">i=2004</Reference> <Reference IsForward="false" ReferenceType="HasComponent">i=2004</Reference>
</References> </References>
</UAMethod> </UAMethod>
<!-- getLogDescription method--> <!-- getLogDescription method-->
<UAMethod BrowseName="getLogDescription" ParentNodeId="i=85" NodeId="ns=1;i=5"> <UAMethod BrowseName="getLogDescription" ParentNodeId="i=85" NodeId="ns=1;i=5">
<DisplayName>getLogDescription</DisplayName> <DisplayName>getLogDescription</DisplayName>
...@@ -76,29 +80,30 @@ ...@@ -76,29 +80,30 @@
<UAVariable NodeId="i=10001" BrowseName="InputArguments" ParentNodeId="ns=1;i=5" DataType="i=296" ValueRank="1"> <UAVariable NodeId="i=10001" BrowseName="InputArguments" ParentNodeId="ns=1;i=5" DataType="i=296" ValueRank="1">
<DisplayName>InputArguments</DisplayName> <DisplayName>InputArguments</DisplayName>
<References> <References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference> <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">i=11492</Reference> <Reference ReferenceType="HasProperty" IsForward="false">i=11492</Reference>
</References> </References>
<Value> <Value>
<ListOfExtensionObject xmlns="http://opcfoundation.org/UA/2008/02/Types.xsd"> <ListOfExtensionObject
<ExtensionObject> xmlns="http://opcfoundation.org/UA/2008/02/Types.xsd">
<TypeId> <ExtensionObject>
<Identifier>i=297</Identifier> <TypeId>
</TypeId> <Identifier>i=297</Identifier>
<Body> </TypeId>
<Argument> <Body>
<Name>logId</Name> <Argument>
<DataType> <Name>logId</Name>
<Identifier>i=7</Identifier> <DataType>
</DataType> <Identifier>i=7</Identifier>
<ValueRank>-1</ValueRank> </DataType>
<ArrayDimensions/> <ValueRank>-1</ValueRank>
<Description p5:nil="true" xmlns:p5="http://www.w3.org/2001/XMLSchema-instance"/> <ArrayDimensions/>
</Argument> <Description p5:nil="true"
</Body> xmlns:p5="http://www.w3.org/2001/XMLSchema-instance"/>
</ExtensionObject> </Argument>
</ListOfExtensionObject> </Body>
</Value> </ExtensionObject>
</UAVariable> </ListOfExtensionObject>
</Value>
</UANodeSet> </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