Skip to content

Commit

Permalink
Oplevering PI 13, sprint 5, 25-03-2020
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviePluim committed Mar 25, 2020
1 parent 2ca1ae6 commit 80b8064
Show file tree
Hide file tree
Showing 98 changed files with 17,226 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
149 changes: 149 additions & 0 deletions xmlschema/v0.98-kern/1998/namespace/xml.xsd
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.w3.org/XML/1998/namespace"
xml:lang="en"><!--
This schema is provided by Geonovum as a local copy, as a convenience to the user. This schema may itself reference a local copy of the schema originally referenced by URI. The local reference takes the form of a relative path, and is introduced by Geonovum.
-->

<xs:annotation>
<xs:documentation>
See http://www.w3.org/XML/1998/namespace.html and
http://www.w3.org/TR/REC-xml for information about this namespace.

This schema document describes the XML namespace, in a form
suitable for import by other schema documents.

Note that local names in this namespace are intended to be defined
only by the World Wide Web Consortium or its subgroups. The
following names are currently defined in this namespace and should
not be used with conflicting semantics by any Working Group,
specification, or document instance:

base (as an attribute name): denotes an attribute whose value
provides a URI to be used as the base for interpreting any
relative URIs in the scope of the element on which it
appears; its value is inherited. This name is reserved
by virtue of its definition in the XML Base specification.

id (as an attribute name): denotes an attribute whose value
should be interpreted as if declared to be of type ID.
This name is reserved by virtue of its definition in the
xml:id specification.

lang (as an attribute name): denotes an attribute whose value
is a language code for the natural language of the content of
any element; its value is inherited. This name is reserved
by virtue of its definition in the XML specification.

space (as an attribute name): denotes an attribute whose
value is a keyword indicating what whitespace processing
discipline is intended for the content of the element; its
value is inherited. This name is reserved by virtue of its
definition in the XML specification.

Father (in any context at all): denotes Jon Bosak, the chair of
the original XML Working Group. This name is reserved by
the following decision of the W3C XML Plenary and
XML Coordination groups:

In appreciation for his vision, leadership and dedication
the W3C XML Plenary on this 10th day of February, 2000
reserves for Jon Bosak in perpetuity the XML name
xml:Father
</xs:documentation>
</xs:annotation>

<xs:annotation>
<xs:documentation>This schema defines attributes and an attribute group
suitable for use by
schemas wishing to allow xml:base, xml:lang, xml:space or xml:id
attributes on elements they define.

To enable this, such a schema must import this schema
for the XML namespace, e.g. as follows:
&lt;schema . . .&gt;
. . .
&lt;import namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd"/&gt;

Subsequently, qualified reference to any of the attributes
or the group defined below will have the desired effect, e.g.

&lt;type . . .&gt;
. . .
&lt;attributeGroup ref="xml:specialAttrs"/&gt;

will define a type which will schema-validate an instance
element with any of those attributes</xs:documentation>
</xs:annotation>

<xs:annotation>
<xs:documentation>In keeping with the XML Schema WG's standard versioning
policy, this schema document will persist at
http://www.w3.org/2007/08/xml.xsd.
At the date of issue it can also be found at
http://www.w3.org/2001/xml.xsd.
The schema document at that URI may however change in the future,
in order to remain compatible with the latest version of XML Schema
itself, or with the XML namespace itself. In other words, if the XML
Schema or XML namespaces change, the version of this document at
http://www.w3.org/2001/xml.xsd will change
accordingly; the version at
http://www.w3.org/2007/08/xml.xsd will not change.
</xs:documentation>
</xs:annotation>

<xs:attribute name="lang">
<xs:annotation>
<xs:documentation>Attempting to install the relevant ISO 2- and 3-letter
codes as the enumerated possible values is probably never
going to be a realistic possibility. See
RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
at http://www.iana.org/assignments/lang-tag-apps.htm for
further information.

The union allows for the 'un-declaration' of xml:lang with
the empty string.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="xs:language">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value=""/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>

<xs:attribute name="space">
<xs:simpleType>
<xs:restriction base="xs:NCName">
<xs:enumeration value="default"/>
<xs:enumeration value="preserve"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

<xs:attribute name="base" type="xs:anyURI">
<xs:annotation>
<xs:documentation>See http://www.w3.org/TR/xmlbase/ for
information about this attribute.</xs:documentation>
</xs:annotation>
</xs:attribute>

<xs:attribute name="id" type="xs:ID">
<xs:annotation>
<xs:documentation>See http://www.w3.org/TR/xml-id/ for
information about this attribute.</xs:documentation>
</xs:annotation>
</xs:attribute>

