Table of Contents
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 >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<BegindatumAbonnement>
Datum
</BegindatumAbonnement>
[1]
<EinddatumAbonnement>
Datum
</EinddatumAbonnement>
[1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Abonnement ">
<
xs:sequence >
<
xs:element
name ="
BegindatumAbonnement "
type ="
Datum
"/>
<
xs:element
name ="
EinddatumAbonnement "
type ="
Datum
"/>
</
xs:sequence >
</
xs:complexType >
Complex Type: Adres
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Adres ">
<
xs:sequence >
<
xs:element
name ="
Straat "
type ="
Straat
"/>
<
xs:element
name ="
Huisnummer "
type ="
Huisnummer
"/>
<
xs:element
name ="
Postcode "
type ="
Postcode
"/>
<
xs:element
name ="
Woonplaats "
type ="
Woonplaats
"/>
<
xs:element
name ="
Landcode "
type ="
Landcode
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<Straat>
Straat
</Straat>
[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 ="
Postcode "
type ="
Postcode
"
minOccurs ="
0 "/>
<
xs:element
name ="
Woonplaats "
type ="
Woonplaats
"
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 >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Dealerschapscodes ">
<
xs:sequence >
<
xs:element
name ="
Dealerschapscode "
type ="
Dealerschapscode
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<Route>
Route
</Route>
[1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Identificatie ">
<
xs:sequence >
<
xs:element
name ="
Rol "
type ="
Rol
"/>
<
xs:element
name ="
Route "
type ="
Route
"/>
<
xs:element
name ="
TransactieID "
type ="
TransactieID
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
xs :string < APSBroncode (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType
name ="
APSBroncode ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="3 "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: Aantal
Super-types:
xs :nonNegativeInteger < Aantal (by restriction)
Sub-types:
None
Name
Aantal
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType
name ="
Aantal ">
<
xs:restriction
base ="
xs :nonNegativeInteger
">
<xs:totalDigits
value ="7 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < Abonnementscode (by restriction)
Sub-types:
None
Name
Abonnementscode
Used by (from the same schema document)
Complex Type
Abonnement
Content
Schema Component Representation
<
xs:simpleType
name ="
Abonnementscode ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="20 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < AudatexNummer (by restriction)
Sub-types:
None
Name
AudatexNummer
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType
name ="
AudatexNummer ">
<
xs:restriction
base ="
xs :nonNegativeInteger
">
<xs:totalDigits
value ="6 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < BOVAGNummer (by restriction)
Sub-types:
None
Name
BOVAGNummer
Content
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 >
Simple Type: Bedrag
Super-types:
xs :decimal < Bedrag (by restriction)
Sub-types:
None
Name
Bedrag
Content
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 >
Super-types:
xs :string < Berichtsoort (by restriction)
Sub-types:
None
Name
Berichtsoort
Content
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 >
Super-types:
xs :boolean < Correct (by restriction)
Sub-types:
None
Name
Correct
Content
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 >
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
Schema Component Representation
<
xs:simpleType
name ="
Datum ">
<
xs:restriction
base ="
xs :date
"/>
</
xs:simpleType >
Super-types:
xs :dateTime < DatumTijd (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType
name ="
DatumTijd ">
<
xs:restriction
base ="
xs :dateTime
"/>
</
xs:simpleType >
Super-types:
xs :string < Dealercode (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType
name ="
Dealercode ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="20 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :integer < Dealerschapscode (by restriction)
Sub-types:
None
Name
Dealerschapscode
Used by (from the same schema document)
Complex Type
Dealerschapscodes
Content
Schema Component Representation
<
xs:simpleType
name ="
Dealerschapscode ">
<
xs:restriction
base ="
xs :integer
">
<xs:totalDigits
value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < DienstOperatie (by restriction)
Sub-types:
None
Name
DienstOperatie
Content
Schema Component Representation
<
xs:simpleType
name ="
DienstOperatie ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="50 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < Dienstnaam (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType
name ="
Dienstnaam ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="50 "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: Email
Super-types:
xs :token < Email (by restriction)
Sub-types:
None
Name
Email
Content
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 >
Super-types:
xs :string < Emailadres (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType
name ="
Emailadres ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="100 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < Foutmelding (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType
name ="
Foutmelding ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="500 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < Gebruikersnummer (by restriction)
Sub-types:
None
Name
Gebruikersnummer
Used by (from the same schema document)
Complex Type
Identificatie
Content
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 >
Super-types:
xs :string < Geslachtsaanduiding (by restriction)
Sub-types:
None
Name
Geslachtsaanduiding
Content
Documentation
Geslachtsaanduiding natuurlijk persoon
Schema Component Representation
<
xs:simpleType
name ="
Geslachtsaanduiding ">
<
xs:restriction
base ="
xs :string
">
<xs:length
value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
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
Schema Component Representation
<
xs:simpleType
name ="
Huisnummer ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="5 "/>
</
xs:restriction >
</
xs:simpleType >
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
Schema Component Representation
<
xs:simpleType
name ="
HuisnummerToevoeging ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="7 "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: Jaar
Super-types:
xs :gYear < Jaar (by restriction)
Sub-types:
None
Name
Jaar
Content
Documentation
Note: EEJJ
Schema Component Representation
<
xs:simpleType
name ="
Jaar ">
<
xs:restriction
base ="
xs :gYear
"/>
</
xs:simpleType >
Super-types:
xs :string < Klantnummer (by restriction)
Sub-types:
None
Name
Klantnummer
Content
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 >
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
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 >
Simple Type: Lengte
Super-types:
xs :nonNegativeInteger < Lengte (by restriction)
Sub-types:
None
Name
Lengte
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType
name ="
Lengte ">
<
xs:restriction
base ="
xs :nonNegativeInteger
">
<xs:totalDigits
value ="5 "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: Massa
Super-types:
xs :nonNegativeInteger < Massa (by restriction)
Sub-types:
None
Name
Massa
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType
name ="
Massa ">
<
xs:restriction
base ="
xs :nonNegativeInteger
">
<xs:totalDigits
value ="5 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < Melding (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType
name ="
Melding ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="150 "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: Naam
Super-types:
xs :string < Naam (by restriction)
Sub-types:
None
Name
Naam
Content
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 >
Super-types:
xs :string < Omschrijving (by restriction)
Sub-types:
None
Name
Omschrijving
Content
Schema Component Representation
<
xs:simpleType
name ="
Omschrijving ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="50 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < Postbusnummer (by restriction)
Sub-types:
None
Name
Postbusnummer
Used by (from the same schema document)
Complex Type
AdresUitgebreid
Content
Schema Component Representation
<
xs:simpleType
name ="
Postbusnummer ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
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
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 >
Super-types:
xs :string < PostcodeAlfa (by restriction)
Sub-types:
None
Name
PostcodeAlfa
Content
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 >
Super-types:
xs :string < PostcodeNum (by restriction)
Sub-types:
None
Name
PostcodeNum
Content
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 >
Super-types:
xs :string < RDCCode (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType
name ="
RDCCode ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="8 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < RDCCode23 (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType
name ="
RDCCode23 ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="9 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < RDCNummer (by restriction)
Sub-types:
None
Name
RDCNummer
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType
name ="
RDCNummer ">
<
xs:restriction
base ="
xs :nonNegativeInteger
">
<xs:totalDigits
value ="6 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < Referentie (by restriction)
Sub-types:
None
Name
Referentie
Content
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 >
Super-types:
xs :nonNegativeInteger < Rijbewijsnummer (by restriction)
Sub-types:
None
Name
Rijbewijsnummer
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType
name ="
Rijbewijsnummer ">
<
xs:restriction
base ="
xs :nonNegativeInteger
">
<xs:totalDigits
value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
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
Schema Component Representation
<
xs:simpleType
name ="
Rol ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
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
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 >
Simple Type: Ruimte
Super-types:
xs :nonNegativeInteger < Ruimte (by restriction)
Sub-types:
None
Name
Ruimte
Content
Base XSD Type: nonNegativeInteger
Documentation
Inhoudsmaat
Schema Component Representation
<
xs:simpleType
name ="
Ruimte ">
<
xs:restriction
base ="
xs :nonNegativeInteger
">
<xs:totalDigits
value ="4 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < SAPNummer (by restriction)
Sub-types:
None
Name
SAPNummer
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType
name ="
SAPNummer ">
<
xs:restriction
base ="
xs :nonNegativeInteger
">
<xs:totalDigits
value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < Snelheid (by restriction)
Sub-types:
None
Name
Snelheid
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType
name ="
Snelheid ">
<
xs:restriction
base ="
xs :nonNegativeInteger
">
<xs:totalDigits
value ="3 "/>
</
xs:restriction >
</
xs:simpleType >
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
Schema Component Representation
<
xs:simpleType
name ="
Straat ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="17 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < Telefoonnummer (by restriction)
Sub-types:
None
Name
Telefoonnummer
Content
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 >
Simple Type: Tijd
Super-types:
xs :time < Tijd (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType
name ="
Tijd ">
<
xs:restriction
base ="
xs :time
"/>
</
xs:simpleType >
Super-types:
xs :string < TransactieID (by restriction)
Sub-types:
None
Name
TransactieID
Used by (from the same schema document)
Complex Type
Identificatie
Content
Schema Component Representation
<
xs:simpleType
name ="
TransactieID ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="100 "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: Url
Super-types:
xs :anyURI < Url (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType
name ="
Url ">
<
xs:restriction
base ="
xs :anyURI
"/>
</
xs:simpleType >
Super-types:
xs :string < Voorletters (by restriction)
Sub-types:
None
Name
Voorletters
Content
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 >
Super-types:
xs :string < Voorvoegsels (by restriction)
Sub-types:
None
Name
Voorvoegsels
Content
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 >
Super-types:
xs :string < WachtwoordRDW (by restriction)
Sub-types:
None
Name
WachtwoordRDW
Content
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 >
Super-types:
xs :string < Woonplaats (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType
name ="
Woonplaats ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="24 "/>
</
xs:restriction >
</
xs:simpleType >
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
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 >
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.
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.
The minimum and maximum occurrence of elements and attributes
are provided in square brackets, e.g. [0..1].
Model group information are shown in gray, e.g. Start Choice ...
End Choice.
For type derivations, the elements and attributes that have been
added to or changed from the base type's content are shown in
bold .
If an element/attribute has a fixed value, the fixed value is
shown in green, e.g. country="Australia".
Otherwise, the type of the element/attribute is displayed.
If the element/attribute's type is in the schema, a link
is provided to it.
For local simple type definitions, the constraints are
displayed in angle brackets, e.g.
<<pattern = [1-9][0-9]{3}>>.
If a local element/attribute has documentation, it will be
displayed in a window that pops up when the question mark
inside the attribute or next to the element is clicked, e.g.
<postcode>.
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.)
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 .