<UANodeSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd" xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd" xmlns:s1="http://yourorganisation.org/mymodel/Types.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <NamespaceUris>
        <Uri>MYNAMESPACE</Uri>
    </NamespaceUris>
    <Models>
        <Model ModelUri="MYNAMESPACE" Version="1.01" PublicationDate="2012-12-31T00:00:00Z">
            <RequiredModel ModelUri="http://opcfoundation.org/UA/" Version="1.03" PublicationDate="2013-12-02T00:00:00Z" />
        </Model>
    </Models>

    <Aliases>
        <Alias Alias="Double">i=11</Alias>
        <Alias Alias="HasSubtype">i=45</Alias>
    </Aliases>

    <UAVariableType  DataType="Float" ValueRank="2" NodeId="ns=1;i=2003" ArrayDimensions="3,3" BrowseName="1:My3x3MatrixType">
        <DisplayName>My3x3MatrixType</DisplayName>
        <References>
            <Reference ReferenceType="HasSubtype" IsForward="false">i=63</Reference>
        </References>
        <Value>
            <uax:ListOfFloat>
                <uax:Float>11</uax:Float>
                <uax:Float>12</uax:Float>
                <uax:Float>13</uax:Float>
                <uax:Float>21</uax:Float>
                <uax:Float>22</uax:Float>
                <uax:Float>23</uax:Float>
                <uax:Float>31</uax:Float>
                <uax:Float>32</uax:Float>
                <uax:Float>33</uax:Float>
            </uax:ListOfFloat>
        </Value>

    </UAVariableType>


    <UAVariableType DataType="Double" ValueRank="1" NodeId="ns=1;i=2002" ArrayDimensions="5" BrowseName="1:MyDoubleArrayType">
        <DisplayName>MyDoubleArrayType</DisplayName>
        <References>
            <Reference ReferenceType="HasSubtype" IsForward="false">i=63</Reference>
        </References>
        <Value>
            <uax:ListOfDouble>
                <uax:Double>1</uax:Double>
                <uax:Double>2</uax:Double>
                <uax:Double>3</uax:Double>
                <uax:Double>4</uax:Double>
                <uax:Double>5</uax:Double>
            </uax:ListOfDouble>
        </Value>
    </UAVariableType>
</UANodeSet>
