basis.xsd

Table of Contents

top

Schema Document Properties

Target Namespace http://nsp.rdc.nl/RDC
Version r1.10
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.

Declared Namespaces

Prefix Namespace
Default namespace http://nsp.rdc.nl/RDC
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://nsp.rdc.nl/RDC" version="r1.10">
...
</xs:schema>
top

Global Definitions

Complex Type: Abonnement

Super-types: None
Sub-types: None
Name Abonnement
Abstract no
XML Instance Representation
<...>
<Abonnmentscode> Abonnementscode </Abonnmentscode> [1]
<BegindatumAbonnement> Datum </BegindatumAbonnement> [1]
<EinddatumAbonnement> Datum </EinddatumAbonnement> [1]
</...>
Schema Component Representation
<xs:complexType name="Abonnement">
<xs:sequence>
<xs:element name="Abonnmentscode" type=" Abonnementscode "/>
<xs:element name="BegindatumAbonnement" type=" Datum "/>
<xs:element name="EinddatumAbonnement" type=" Datum "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Adres

Super-types: None
Sub-types: None
Name Adres
Abstract no
XML Instance Representation
<...>
<Straat> Straat </Straat> [1]
<Huisnummer> Huisnummer </Huisnummer> [1]
<HuisnummerToevoeging> HuisnummerToevoeging </HuisnummerToevoeging> [0..1]
<Postcode> Postcode </Postcode> [1]
<Woonplaats> Woonplaats </Woonplaats> [1]
<WoonwagenAanBoordVerwijzing> WoonwagenAanBoordVerwijzing </WoonwagenAanBoordVerwijzing> [0..1]
<Landcode> Landcode </Landcode> [0..1]
</...>
Schema Component Representation
<xs:complexType name="Adres">
<xs:sequence>
<xs:element name="Straat" type=" Straat "/>
<xs:element name="Huisnummer" type=" Huisnummer "/>
<xs:element name="HuisnummerToevoeging" type=" HuisnummerToevoeging " minOccurs="0"/>
<xs:element name="Postcode" type=" Postcode "/>
<xs:element name="Woonplaats" type=" Woonplaats "/>
<xs:element name="WoonwagenAanBoordVerwijzing" type=" WoonwagenAanBoordVerwijzing " minOccurs="0"/>
<xs:element name="Landcode" type=" Landcode " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: AdresUitgebreid

Super-types: None
Sub-types: None
Name AdresUitgebreid
Abstract no
XML Instance Representation
<...>
<Straat> Straat </Straat> [0..1]
<Huisnummer> Huisnummer </Huisnummer> [0..1]
<HuisnummerToevoeging> HuisnummerToevoeging </HuisnummerToevoeging> [0..1]
<Postcode> Postcode </Postcode> [0..1]
<Woonplaats> Woonplaats </Woonplaats> [0..1]
<WoonwagenAanBoordVerwijzing> WoonwagenAanBoordVerwijzing </WoonwagenAanBoordVerwijzing> [0..1]
<Landcode> Landcode </Landcode> [0..1]
<Postbusnummer> Postbusnummer </Postbusnummer> [0..1]
<PostcodePostbus> Postcode </PostcodePostbus> [0..1]
<PostbusWoonplaats> Woonplaats </PostbusWoonplaats> [0..1]
</...>
Schema Component Representation
<xs:complexType name="AdresUitgebreid">
<xs:sequence>
<xs:element name="Straat" type=" Straat " minOccurs="0"/>
<xs:element name="Huisnummer" type=" Huisnummer " minOccurs="0"/>
<xs:element name="HuisnummerToevoeging" type=" HuisnummerToevoeging " minOccurs="0"/>
<xs:element name="Postcode" type=" Postcode " minOccurs="0"/>
<xs:element name="Woonplaats" type=" Woonplaats " minOccurs="0"/>
<xs:element name="WoonwagenAanBoordVerwijzing" type=" WoonwagenAanBoordVerwijzing " minOccurs="0"/>
<xs:element name="Landcode" type=" Landcode " minOccurs="0"/>
<xs:element name="Postbusnummer" type=" Postbusnummer " minOccurs="0"/>
<xs:element name="PostcodePostbus" type=" Postcode " minOccurs="0"/>
<xs:element name="PostbusWoonplaats" type=" Woonplaats " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Dealerschapscodes

