31 lines
2.1 KiB
XML
31 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xs:schema targetNamespace="http://services.giant-net.com/schema/services/fulldataset/1.0" xmlns:full="http://services.giant-net.com/schema/services/fulldataset/1.0" xmlns:cdm="http://services.giant-net.com/schema/cdm/1.0" xmlns:datatypes="http://services.giant-net.com/schema/cdm/datatypes/1.0" xmlns:graydon_be="http://services.giant-net.com/schema/cdm/provider/graydon_be/1.0" xmlns:graydon_nl="http://services.giant-net.com/schema/cdm/provider/graydon_nl/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:import namespace="http://services.giant-net.com/schema/cdm/provider/graydon_nl/1.0" schemaLocation="graydon_nl-1.0.xsd"/>
|
|
<xs:import namespace="http://services.giant-net.com/schema/cdm/provider/graydon_be/1.0" schemaLocation="graydon_be-1.0.xsd"/>
|
|
<xs:import namespace="http://services.giant-net.com/schema/cdm/datatypes/1.0" schemaLocation="datatypes-1.0.xsd"/>
|
|
<xs:import namespace="http://services.giant-net.com/schema/cdm/1.0" schemaLocation="cdm-1.0.xsd"/>
|
|
<xs:complexType name="FullDataSet">
|
|
<xs:complexContent>
|
|
<xs:extension base="datatypes:DataSetType">
|
|
<xs:sequence>
|
|
<xs:element name="Company" type="cdm:Company" minOccurs="1" maxOccurs="1"/>
|
|
</xs:sequence>
|
|
</xs:extension>
|
|
</xs:complexContent>
|
|
</xs:complexType>
|
|
<xs:group name="SchemaLinks">
|
|
<xs:annotation>
|
|
<xs:documentation>Links to extensions. Only used to ensure that schema imports are generated properly</xs:documentation>
|
|
</xs:annotation>
|
|
<xs:sequence>
|
|
<xs:element name="LinkToGraydon_BE" type="graydon_be:SchemaLink" minOccurs="1" maxOccurs="1"/>
|
|
<xs:element name="LinkToGraydon_NL" type="graydon_nl:SchemaLink" minOccurs="1" maxOccurs="1"/>
|
|
</xs:sequence>
|
|
</xs:group>
|
|
<xs:simpleType name="SchemaLink">
|
|
<xs:annotation>
|
|
<xs:documentation>This is a technical type used to link datasets with this schema to ensure that import schema references are generated properly.</xs:documentation>
|
|
</xs:annotation>
|
|
<xs:restriction base="xs:string"/>
|
|
</xs:simpleType>
|
|
</xs:schema> |