<?xml version=“1.0” encoding=“UTF-8”?>
<xs:schema xmlns=“http://opcfoundation.org/UA/FX/2021/08/OpcUaLibInfo.xsd” xmlns:xs=“http://www.w3.org/2001/XMLSchema” targetNamespace=“http://opcfoundation.org/UA/FX/2021/08/OpcUaLibInfo.xsd” elementFormDefault=“qualified” attributeFormDefault=“unqualified”>
<xs:element name=“OpcUaLibInfo”>
<xs:annotation>
<xs:documentation>AdditionalInformation for an OPC UA Library.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name=“OpcUaNamespaceUri” type=“xs:string”/>
<xs:element name=“ModelVersion” type=“xs:string”/>
<xs:element name=“ModelPublicationDate” type=“xs:dateTime”/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>