Super-types: None
Sub-types: None
Name Dealerschapscodes
Abstract no
XML Instance Representation
<...>
<Dealerschapscode> Dealerschapscode </Dealerschapscode> [1..*]
</...>
Schema Component Representation
<xs:complexType name="Dealerschapscodes">
<xs:sequence>
<xs:element name="Dealerschapscode" type=" Dealerschapscode " maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Identificatie

Super-types: None
Sub-types: None
Name Identificatie
Abstract no
XML Instance Representation
<...>
<Gebruikersnummer> Gebruikersnummer </Gebruikersnummer> [1]
<Rol> Rol </Rol> [1]
<Route> Route </Route> [1]
<TransactieID> TransactieID </TransactieID> [0..1]
</...>
Schema Component Representation
<xs:complexType name="Identificatie">
<xs:sequence>
<xs:element name="Gebruikersnummer" type=" Gebruikersnummer "/>
<xs:element name="Rol" type=" Rol "/>
<xs:element name="Route" type=" Route "/>
<xs:element name="TransactieID" type=" TransactieID " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Simple Type: APSBroncode

Super-types: xs:string < APSBroncode (by restriction)
Sub-types: None
Name APSBroncode
Content
  • Base XSD Type: string
  • length <= 3
Schema Component Representation
<xs:simpleType name="APSBroncode">
<xs:restriction base=" xs:string ">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Aantal

Super-types: xs:nonNegativeInteger < Aantal (by restriction)
Sub-types: None
Name Aantal
Content
  • Base XSD Type: nonNegativeInteger
  • total no. of digits = 7
Schema Component Representation
<xs:simpleType name="Aantal">
<xs:restriction base=" xs:nonNegativeInteger ">
<xs:totalDigits value="7"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Abonnementscode

Super-types: xs:string < Abonnementscode (by restriction)
Sub-types: None
Name Abonnementscode
Used by (from the same schema document) Complex Type Abonnement
Content
  • Base XSD Type: string
  • length <= 20
Schema Component Representation
<xs:simpleType name="Abonnementscode">
<xs:restriction base=" xs:string ">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: AudatexNummer

Super-types: xs:nonNegativeInteger < AudatexNummer (by restriction)
Sub-types: None
Name AudatexNummer
Content
  • Base XSD Type: nonNegativeInteger
  • total no. of digits = 6
Schema Component Representation
<xs:simpleType name="AudatexNummer">
<xs:restriction base=" xs:nonNegativeInteger ">
<xs:totalDigits value="6"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BOVAGNummer

Super-types: xs:string < BOVAGNummer (by restriction)
Sub-types: None
Name BOVAGNummer
Content
  • Base XSD Type: string
  • pattern = [a-zA-Z][0-9]*
  • length = 7
Schema Component Representation
<xs:simpleType name="BOVAGNummer">
<xs:restriction base=" xs:string ">
<xs:length value="7"/>
<xs:pattern value="[a-zA-Z][0-9]*"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Bedrag

Super-types: xs:decimal < Bedrag (by restriction)
Sub-types: None
Name Bedrag
Content
  • Base XSD Type: decimal
  • total no. of digits = 9
  • no. of fraction digits = 2
Schema Component Representation
<xs:simpleType name="Bedrag">
<xs:restriction base=" xs:decimal ">
<xs:totalDigits value="9"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Berichtsoort

Super-types: xs:string < Berichtsoort (by restriction)
Sub-types: None
Name Berichtsoort
Content
  • Base XSD Type: string
  • value comes from list: {'vraag'|'antwoord'|'fout'}
Schema Component Representation
<xs:simpleType name="Berichtsoort">
<xs:restriction base=" xs:string ">
<xs:enumeration value="vraag"/>
<xs:enumeration value="antwoord"/>
<xs:enumeration value="fout"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Correct

Super-types: xs:boolean < Correct (by restriction)
Sub-types: None
Name Correct
Content
  • Base XSD Type: boolean
Documentation Afhankelijk van de context geeft het element aan een waarde aanwezig is of niet, dat het feit correct is of niet (b.v. trendbreuk).
Schema Component Representation
<xs:simpleType name="Correct">
<xs:restriction base=" xs:boolean "/>
</xs:simpleType>
top

Simple Type: Datum

Super-types: xs:date < Datum (by restriction)
Sub-types: None
Name Datum
Used by (from the same schema document) Complex Type Abonnement , Complex Type Abonnement
Content
  • Base XSD Type: date
Schema Component Representation
<xs:simpleType name="Datum">
<xs:restriction base=" xs:date "/>
</xs:simpleType>
top

