Commit e2df3d76 authored by cirp-usf's avatar cirp-usf

Update XML files for spec 1.04

parent 1354c094
NodeId,1
NodeClass,2
BrowseName,3
DisplayName,4
Description,5
WriteMask,6
UserWriteMask,7
IsAbstract,8
Symmetric,9
InverseName,10
ContainsNoLoops,11
EventNotifier,12
Value,13
DataType,14
ValueRank,15
ArrayDimensions,16
AccessLevel,17
UserAccessLevel,18
MinimumSamplingInterval,19
Historizing,20
Executable,21
UserExecutable,22
NodeId,1
NodeClass,2
BrowseName,3
DisplayName,4
Description,5
WriteMask,6
UserWriteMask,7
IsAbstract,8
Symmetric,9
InverseName,10
ContainsNoLoops,11
EventNotifier,12
Value,13
DataType,14
ValueRank,15
ArrayDimensions,16
AccessLevel,17
UserAccessLevel,18
MinimumSamplingInterval,19
Historizing,20
Executable,21
UserExecutable,22
DataTypeDefinition,23
RolePermissions,24
UserRolePermissions,25
AccessRestrictions,26
AccessLevelEx,27
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<opc:TypeDictionary
xmlns:DI="http://opcfoundation.org/UA/DI/"
xmlns:opc="http://opcfoundation.org/BinarySchema/"
xmlns:ua="http://opcfoundation.org/UA/2008/02/Types.bsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:tns="http://opcfoundation.org/UA/ADI/"
DefaultByteOrder="LittleEndian"
TargetNamespace="http://opcfoundation.org/UA/ADI/"
>
<opc:Import Namespace="http://opcfoundation.org/UA/DI/" Location="Opc.Ua.Di.BinarySchema.bsd"/>
<opc:Import Namespace="http://opcfoundation.org/UA/" Location="Opc.Ua.BinarySchema.bsd"/>
<opc:EnumeratedType Name="ExecutionCycleEnumeration" LengthInBits="32">
<opc:EnumeratedValue Name="IDLE" Value="0" />
<opc:EnumeratedValue Name="DIAGNOSTIC" Value="1" />
<opc:EnumeratedValue Name="CLEANING" Value="2" />
<opc:EnumeratedValue Name="CALIBRATION" Value="4" />
<opc:EnumeratedValue Name="VALIDATION" Value="8" />
<opc:EnumeratedValue Name="SAMPLING" Value="16" />
<opc:EnumeratedValue Name="DIAGNOSTIC_WITH_GRAB_SAMPLE" Value="32769" />
<opc:EnumeratedValue Name="CLEANING_WITH_GRAB_SAMPLE" Value="32770" />
<opc:EnumeratedValue Name="CALIBRATION_WITH_GRAB_SAMPLE" Value="32772" />
<opc:EnumeratedValue Name="VALIDATION_WITH_GRAB_SAMPLE" Value="32776" />
<opc:EnumeratedValue Name="SAMPLING_WITH_GRAB_SAMPLE" Value="32784" />
</opc:EnumeratedType>
<opc:EnumeratedType Name="DiagnosticStatusEnumeration" LengthInBits="32">
<opc:EnumeratedValue Name="NORMAL" Value="0" />
<opc:EnumeratedValue Name="MAINTENANCE_REQUIRED" Value="1" />
<opc:EnumeratedValue Name="FAULT" Value="2" />
</opc:EnumeratedType>
<opc:EnumeratedType Name="AcquisitionResultStatusEnumeration" LengthInBits="32">
<opc:EnumeratedValue Name="IN_PROGRESS" Value="0" />
<opc:EnumeratedValue Name="GOOD" Value="1" />
<opc:EnumeratedValue Name="BAD" Value="2" />
<opc:EnumeratedValue Name="UNKNOWN" Value="3" />
<opc:EnumeratedValue Name="PARTIAL" Value="4" />
</opc:EnumeratedType>
<opc:StructuredType Name="AxisInformation" BaseType="ua:ExtensionObject">
<opc:Documentation>Structure defining the information for auxiliary axis for array type variables.</opc:Documentation>
<opc:Field Name="EngineeringUnits" TypeName="ua:EUInformation" />
<opc:Field Name="EURange" TypeName="ua:Range" />
<opc:Field Name="title" TypeName="ua:LocalizedText" />
<opc:Field Name="axisScaleType" TypeName="tns:AxisScaleEnumeration" />
<opc:Field Name="NoOfaxisSteps" TypeName="opc:Int32" />
<opc:Field Name="axisSteps" TypeName="opc:Double" LengthField="NoOfaxisSteps" />
</opc:StructuredType>
<opc:EnumeratedType Name="AxisScaleEnumeration" LengthInBits="32">
<opc:Documentation>Identify on which type of axis the data shall be displayed.</opc:Documentation>
<opc:EnumeratedValue Name="LINEAR" Value="0" />
<opc:EnumeratedValue Name="LOG" Value="1" />
<opc:EnumeratedValue Name="LN" Value="2" />
</opc:EnumeratedType>
<opc:StructuredType Name="XVType" BaseType="ua:ExtensionObject">
<opc:Documentation>Structure defining XY value like a list of peaks.</opc:Documentation>
<opc:Field Name="x" TypeName="opc:Double" />
<opc:Field Name="value" TypeName="opc:Float" />
</opc:StructuredType>
<opc:StructuredType Name="ComplexType" BaseType="ua:ExtensionObject">
<opc:Documentation>Structure defining double IEEE 32 bits complex value</opc:Documentation>
<opc:Field Name="Real" TypeName="opc:Float" />
<opc:Field Name="Imaginary" TypeName="opc:Float" />
</opc:StructuredType>
<opc:StructuredType Name="DoubleComplexType" BaseType="ua:ExtensionObject">
<opc:Documentation>Structure defining double IEEE 64 bits complex value</opc:Documentation>
<opc:Field Name="Real" TypeName="opc:Double" />
<opc:Field Name="Imaginary" TypeName="opc:Double" />
</opc:StructuredType>
</opc:TypeDictionary>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" ?>
<!--
* Copyright (c) 2005-2018 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*
* The complete license agreement can be found here:
* http://opcfoundation.org/License/MIT/1.00/
-->
<opc:TypeDictionary
xmlns:DI="http://opcfoundation.org/UA/DI/"
xmlns:opc="http://opcfoundation.org/BinarySchema/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ua="http://opcfoundation.org/UA/"
xmlns:tns="http://opcfoundation.org/UA/ADI/"
DefaultByteOrder="LittleEndian"
TargetNamespace="http://opcfoundation.org/UA/ADI/"
>
<opc:Import Namespace="http://opcfoundation.org/UA/DI/" Location="Opc.Ua.Di.BinarySchema.bsd"/>
<opc:Import Namespace="http://opcfoundation.org/UA/" Location="Opc.Ua.BinarySchema.bsd"/>
<opc:EnumeratedType Name="ExecutionCycleEnumeration" LengthInBits="32">
<opc:EnumeratedValue Name="IDLE" Value="0" />
<opc:EnumeratedValue Name="DIAGNOSTIC" Value="1" />
<opc:EnumeratedValue Name="CLEANING" Value="2" />
<opc:EnumeratedValue Name="CALIBRATION" Value="4" />
<opc:EnumeratedValue Name="VALIDATION" Value="8" />
<opc:EnumeratedValue Name="SAMPLING" Value="16" />
<opc:EnumeratedValue Name="DIAGNOSTIC_WITH_GRAB_SAMPLE" Value="32769" />
<opc:EnumeratedValue Name="CLEANING_WITH_GRAB_SAMPLE" Value="32770" />
<opc:EnumeratedValue Name="CALIBRATION_WITH_GRAB_SAMPLE" Value="32772" />
<opc:EnumeratedValue Name="VALIDATION_WITH_GRAB_SAMPLE" Value="32776" />
<opc:EnumeratedValue Name="SAMPLING_WITH_GRAB_SAMPLE" Value="32784" />
</opc:EnumeratedType>
<opc:EnumeratedType Name="AcquisitionResultStatusEnumeration" LengthInBits="32">
<opc:EnumeratedValue Name="NOT_USED" Value="0" />
<opc:EnumeratedValue Name="GOOD" Value="1" />
<opc:EnumeratedValue Name="BAD" Value="2" />
<opc:EnumeratedValue Name="UNKNOWN" Value="3" />
<opc:EnumeratedValue Name="PARTIAL" Value="4" />
</opc:EnumeratedType>
<opc:EnumeratedType Name="AlarmStateEnumeration" LengthInBits="32">
<opc:EnumeratedValue Name="NORMAL_0" Value="0" />
<opc:EnumeratedValue Name="WARNING_LOW_1" Value="1" />
<opc:EnumeratedValue Name="WARNING_HIGH_2" Value="2" />
<opc:EnumeratedValue Name="WARNING_4" Value="4" />
<opc:EnumeratedValue Name="ALARM_LOW_8" Value="8" />
<opc:EnumeratedValue Name="ALARM_HIGH_16" Value="16" />
<opc:EnumeratedValue Name="ALARM_32" Value="32" />
</opc:EnumeratedType>
</opc:TypeDictionary>
This diff is collapsed.
This diff is collapsed.
<opc:TypeDictionary
xmlns:opc="http://opcfoundation.org/BinarySchema/"
xmlns:ua="http://opcfoundation.org/UA/2008/02/Types.bsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:tns="http://opcfoundation.org/UA/DI/"
DefaultByteOrder="LittleEndian"
TargetNamespace="http://opcfoundation.org/UA/DI/"
>
<opc:Import Namespace="http://opcfoundation.org/UA/" Location="Opc.Ua.BinarySchema.bsd"/>
</opc:TypeDictionary>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" ?>
<!--
* Copyright (c) 2005-2018 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*
* The complete license agreement can be found here:
* http://opcfoundation.org/License/MIT/1.00/
-->
<opc:TypeDictionary
xmlns:opc="http://opcfoundation.org/BinarySchema/"
xmlns:ua="http://opcfoundation.org/UA/2008/02/Types.bsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:tns="http://opcfoundation.org/UA/DI/"
DefaultByteOrder="LittleEndian"
TargetNamespace="http://opcfoundation.org/UA/DI/"
>
<opc:Import Namespace="http://opcfoundation.org/UA/" Location="Opc.Ua.BinarySchema.bsd"/>
</opc:TypeDictionary>
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:ua="http://opcfoundation.org/UA/2008/02/Types.xsd"
xmlns:tns="http://opcfoundation.org/UA/DI/Types.xsd"
targetNamespace="http://opcfoundation.org/UA/DI/Types.xsd"
elementFormDefault="qualified"
>
<xs:import namespace="http://opcfoundation.org/UA/2008/02/Types.xsd" />
</xs:schema>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" ?>
<!--
* Copyright (c) 2005-2018 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*
* The complete license agreement can be found here:
* http://opcfoundation.org/License/MIT/1.00/
-->
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:ua="http://opcfoundation.org/UA/2008/02/Types.xsd"
xmlns:tns="http://opcfoundation.org/UA/DI/Types.xsd"
targetNamespace="http://opcfoundation.org/UA/DI/Types.xsd"
elementFormDefault="qualified"
>
<xs:import namespace="http://opcfoundation.org/UA/2008/02/Types.xsd" />
</xs:schema>
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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