grid-sdk 0.3.5

Hyperledger Grid is a platform for building supply chain solutions that include distributed ledger components. It provides a growing set of tools that accelerate development for supply chain smart contractsand client interfaces.
Documentation
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:ti="urn:gs1:gdsn:trade_item:xsd:3">
    <xsd:annotation>
        <xsd:documentation>
            <![CDATA[
                Copyright 2021 Cargill Incorporated

                Licensed under the Apache License, Version 2.0 (the "License");
                you may not use this file except in compliance with the License.
                You may obtain a copy of the License at

                    http://www.apache.org/licenses/LICENSE-2.0

                Unless required by applicable law or agreed to in writing, software
                distributed under the License is distributed on an "AS IS" BASIS,
                WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
                See the License for the specific language governing permissions and
                limitations under the License.
            ]]>
        </xsd:documentation>
    </xsd:annotation>

    <!-- Trade Item Module-->
    <xsd:import namespace="urn:gs1:gdsn:trade_item:xsd:3" schemaLocation="http://www.gdsregistry.org/3.1/schemas/gs1/gdsn/TradeItem.xsd"/>

    <!-- Product attributes -->
    <xsd:element name="gridTradeItems" type="gridTradeItems"/>

    <xsd:complexType name="gridTradeItems">
        <xsd:sequence>
            <xsd:element name="tradeItem" type="ti:TradeItemType" minOccurs="1" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>

</xsd:schema>