Simple Type: DatumTijd

Super-types: xs:dateTime < DatumTijd (by restriction)
Sub-types: None
Name DatumTijd
Content
  • Base XSD Type: dateTime
Schema Component Representation
<xs:simpleType name="DatumTijd">
<xs:restriction base=" xs:dateTime "/>
</xs:simpleType>
top

Simple Type: Dealercode

Super-types: xs:string < Dealercode (by restriction)
Sub-types: None
Name Dealercode
Content
  • Base XSD Type: string
  • length <= 20
Schema Component Representation
<xs:simpleType name="Dealercode">
<xs:restriction base=" xs:string ">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Dealerschapscode

Super-types: xs:integer < Dealerschapscode (by restriction)
Sub-types: None
Name Dealerschapscode
Used by (from the same schema document) Complex Type Dealerschapscodes
Content
  • Base XSD Type: integer
  • total no. of digits = 2
Schema Component Representation
<xs:simpleType name="Dealerschapscode">
<xs:restriction base=" xs:integer ">
<xs:totalDigits value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: DienstOperatie

Super-types: xs:string < DienstOperatie (by restriction)
Sub-types: None
Name DienstOperatie
Content
  • Base XSD Type: string
  • length <= 50
Schema Component Representation
<xs:simpleType name="DienstOperatie">
<xs:restriction base=" xs:string ">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Dienstnaam

Super-types: xs:string < Dienstnaam (by restriction)
Sub-types: None
Name Dienstnaam
Content
  • Base XSD Type: string
  • length <= 50
Schema Component Representation
<xs:simpleType name="Dienstnaam">
<xs:restriction base=" xs:string ">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Email

Super-types: xs:token < Email (by restriction)
Sub-types: None
Name Email
Content
  • Base XSD Type: token
  • pattern = ([\.a-zA-Z0-9_\-])+@([a-zA-Z0-9_\-])+(([a-zA-Z0-9_\-])*\.([a-zA-Z0-9_\-]) +)+
  • length <= 100
Documentation Email more strict than Emailadres
Schema Component Representation
<xs:simpleType name="Email">
<xs:restriction base=" xs:token ">
<xs:pattern value="([\.a-zA-Z0-9_\-])+@([a-zA-Z0-9_\-])+(([a-zA-Z0-9_\-])*\.([a-zA-Z0-9_\-]) +)+"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Emailadres

Super-types: xs:string < Emailadres (by restriction)
Sub-types: None
Name Emailadres
Content
  • Base XSD Type: string
  • length <= 100
Schema Component Representation
<xs:simpleType name="Emailadres">
<xs:restriction base=" xs:string ">
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Foutmelding

Super-types: xs:string < Foutmelding (by restriction)
Sub-types: None
Name Foutmelding
Content
  • Base XSD Type: string
  • length <= 500
Schema Component Representation
<xs:simpleType name="Foutmelding">
<xs:restriction base=" xs:string ">
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Gebruikersnummer

Super-types: xs:string < Gebruikersnummer (by restriction)
Sub-types: None
Name Gebruikersnummer
Used by (from the same schema document) Complex Type Identificatie
Content
  • Base XSD Type: string
  • pattern = [a-zA-Z0-9]*
  • length <= 12
Schema Component Representation
<xs:simpleType name="Gebruikersnummer">
<xs:restriction base=" xs:string ">
<xs:maxLength value="12"/>
<xs:pattern value="[a-zA-Z0-9]*"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Geslachtsaanduiding

Super-types: xs:string < Geslachtsaanduiding (by restriction)
Sub-types: None
Name Geslachtsaanduiding
Content
  • Base XSD Type: string
  • length = 1
Documentation Geslachtsaanduiding natuurlijk persoon
Schema Component Representation
<xs:simpleType name="Geslachtsaanduiding">
<xs:restriction base=" xs:string ">
<xs:length value="1"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Huisnummer

Super-types: xs:string < Huisnummer (by restriction)
Sub-types: None
Name Huisnummer
Used by (from the same schema document) Complex Type Adres , Complex Type AdresUitgebreid
Content
  • Base XSD Type: string
  • length <= 5
Schema Component Representation
<xs:simpleType name="Huisnummer">
<xs:restriction base=" xs:string ">
<xs:maxLength value="5"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: HuisnummerToevoeging

Super-types: xs:string < HuisnummerToevoeging (by restriction)
Sub-types: None
Name HuisnummerToevoeging
Used by (from the same schema document) Complex Type Adres , Complex Type AdresUitgebreid
Content
  • Base XSD Type: string
  • length <= 7
