Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:deltares="http://deltares.nl" targetNamespace="http://deltares.nl">
    <xsd:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
    <xsd:complexType name="r-1_shapeFWAType">
        <xsd:complexContent>
            <xsd:extension base="gml:AbstractFeatureType">
                <xsd:sequence>
                    <xsd:element minOccurs="0" name="geometry" nillable="true" type="gml:MultiGeometryPropertyType"/>
                    <xsd:element minOccurs="0" name="model_type" nillable="true" type="xsd:string"/>
                    <xsd:element minOccurs="0" name="model_reg" nillable="true" type="xsd:string"/>
                    <xsd:element minOccurs="0" name="model_id" nillable="true" type="xsd:string"/>
                    <xsd:element minOccurs="0" name="model_name" nillable="true" type="xsd:string"/>
                    <xsd:element minOccurs="0" name="issue_freq" nillable="true" type="xsd:string"/>
                    <xsd:element minOccurs="0" name="t_issue" nillable="true" type="xsd:string"/>
                    <xsd:element minOccurs="0" name="t_step_int" nillable="true" type="xsd:string"/>
                    <xsd:element minOccurs="0" name="variable" nillable="true" type="xsd:string"/>
                    <xsd:element minOccurs="0" name="prod_type" nillable="true" type="xsd:string"/>
                    <xsd:element minOccurs="0" name="t_start" nillable="true" type="xsd:string"/>
                    <xsd:element minOccurs="0" name="t_end" nillable="true" type="xsd:string"/>
                    <xsd:element minOccurs="0" name="t_length" nillable="true" type="xsd:string"/>
                    <xsd:element minOccurs="0" name="bom_region" nillable="true" type="xsd:string"/>
                    <xsd:element minOccurs="0" name="current" nillable="true" type="xsd:string"/>
                    <xsd:element minOccurs="0" name="expired" nillable="true" type="xsd:string"/>
                    <xsd:element minOccurs="0" name="remarks" nillable="true" type="xsd:string"/>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
    <xsd:element name="r-1_shapeFWA" substitutionGroup="gml:AbstractFeature" type="deltares:r-1_shapeFWAType"/>
</xsd:schema>

...