<?xml version="1.0" encoding="utf-8"?>
<xs:schema
        attributeFormDefault="unqualified"
        elementFormDefault="qualified"
        xmlns:xs="http://www.w3.org/2001/XMLSchema"
        targetNamespace="http://www.jcmanet.or.jp/english2017/ISO/15143/-3/20190501"
        xmlns="http://www.jcmanet.or.jp/english2017/ISO/15143/-3/20190501"
        version="1.0.0"
>

    <xs:include schemaLocation="http://www.jcmanet.or.jp/english2017/ISO/15143/-3/20190501/common.xsd"/>

    <xs:element name="AverageLoadFactorLast24">
        <xs:complexType>
            <xs:sequence>
                <xs:element name="Links" type="Links" minOccurs="1" maxOccurs="unbounded" />
                <xs:element name="LoadFactor" type="LoadFactor" minOccurs="0" maxOccurs="unbounded" />
            </xs:sequence>
        </xs:complexType>
    </xs:element>

</xs:schema>