Schema Component Representation
<xs:simpleType name="HuisnummerToevoeging">
<xs:restriction base=" xs:string ">
<xs:maxLength value="7"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Jaar

Super-types: xs:gYear < Jaar (by restriction)
Sub-types: None
Name Jaar
Content
  • Base XSD Type: gYear
Documentation Note: EEJJ
Schema Component Representation
<xs:simpleType name="Jaar">
<xs:restriction base=" xs:gYear "/>
</xs:simpleType>
top

Simple Type: Klantnummer

Super-types: xs:string < Klantnummer (by restriction)
Sub-types: None
Name Klantnummer
Content
  • Base XSD Type: string
  • pattern = [0-9]*
  • length <= 6
Schema Component Representation
<xs:simpleType name="Klantnummer">
<xs:restriction base=" xs:string ">
<xs:maxLength value="6"/>
<xs:pattern value="[0-9]*"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Landcode

Super-types: xs:string < Landcode (by restriction)
Sub-types: None
Name Landcode
Used by (from the same schema document) Complex Type Adres , Complex Type AdresUitgebreid
Content
  • Base XSD Type: string
  • length <= 3
Documentation LAND-CODE-ISO-3
Schema Component Representation
<xs:simpleType name="Landcode">
<xs:restriction base=" xs:string ">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Lengte

Super-types: xs:nonNegativeInteger < Lengte (by restriction)
Sub-types: None
Name Lengte
Content
  • Base XSD Type: nonNegativeInteger
  • total no. of digits = 5
Schema Component Representation
<xs:simpleType name="Lengte">
<xs:restriction base=" xs:nonNegativeInteger ">
<xs:totalDigits value="5"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Massa

Super-types: xs:nonNegativeInteger < Massa (by restriction)
Sub-types: None
Name Massa
Content
  • Base XSD Type: nonNegativeInteger
  • total no. of digits = 5
Schema Component Representation
<xs:simpleType name="Massa">
<xs:restriction base=" xs:nonNegativeInteger ">
<xs:totalDigits value="5"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Melding

Super-types: xs:string < Melding (by restriction)
Sub-types: None
Name Melding
Content
  • Base XSD Type: string
  • length <= 150
Schema Component Representation
<xs:simpleType name="Melding">
<xs:restriction base=" xs:string ">
<xs:maxLength value="150"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Naam

Super-types: xs:string < Naam (by restriction)
Sub-types: None
Name Naam
Content
  • Base XSD Type: string
  • length <= 60
Documentation Er zijn lengtes gevonden van 45 (basis), 52 (XMLRDW) en 60 (personen)|Bij personen: Opgemaakte naam tbv mailings e.d. Onderverdeeld in 2x 30 posities.
Schema Component Representation
<xs:simpleType name="Naam">
<xs:restriction base=" xs:string ">
<xs:maxLength value="60"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Omschrijving

Super-types: xs:string < Omschrijving (by restriction)
Sub-types: None
Name Omschrijving
Content
  • Base XSD Type: string
  • length <= 50
Schema Component Representation
<xs:simpleType name="Omschrijving">
<xs:restriction base=" xs:string ">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Postbusnummer

Super-types: xs:string < Postbusnummer (by restriction)
Sub-types: None
Name Postbusnummer
Used by (from the same schema document) Complex Type AdresUitgebreid
Content
  • Base XSD Type: string
  • length <= 10
Schema Component Representation
<xs:simpleType name="Postbusnummer">
<xs:restriction base=" xs:string ">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Postcode

Super-types: xs:string < Postcode (by restriction)
Sub-types: None
Name Postcode
Used by (from the same schema document) Complex Type Adres , Complex Type AdresUitgebreid , Complex Type AdresUitgebreid
Content
  • Base XSD Type: string
  • pattern = [0-9][0-9][0-9][0-9][A-Z][A-Z]
  • length <= 6
Schema Component Representation
<xs:simpleType name="Postcode">
<xs:restriction base=" xs:string ">
<xs:maxLength value="6"/>
<xs:pattern value="[0-9][0-9][0-9][0-9][A-Z][A-Z]"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: PostcodeAlfa

Super-types: xs:string < PostcodeAlfa (by restriction)
Sub-types: None
Name PostcodeAlfa
Content
  • Base XSD Type: string
  • pattern = [A-Z]*
  • length = 2