<xs:attributeGroup name="specialAttrs">
<xs:attribute ref="xml:base"/>
<xs:attribute ref="xml:lang"/>
<xs:attribute ref="xml:space"/>
<xs:attribute ref="xml:id"/>
</xs:attributeGroup>

</xs:schema>
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:da="http://www.geostandaarden.nl/imow/datatypenalgemeen/v20190709"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:imvert="http://www.imvertor.org/schema/system"
targetNamespace="http://www.geostandaarden.nl/imow/datatypenalgemeen/v20190709"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
version="0.9.8-2">
<xs:annotation>
<xs:appinfo source="http://www.imvertor.org/schema-info/uri">http://www.geostandaarden.nl/imow/datatypenalgemeen</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/version">0.9.8</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/phase">2</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/release">20190709</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/generated">2019-09-04T13:47:07Z</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/generator">1.53.4 - EVALUATION VERSION, PLEASE REGISTER!</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/owner">Geonovum</xs:appinfo>
<xs:documentation source="http://www.imvertor.org/schema-info/file-location">IMOW/datatypenalgemeen/v20190709/IMOW_DatatypenAlgemeen_v0_9_8.xsd</xs:documentation>
<xs:documentation source="http://www.imvertor.org/schema-info/conversion">
This schema is based on an UML specification, which is transformed by the Imvertor software. Imvertor modules are in the public domain, see http://www.imvertor.org.
</xs:documentation>
</xs:annotation>
<xs:element name="WaardeEenheid" type="da:WaardeEenheid" abstract="false">
<xs:annotation>
<xs:documentation source="http://www.imvertor.org/schema-info/technical-documentation">Een specifieke datatype voor het vastleggen van waarden met een eenheid, zoals 5 meter, 30 decibel en andere. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType name="WaardeEenheid" abstract="false">
<xs:sequence>
<xs:element name="waarde" type="xs:decimal" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation source="http://www.imvertor.org/schema-info/technical-documentation">Een numerieke waarde. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="eenheid" type="da:Eenheid" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation source="http://www.imvertor.org/schema-info/technical-documentation">De grootheid waarin een numerieke waarde wordt uitgedrukt.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:element name="NEN3610ID" type="da:NEN3610ID" abstract="false">
<xs:annotation>
<xs:documentation source="http://www.imvertor.org/schema-info/technical-documentation">Identificatiegegevens voor de universeel unieke identificatie van een object.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:simpleType name="NEN3610ID">
<xs:annotation>
<xs:documentation>This complex datatype is transformed to a simple type because a content pattern is defined.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="nl\.imow-(gm|pv|ws|mn)[0-9]{1,6}\.(regeltekst|gebied|gebiedengroep|lijn|lijnengroep|punt|puntengroep|activiteit|gebiedsaanwijzing|omgevingswaarde|omgevingsnorm|pons|kaart|tekstdeel|hoofdlijn)\.[A-Za-z0-9]{1,32}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Eenheid">
<xs:annotation>
<xs:documentation source="http://www.imvertor.org/schema-info/technical-documentation">Een uitbreidbare lijst met een opsomming van de mogelijke domeinwaarden van een attribuutsoort, die buiten het model in een externe waardenlijst worden beheerd. </xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:schema>
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:ga-ref="http://www.geostandaarden.nl/imow/gebiedsaanwijzing-ref/v20190709"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:imvert="http://www.imvertor.org/schema/system"
xmlns:xlink="http://www.w3.org/1999/xlink"
targetNamespace="http://www.geostandaarden.nl/imow/gebiedsaanwijzing-ref/v20190709"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
version="0.9.8-">
<xs:annotation>
<xs:appinfo source="http://www.imvertor.org/schema-info/uri">http://www.geostandaarden.nl/imow/gebiedsaanwijzing-ref</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/version">0.9.8</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/release">20190709</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/generated">2019-09-04T13:47:07Z</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/generator">1.53.4 - EVALUATION VERSION, PLEASE REGISTER!</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/owner">Geonovum</xs:appinfo>
<xs:documentation source="http://www.imvertor.org/schema-info/file-location">IMOW/gebiedsaanwijzing-ref/v20190709/IMOW_GebiedsAanwijzingRef_v0_9_8.xsd</xs:documentation>
<xs:documentation source="http://www.imvertor.org/schema-info/conversion">
This schema is based on an UML specification, which is transformed by the Imvertor software. Imvertor modules are in the public domain, see http://www.imvertor.org.
</xs:documentation>
</xs:annotation>
<xs:import namespace="http://www.w3.org/1999/xlink"
schemaLocation="../../../xlink/1.0.0/xlinks.xsd"/>
<xs:element name="GebiedsaanwijzingRef"
type="ga-ref:GebiedsaanwijzingRef"
abstract="false"/>
<xs:complexType name="GebiedsaanwijzingRef" abstract="false">
<xs:attribute name="type" type="xs:string" fixed="simple"/>
<xs:attribute ref="xlink:href" use="required"/>
</xs:complexType>
</xs:schema>
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:ga="http://www.geostandaarden.nl/imow/gebiedsaanwijzing/v20190709"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:imvert="http://www.imvertor.org/schema/system"
xmlns:da="http://www.geostandaarden.nl/imow/datatypenalgemeen/v20190709"
xmlns:l-ref="http://www.geostandaarden.nl/imow/locatie-ref/v20190901"
xmlns:ow="http://www.geostandaarden.nl/imow/owobject/v20190709"
targetNamespace="http://www.geostandaarden.nl/imow/gebiedsaanwijzing/v20190709"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
version="0.9.8-2">
<xs:annotation>
<xs:appinfo source="http://www.imvertor.org/schema-info/uri">http://www.geostandaarden.nl/imow/gebiedsaanwijzing</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/version">0.9.8</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/phase">2</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/release">20190709</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/generated">2019-09-04T13:47:07Z</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/generator">1.53.4 - EVALUATION VERSION, PLEASE REGISTER!</xs:appinfo>
<xs:appinfo source="http://www.imvertor.org/schema-info/owner">Geonovum</xs:appinfo>
<xs:documentation source="http://www.imvertor.org/schema-info/file-location">IMOW/gebiedsaanwijzing/v20190709/IMOW_GebiedsAanwijzing_v0_9_8.xsd</xs:documentation>
<xs:documentation source="http://www.imvertor.org/schema-info/conversion">
This schema is based on an UML specification, which is transformed by the Imvertor software. Imvertor modules are in the public domain, see http://www.imvertor.org.
</xs:documentation>
</xs:annotation>
<xs:import namespace="http://www.geostandaarden.nl/imow/datatypenalgemeen/v20190709"
schemaLocation="../../../IMOW/datatypenalgemeen/v20190709/IMOW_DatatypenAlgemeen_v0_9_8.xsd"/>
<xs:import namespace="http://www.geostandaarden.nl/imow/locatie-ref/v20190901"
schemaLocation="../../../IMOW/locatie-ref/v20190901/IMOW_LocatieRef_v0_9_8_2.xsd"/>
<xs:import namespace="http://www.geostandaarden.nl/imow/owobject/v20190709"
schemaLocation="../../../IMOW/owobject/v20190709/IMOW_OWobject_v0_9_8.xsd"/>
<xs:element name="Gebiedsaanwijzing"
type="ga:Gebiedsaanwijzing"
abstract="false">
<xs:annotation>
<xs:documentation source="http://www.imvertor.org/schema-info/technical-documentation">Type gebied aangewezen door een juridische regel.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType name="Gebiedsaanwijzing" abstract="false">
<xs:complexContent>
<xs:extension base="ow:OWobject">
<xs:sequence>
<xs:element name="identificatie"
type="da:NEN3610ID"
minOccurs="1"
maxOccurs="1">
<xs:annotation>
<xs:documentation source="http://www.imvertor.org/schema-info/technical-documentation">De unieke identificatie waaronder elk object van dit type bekend is. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="type"
type="ga:TypeGebiedsaanwijzing"
minOccurs="1"
maxOccurs="1">
<xs:annotation>
<xs:documentation source="http://www.imvertor.org/schema-info/technical-documentation">Het type Gebiedsaanwijzing.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="naam" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation source="http://www.imvertor.org/schema-info/technical-documentation">Een (korte) naam van de gebiedsaanwijzing. </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="\S.*"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="groep"
type="ga:Gebiedsaanwijzinggroep"
minOccurs="1"
maxOccurs="1">
<xs:annotation>
<xs:documentation source="http://www.imvertor.org/schema-info/technical-documentation">De groep waartoe de Gebiedsaanwijzing behoort.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="locatieaanduiding" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation source="http://www.imvertor.org/schema-info/technical-documentation">Deze specifieke Gebiedsaanwijzing is toegekend aan deze specifieke locatie(s).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="1" maxOccurs="unbounded">
<xs:element ref="l-ref:LocatieRef"/>
<xs:element ref="l-ref:GebiedRef"/>
<xs:element ref="l-ref:GebiedengroepRef"/>
<xs:element ref="l-ref:PuntRef"/>
<xs:element ref="l-ref:PuntengroepRef"/>
<xs:element ref="l-ref:LijnengroepRef"/>
<xs:element ref="l-ref:LijnRef"/>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="xs:ID" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:simpleType name="Gebiedsaanwijzinggroep">
<xs:restriction base="xs:string"/>
</xs:simpleType>
<xs:simpleType name="TypeGebiedsaanwijzing">
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:schema>
Loading

0 comments on commit 80b8064

Please sign in to comment.