Schema Component Representation
<xs:simpleType name="PostcodeAlfa">
<xs:restriction base=" xs:string ">
<xs:length value="2"/>
<xs:pattern value="[A-Z]*"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: PostcodeNum

Super-types: xs:string < PostcodeNum (by restriction)
Sub-types: None
Name PostcodeNum
Content
  • Base XSD Type: string
  • pattern = [0-9]*
  • length = 4
Schema Component Representation
<xs:simpleType name="PostcodeNum">
<xs:restriction base=" xs:string ">
<xs:length value="4"/>
<xs:pattern value="[0-9]*"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: RDCCode

Super-types: xs:string < RDCCode (by restriction)
Sub-types: None
Name RDCCode
Content
  • Base XSD Type: string
  • length <= 8
Schema Component Representation
<xs:simpleType name="RDCCode">
<xs:restriction base=" xs:string ">
<xs:maxLength value="8"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: RDCCode23

Super-types: xs:string < RDCCode23 (by restriction)
Sub-types: None
Name RDCCode23
Content
  • Base XSD Type: string
  • length <= 9
Schema Component Representation
<xs:simpleType name="RDCCode23">
<xs:restriction base=" xs:string ">
<xs:maxLength value="9"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: RDCNummer

Super-types: xs:nonNegativeInteger < RDCNummer (by restriction)
Sub-types: None
Name RDCNummer
Content
  • Base XSD Type: nonNegativeInteger
  • total no. of digits = 6
Schema Component Representation
<xs:simpleType name="RDCNummer">
<xs:restriction base=" xs:nonNegativeInteger ">
<xs:totalDigits value="6"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Referentie

Super-types: xs:string < Referentie (by restriction)
Sub-types: None
Name Referentie
Content
  • Base XSD Type: string
  • pattern = [a-zA-Z0-9_]*
  • length <= 100
Schema Component Representation
<xs:simpleType name="Referentie">
<xs:restriction base=" xs:string ">
<xs:maxLength value="100"/>
<xs:pattern value="[a-zA-Z0-9_]*"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Rijbewijsnummer

Super-types: xs:nonNegativeInteger < Rijbewijsnummer (by restriction)
Sub-types: None
Name Rijbewijsnummer
Content
  • Base XSD Type: nonNegativeInteger
  • total no. of digits = 10
Schema Component Representation
<xs:simpleType name="Rijbewijsnummer">
<xs:restriction base=" xs:nonNegativeInteger ">
<xs:totalDigits value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Rol

Super-types: xs:string < Rol (by restriction)
Sub-types: None
Name Rol
Used by (from the same schema document) Complex Type Identificatie
Content
  • Base XSD Type: string
  • length <= 30
Schema Component Representation
<xs:simpleType name="Rol">
<xs:restriction base=" xs:string ">
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Route

Super-types: xs:string < Route (by restriction)
Sub-types: None
Name Route
Used by (from the same schema document) Complex Type Identificatie
Content
  • Base XSD Type: string
  • value comes from list: {'WEBAPP'|'WSGW'|'BATCH'}
Schema Component Representation
<xs:simpleType name="Route">
<xs:restriction base=" xs:string ">
<xs:enumeration value="WEBAPP"/>
<xs:enumeration value="WSGW"/>
<xs:enumeration value="BATCH"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Ruimte

Super-types: xs:nonNegativeInteger < Ruimte (by restriction)
Sub-types: None
Name Ruimte
Content
  • Base XSD Type: nonNegativeInteger
  • total no. of digits = 4
Documentation Inhoudsmaat
Schema Component Representation
<xs:simpleType name="Ruimte">
<xs:restriction base=" xs:nonNegativeInteger ">
<xs:totalDigits value="4"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SAPNummer

Super-types: xs:nonNegativeInteger < SAPNummer (by restriction)
Sub-types: None
Name SAPNummer
Content
  • Base XSD Type: nonNegativeInteger
  • total no. of digits = 10
Schema Component Representation
<xs:simpleType name="SAPNummer">
<xs:restriction base=" xs:nonNegativeInteger ">
<xs:totalDigits value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Snelheid

Super-types: xs:nonNegativeInteger < Snelheid (by restriction)
Sub-types: None
Name Snelheid
Content
  • Base XSD Type: nonNegativeInteger
  • total no. of digits = 3
Schema Component Representation
<xs:simpleType name="Snelheid">
<xs:restriction base=" xs:nonNegativeInteger ">
<xs:totalDigits value="3"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Straat

Super-types: xs:string < Straat (by restriction)
Sub-types: None
Name Straat
Used by (from the same schema document) Complex Type Adres , Complex Type AdresUitgebreid
Content
  • Base XSD Type: string
  • length <= 17
Schema Component Representation
<xs:simpleType name="Straat">
<xs:restriction base=" xs:string ">
<xs:maxLength value="17"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Telefoonnummer

Super-types: xs:string < Telefoonnummer (by restriction)
Sub-types: None
Name Telefoonnummer
Content
  • Base XSD Type: string
  • length <= 15
Documentation Note: In VER is faxnummer als numeriek 15 gedefinieerd.
Schema Component Representation
<xs:simpleType name="Telefoonnummer">
<xs:restriction base=" xs:string ">
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Tijd

Super-types: xs:time < Tijd (by restriction)
Sub-types: None
Name Tijd
Content
  • Base XSD Type: time
Schema Component Representation
<xs:simpleType name="Tijd">
<xs:restriction base=" xs:time "/>
</xs:simpleType>
top

Simple Type: TransactieID

Super-types: xs:string < TransactieID (by restriction)
Sub-types: None
Name TransactieID
Used by (from the same schema document) Complex Type Identificatie
Content
  • Base XSD Type: string
  • length <= 100
Schema Component Representation
<xs:simpleType name="TransactieID">
<xs:restriction base=" xs:string ">
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Url

Super-types: xs:anyURI < Url (by restriction)
Sub-types: None
Name Url
Content
  • Base XSD Type: anyURI
Schema Component Representation
<xs:simpleType name="Url">
<xs:restriction base=" xs:anyURI "/>
</xs:simpleType>
top

Simple Type: Voorletters

Super-types: xs:string < Voorletters (by restriction)
Sub-types: None
Name Voorletters
Content
  • Base XSD Type: string
  • length <= 12
Documentation Voorletters opgemaakt met punten er tussen (alleen gevuld bij een Natuurlijk persoon), afkomst staat aangegeven in Afkomst-correspondentie. Met interpunctie.
Schema Component Representation
<xs:simpleType name="Voorletters">
<xs:restriction base=" xs:string ">
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Voorvoegsels

Super-types: xs:string < Voorvoegsels (by restriction)
Sub-types: None
Name Voorvoegsels
Content
  • Base XSD Type: string
  • length <= 10
Documentation Voorvoegsel(s) (alleen gevuld bij een natuurlijk persoon), afkomst staat aangegeven in Afkomst-correspondentie.
Schema Component Representation
<xs:simpleType name="Voorvoegsels">
<xs:restriction base=" xs:string ">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: WachtwoordRDW

Super-types: xs:string < WachtwoordRDW (by restriction)
Sub-types: None
Name WachtwoordRDW
Content
  • Base XSD Type: string
  • length <= 8
Documentation Het wachtwoord van de RDW.
Schema Component Representation
<xs:simpleType name="WachtwoordRDW">
<xs:restriction base=" xs:string ">
<xs:maxLength value="8"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Woonplaats

Super-types: xs:string < Woonplaats (by restriction)
Sub-types: None
Name Woonplaats
Used by (from the same schema document) Complex Type Adres , Complex Type AdresUitgebreid , Complex Type AdresUitgebreid
Content
  • Base XSD Type: string
  • length <= 24
Schema Component Representation
<xs:simpleType name="Woonplaats">
<xs:restriction base=" xs:string ">
<xs:maxLength value="24"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: WoonwagenAanBoordVerwijzing

Super-types: xs:string < WoonwagenAanBoordVerwijzing (by restriction)
Sub-types: None
Name WoonwagenAanBoordVerwijzing
Used by (from the same schema document) Complex Type Adres , Complex Type AdresUitgebreid
Content
  • Base XSD Type: string
  • value comes from list: {'WW'|'AB'|'TO'|'BY'}
Documentation Code die aangeeft of het adres een woonwagen of woonboot betreft.
Schema Component Representation
<xs:simpleType name="WoonwagenAanBoordVerwijzing">
<xs:restriction base=" xs:string ">
<xs:enumeration value="WW"/>
<xs:enumeration value="AB"/>
<xs:enumeration value="TO"/>
<xs:enumeration value="BY"/>
</xs:restriction>
</xs:simpleType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base=" Address ">
<sequence>
<element name="state" type=" AusStates "/>
<element name="postcode">
<simpleType>
<restriction base=" string ">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type=" string " fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top