Table of Contents
Target Namespace
http://nsp.rdc.nl/RDC/voertuigscan
Version
3.1.2
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.
Schema Composition
This schema imports schema(s) from the following namespace(s):
http://nsp.rdc.nl/RDC/commontypes (at http://nsp.rdc.nl/common/4.9/complextypes.xsd)
Declared Namespaces
Prefix
Namespace
Default namespace
http://nsp.rdc.nl/RDC/voertuigscan
xml
http://www.w3.org/XML/1998/namespace
xs
http://www.w3.org/2001/XMLSchema
ct
http://nsp.rdc.nl/RDC/commontypes
Schema Component Representation
<
xs:schema
targetNamespace ="
http://nsp.rdc.nl/RDC/voertuigscan "
elementFormDefault ="
qualified "
attributeFormDefault ="
unqualified "
version ="
3.1.2 ">
<xs:import
id ="ct " namespace ="http://nsp.rdc.nl/RDC/commontypes " schemaLocation ="http://nsp.rdc.nl/common/4.9/complextypes.xsd "/>
...
</
xs:schema >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
APKMelding ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
DatumMelding "
type ="
ct :Datum
"/>
<
xs:attribute
name ="
Goedkeur "
type ="
ct :Correct
"/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
APKMeldingen ">
<
xs:sequence >
<
xs:element
name ="
APKMelding "
type ="
APKMelding
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
APKgegevens ">
<
xs:sequence >
<
xs:element
name ="
APKMeldingen "
type ="
APKMeldingen
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Omschrijving
< Aandrijving (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Aandrijving ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
ct :Aantal
< AantalExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
AantalExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Aantal
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
AccuCapaciteitEstimate ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :AccuCapaciteitEV
">
<
xs:attribute
name ="
Estimate "
type ="
xs :boolean
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<AantalAccus>
ct :Aantal
</AantalAccus>
[0..1]
<AccuGewicht>
ct :Massa
</AccuGewicht>
[0..1]
<HerlaadbaarDmvStopcontact>
ct :Correct
</HerlaadbaarDmvStopcontact>
[0..1]
<HerlaadbaarDmvFastCharge>
ct :Correct
</HerlaadbaarDmvFastCharge>
[0..1]
<HerlaadbaarDmvAccuWissel>
ct :Correct
</HerlaadbaarDmvAccuWissel>
[0..1]
<LaadtijdVersneld>
ct :Laadtijd
</LaadtijdVersneld>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
AccuGegevens ">
<
xs:sequence >
<
xs:element
name ="
AantalAccus "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
AccuVermogen "
type ="
ct :AccuVermogen
"
minOccurs ="
0 "/>
<
xs:element
name ="
AccuSpanning "
type ="
ct :AccuSpanning
"
minOccurs ="
0 "/>
<
xs:element
name ="
AccuGewicht "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
HerlaadbaarDmvStopcontact "
type ="
ct :Correct
"
minOccurs ="
0 "/>
<
xs:element
name ="
HerlaadbaarDmvFastCharge "
type ="
ct :Correct
"
minOccurs ="
0 "/>
<
xs:element
name ="
HerlaadbaarDmvAccuWissel "
type ="
ct :Correct
"
minOccurs ="
0 "/>
<
xs:element
name ="
EigendomAccu "
type ="
ct :EigendomAccu
"
minOccurs ="
0 "/>
<
xs:element
name ="
Laadtijd "
type ="
ct :Laadtijd
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadtijdVersneld "
type ="
ct :Laadtijd
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
AccuInformatie ">
<
xs:sequence >
<
xs:element
name ="
AccuType "
type ="
ct :AccuType
"
minOccurs ="
0 "/>
<
xs:element
name ="
AccuGewicht "
type ="
ct :AccuGewicht
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Actieradius
< ActieradiusEstimate (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
ActieradiusEstimate ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Actieradius
">
<
xs:attribute
name ="
Estimate "
type ="
xs :boolean
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<ActieradiusWerkelijkWinterSnelweg>
ActieradiusEstimate
</ActieradiusWerkelijkWinterSnelweg>
[0..1]
<ActieradiusWerkelijkWinterGecombineerd>
ActieradiusEstimate
</ActieradiusWerkelijkWinterGecombineerd>
[0..1]
<ActieradiusWerkelijkZomerSnelweg>
ActieradiusEstimate
</ActieradiusWerkelijkZomerSnelweg>
[0..1]
<ActieradiusWerkelijkZomerGecombineerd>
ActieradiusEstimate
</ActieradiusWerkelijkZomerGecombineerd>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
ActieradiusInformatie ">
<
xs:sequence >
<
xs:element
name ="
ActieradiusWerkelijkWinterSnelweg "
type ="
ActieradiusEstimate
"
minOccurs ="
0 "/>
<
xs:element
name ="
ActieradiusWerkelijkWinterGecombineerd "
type ="
ActieradiusEstimate
"
minOccurs ="
0 "/>
<
xs:element
name ="
ActieradiusWerkelijkZomerSnelweg "
type ="
ActieradiusEstimate
"
minOccurs ="
0 "/>
<
xs:element
name ="
ActieradiusWerkelijkZomerGecombineerd "
type ="
ActieradiusEstimate
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Afbeeldingen ">
<
xs:sequence >
<
xs:element
name ="
Afbeelding "
type ="
ct :Naam
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
<
xs:attribute
name ="
url "
type ="
ct :Url
"/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
AfbeeldingenEvDatabase
Used by (from the same schema document)
Complex Type
Media
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
AfbeeldingenEvDatabase ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Volgnummer="
Volgnummer
[0..1] " >
<LuchtveringGelijkwaardig>
CorrectExtended
</LuchtveringGelijkwaardig>
[0..1]
<MaximumLastAsTechnischOndergrens>
ct :Massa
</MaximumLastAsTechnischOndergrens>
[0..1]
<MaximumLastAsTechnischBovengrens>
ct :Massa
</MaximumLastAsTechnischBovengrens>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Asbeschrijving ">
<
xs:sequence >
<
xs:element
name ="
MaximumLastAs "
type ="
MassaExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
LuchtveringGelijkwaardig "
type ="
CorrectExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumLastAsTechnischOndergrens "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumLastAsTechnischBovengrens "
type ="
ct :Massa
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Volgnummer "
type ="
Volgnummer
"/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
AssenTypekeuring ">
<
xs:sequence >
<
xs:element
name ="
As "
type ="
Asbeschrijving
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Omschrijving
< AutomaatLockup (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
AutomaatLockup ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
ct :Omschrijving
< AutomaatSpEN (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
AutomaatSpEN ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
ct :BSECode
< BSECodeExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
BSECodeExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :BSECode
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
BandType ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<LengteVoertuigOndergrens>
LengteExtended
</LengteVoertuigOndergrens>
[0..1]
<LengteVoertuigBovengrens>
LengteExtended
</LengteVoertuigBovengrens>
[0..1]
<BreedteVoertuigOndergrens>
LengteExtended
</BreedteVoertuigOndergrens>
[0..1]
<BreedteVoertuigBovengrens>
LengteExtended
</BreedteVoertuigBovengrens>
[0..1]
<HoogteVoertuigOndergrens>
LengteExtended
</HoogteVoertuigOndergrens>
[0..1]
<HoogteVoertuigBovengrens>
LengteExtended
</HoogteVoertuigBovengrens>
[0..1]
<WielbasisLinks>
ct :Lengte
</WielbasisLinks>
[0..1]
<WielbasisRechts>
ct :Lengte
</WielbasisRechts>
[0..1]
<DeurenOndergrens>
ct :Aantal
</DeurenOndergrens>
[0..1]
<DeurenBovengrens>
ct :Aantal
</DeurenBovengrens>
[0..1]
<ZitplaatsenOndergrens>
ct :Aantal
</ZitplaatsenOndergrens>
[0..1]
<ZitplaatsenBovengrens>
ct :Aantal
</ZitplaatsenBovengrens>
[0..1]
<MaximumMassaVoertuigTechnischOndergrens>
ct :Massa
</MaximumMassaVoertuigTechnischOndergrens>
[0..1]
<MaximumMassaVoertuigTechnischBovengrens>
ct :Massa
</MaximumMassaVoertuigTechnischBovengrens>
[0..1]
<MassaBedrijfsklaarOndergrens>
ct :Massa
</MassaBedrijfsklaarOndergrens>
[0..1]
<MassaBedrijfsklaarBovengrens>
ct :Massa
</MassaBedrijfsklaarBovengrens>
[0..1]
<MaximumMassaGeremdOndergrens>
ct :Massa
</MaximumMassaGeremdOndergrens>
[0..1]
<MaximumMassaGeremdBovengrens>
ct :Massa
</MaximumMassaGeremdBovengrens>
[0..1]
<MaximumMassaOngeremdOndergrens>
ct :Massa
</MaximumMassaOngeremdOndergrens>
[0..1]
<MaximumMassaOngeremdBovengrens>
ct :Massa
</MaximumMassaOngeremdBovengrens>
[0..1]
<MaximumMassaSamengesteld>
MassaExtended
</MaximumMassaSamengesteld>
[0..1]
<MaximumMassaSamengesteldOndergrens>
ct :Massa
</MaximumMassaSamengesteldOndergrens>
[0..1]
<MaximumMassaSamengesteldBovengrens>
ct :Massa
</MaximumMassaSamengesteldBovengrens>
[0..1]
<MaximumMassaOpleggerOndergrens>
ct :Massa
</MaximumMassaOpleggerOndergrens>
[0..1]
<MaximumMassaOpleggerBovengrens>
ct :Massa
</MaximumMassaOpleggerBovengrens>
[0..1]
<MaximumMassaOpleggerGeremd>
MassaExtended
</MaximumMassaOpleggerGeremd>
[0..1]
<MaximumMassaMiddenasOndergrens>
ct :Massa
</MaximumMassaMiddenasOndergrens>
[0..1]
<MaximumMassaMiddenasBovengrens>
ct :Massa
</MaximumMassaMiddenasBovengrens>
[0..1]
<MaximumMassaDoorlopendRemsysteem>
ct :Massa
</MaximumMassaDoorlopendRemsysteem>
[0..1]
<MaximumLastVerticaal>
ct :Massa
</MaximumLastVerticaal>
[0..1]
<AchterOverbouw>
ct :Lengte
</AchterOverbouw>
[0..1]
<FiscaleHoogteBlokLaadruimte>
ct :Lengte
</FiscaleHoogteBlokLaadruimte>
[0..1]
<FiscaleHoogteLaadruimte>
ct :Lengte
</FiscaleHoogteLaadruimte>
[0..1]
<FiscaleHoogteTussenschot>
ct :Lengte
</FiscaleHoogteTussenschot>
[0..1]
<FiscaleLengteBlokLaadruimte>
ct :Lengte
</FiscaleLengteBlokLaadruimte>
[0..1]
<FiscaleLengteLaadruimte>
ct :Lengte
</FiscaleLengteLaadruimte>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
BasisgegevensUitvoering ">
<
xs:sequence >
<
xs:element
name ="
LengteVoertuig "
type ="
LengteExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
LengteVoertuigOndergrens "
type ="
LengteExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
LengteVoertuigBovengrens "
type ="
LengteExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
BreedteVoertuig "
type ="
LengteExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
BreedteVoertuigOndergrens "
type ="
LengteExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
BreedteVoertuigBovengrens "
type ="
LengteExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
HoogteVoertuigOndergrens "
type ="
LengteExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
HoogteVoertuigBovengrens "
type ="
LengteExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielbasisOndergrens "
type ="
LengteExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielbasisLinks "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielbasisRechts "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
DeurenOndergrens "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
DeurenBovengrens "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
Zitplaatsen "
type ="
AantalExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
ZitplaatsenOndergrens "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
ZitplaatsenBovengrens "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaVoertuigTechnischOndergrens "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaVoertuigTechnischBovengrens "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
MassaBedrijfsklaarOndergrens "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
MassaBedrijfsklaarBovengrens "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaGeremdOndergrens "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaGeremdBovengrens "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaOngeremdOndergrens "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaOngeremdBovengrens "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaSamengesteld "
type ="
MassaExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaSamengesteldOndergrens "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaSamengesteldBovengrens "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaTrein "
type ="
MassaExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaOpleggerOndergrens "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaOpleggerBovengrens "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaOpleggerGeremd "
type ="
MassaExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaMiddenasOndergrens "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaMiddenasBovengrens "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaDoorlopendRemsysteem "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
SoortVeringAchter "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
MaximumLastVerticaal "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
AchterOverbouw "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
FiscaleHoogteBlokLaadruimte "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
FiscaleHoogteLaadruimte "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
FiscaleHoogteTussenschot "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
FiscaleLengteBlokLaadruimte "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
FiscaleLengteLaadruimte "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Bedrag
< BedragExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
BedragExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Bedrag
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
BeschikbaarVanafVoertuigEstimate ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
BidirectioneelLaden ">
<
xs:sequence >
<
xs:element
name ="
VehicleToLoader "
type ="
VehicleToLoader
"
minOccurs ="
0 "/>
<
xs:element
name ="
VehicleToHome "
type ="
VehicleToHome
"
minOccurs ="
0 "/>
<
xs:element
name ="
VehicleToGrid "
type ="
VehicleToGrid
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Omschrijving
< Bodystijl (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Bodystijl ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Name
BoordladerAutochargeEstimate
Used by (from the same schema document)
Complex Type
SnelBoordLader
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
BoordladerAutochargeEstimate ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :BoordladerAutocharge
">
<
xs:attribute
name ="
Estimate "
type ="
xs :boolean
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
xs :integer < BoordladerFaseEstimate (by extension)
Sub-types:
None
XML Instance Representation
<...
Estimate="
xs :boolean
[1] " >
xs :integer
</...>
Schema Component Representation
<
xs:complexType
name ="
BoordladerFaseEstimate ">
<
xs:simpleContent >
<
xs:extension
base ="
xs :integer
">
<
xs:attribute
name ="
Estimate "
type ="
xs :boolean
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
BoordladerLaadSnelheidEstimate ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :BoordladerLaadSnelheid
">
<
xs:attribute
name ="
Estimate "
type ="
xs :boolean
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
BoordladerLaadtijdEstimate ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :BoordladerLaadtijd
">
<
xs:attribute
name ="
Estimate "
type ="
xs :boolean
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
BoordladerOptioneel
Used by (from the same schema document)
Complex Type
NormaalLaden
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
BoordladerOptioneel ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
BoordladerStandaard
Used by (from the same schema document)
Complex Type
NormaalLaden
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
BoordladerStandaard ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
BoordladerStroomPerFaseEstimate ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
BoordladerVermogenEstimate ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :BoordladerVermogen
">
<
xs:attribute
name ="
Estimate "
type ="
xs :boolean
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Name
BoordladerVermogenGemiddeldEstimate
Used by (from the same schema document)
Complex Type
SnelBoordLader
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
BoordladerVermogenGemiddeldEstimate ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Name
BoordladerVermogenMaximaalEstimate
Used by (from the same schema document)
Complex Type
SnelBoordLader
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
BoordladerVermogenMaximaalEstimate ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
ct :Jaar
< BouwjaarExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
BouwjaarExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Jaar
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
BrandstofEnKleur ">
<
xs:sequence >
<
xs:element
name ="
Voertuigsoort "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Inrichtingscode "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Code "
type ="
ct :Opbouw
"
use ="
required "/>
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Brandstof "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
BrandstofNeven "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Kleur "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
KleurNeven "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Omschrijving
< BrandstofSysteem (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
BrandstofSysteem ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
ct :Omschrijving
< BrandstofType (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
BrandstofType ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
BrandstofTypes ">
<
xs:sequence >
<
xs:element
name ="
BrandstofType "
type ="
BrandstofType
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
ct :Omschrijving
< Brandstofcode (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Brandstofcode ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
ct :Omschrijving
< BrandstofcodeExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
BrandstofcodeExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
BrandstofverbruikExtended ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
CRWAMVerzekeringsgegevens
Used by (from the same schema document)
Complex Type
CRWAMgegevens
Abstract
no
XML Instance Representation
<...>
<BeginDatum>
ct :Datum
</BeginDatum>
[1]
<EindDatum>
ct :Datum
</EindDatum>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
CRWAMVerzekeringsgegevens ">
<
xs:sequence >
<
xs:element
name ="
BeginDatum "
type ="
ct :Datum
"/>
<
xs:element
name ="
EindDatum "
type ="
ct :Datum
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
CRWAMVoertuiggegevens
Used by (from the same schema document)
Complex Type
CRWAMgegevens
Abstract
no
XML Instance Representation
<...>
<MerkBeschrijving>
ct :MerkRDW
</MerkBeschrijving>
[1]
</...>
Schema Component Representation
<
xs:complexType
name ="
CRWAMVoertuiggegevens ">
<
xs:sequence >
<
xs:element
name ="
MerkBeschrijving "
type ="
ct :MerkRDW
"/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
CRWAMgegevens ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
CarrosserieIdentificatie="
ct :DeeltypeIdentidentificatie
[0..1] " >
<AchterbankBreedte>
ct :Lengte
</AchterbankBreedte>
[0..1]
<DakbelastingMax>
ct :Massa
</DakbelastingMax>
[0..1]
<DeurenLangsRichting>
ct :Aantal
</DeurenLangsRichting>
[0..1]
<DeurenTotaal>
ct :Aantal
</DeurenTotaal>
[0..1]
<LaadruimteBreedteMax>
ct :Lengte
</LaadruimteBreedteMax>
[0..1]
<LaadruimteBreedteMin>
ct :Lengte
</LaadruimteBreedteMin>
[0..1]
<LaadruimteHoogteMax>
ct :Lengte
</LaadruimteHoogteMax>
[0..1]
<LaadruimteHoogteMin>
ct :Lengte
</LaadruimteHoogteMin>
[0..1]
<LaadruimteInhoud>
ct :Ruimte
</LaadruimteInhoud>
[0..1]
<LaadruimteInhoudWegklapbaar>
ct :Ruimte
</LaadruimteInhoudWegklapbaar>
[0..1]
<LaadruimteLengteMax>
ct :Lengte
</LaadruimteLengteMax>
[0..1]
<LaadruimteLengteMin>
ct :Lengte
</LaadruimteLengteMin>
[0..1]
<Laadvermogen>
ct :Massa
</Laadvermogen>
[0..1]
<SpoorbreedteMaxAchter>
ct :Spoorbreedte
</SpoorbreedteMaxAchter>
[0..1]
<SpoorbreedteMinAchter>
ct :Spoorbreedte
</SpoorbreedteMinAchter>
[0..1]
<Tankinhoud>
ct :Ruimte
</Tankinhoud>
[0..1]
<VoertuigbreedteMax>
ct :Lengte
</VoertuigbreedteMax>
[0..1]
<VoertuigbreedteMin>
ct :Lengte
</VoertuigbreedteMin>
[0..1]
<VoertuighoogteMax>
ct :Lengte
</VoertuighoogteMax>
[0..1]
<VoertuighoogteMin>
ct :Lengte
</VoertuighoogteMin>
[0..1]
<VoertuiglengteMax>
ct :Lengte
</VoertuiglengteMax>
[0..1]
<VoertuiglengteMin>
ct :Lengte
</VoertuiglengteMin>
[0..1]
<Voorstoelbreedte>
ct :Lengte
</Voorstoelbreedte>
[0..1]
<WielbasisMax>
ct :Lengte
</WielbasisMax>
[0..1]
<WielbasisMin>
ct :Lengte
</WielbasisMin>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
CarrosserieExtended ">
<
xs:sequence >
<
xs:element
name ="
AchterbankBreedte "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
Bodystijl "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
BandenmaatAchter "
type ="
ct :Bandenmaat
"
minOccurs ="
0 "/>
<
xs:element
name ="
BandenmaatVoor "
type ="
ct :Bandenmaat
"
minOccurs ="
0 "/>
<
xs:element
name ="
BandenmerkCode "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
CWWaarde "
type ="
ct :CWWaarde
"
minOccurs ="
0 "/>
<
xs:element
name ="
DakbelastingMax "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
DeurenLangsRichting "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
DeurenTotaal "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
DraaiCirkel "
type ="
ct :Draaicirkel
"
minOccurs ="
0 "/>
<
xs:element
name ="
HoofdruimteAchter "
type ="
ct :Hoofdruimte
"
minOccurs ="
0 "/>
<
xs:element
name ="
HoofdruimteVoor "
type ="
ct :Hoofdruimte
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadruimteBreedteMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadruimteBreedteMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadruimteHoogteMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadruimteHoogteMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadruimteInhoud "
type ="
ct :Ruimte
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadruimteInhoudWegklapbaar "
type ="
ct :Ruimte
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadruimteLengteMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadruimteLengteMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
Laadvermogen "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
Opbouwcode "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Code "
type ="
ct :Opbouw
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
OverbrengingStuurCode "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
SchouderruimteAchter "
type ="
ct :Schouderruimte
"
minOccurs ="
0 "/>
<
xs:element
name ="
SchouderruimteVoor "
type ="
ct :Schouderruimte
"
minOccurs ="
0 "/>
<
xs:element
name ="
SpoorbreedteMaxAchter "
type ="
ct :Spoorbreedte
"
minOccurs ="
0 "/>
<
xs:element
name ="
SpoorbreedteMaxVoor "
type ="
ct :Spoorbreedte
"
minOccurs ="
0 "/>
<
xs:element
name ="
SpoorbreedteMinAchter "
type ="
ct :Spoorbreedte
"
minOccurs ="
0 "/>
<
xs:element
name ="
SpoorbreedteMinVoor "
type ="
ct :Spoorbreedte
"
minOccurs ="
0 "/>
<
xs:element
name ="
Tankinhoud "
type ="
ct :Ruimte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VelgbreedteAchter "
type ="
ct :Velgbreedte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VelgbreedteVoor "
type ="
ct :Velgbreedte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VeringAchter "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Code "
type ="
ct :Vering
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
VeringVoor "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Code "
type ="
ct :Vering
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Verzinkt "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
VoertuigbreedteMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VoertuigbreedteMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VoertuighoogteMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VoertuighoogteMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VoertuiglengteMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VoertuiglengteMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
Voorstoelbreedte "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielbasisMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielbasisMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielophangingAchter "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
WielophangingVoor "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Bijzonderheid "
type ="
ct :Omschrijving
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<DeurenLangsRichting>
ct :Aantal
</DeurenLangsRichting>
[0..1]
<DeurenTotaal>
ct :Aantal
</DeurenTotaal>
[0..1]
<VeringVoor>
Vering
</VeringVoor>
[0..1]
<VeringAchter>
Vering
</VeringAchter>
[0..1]
<WielophangingAchter>
Wielophanging
</WielophangingAchter>
[0..1]
<AssenAantal>
ct :Aantal
</AssenAantal>
[0..1]
<WielenAantal>
ct :Aantal
</WielenAantal>
[0..1]
<AsdrukVoor>
ct :Asdruk
</AsdrukVoor>
[0..1]
<AsdrukAchter>
ct :Asdruk
</AsdrukAchter>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
CarrosserieGegevens ">
<
xs:sequence >
<
xs:element
name ="
DeurenLangsRichting "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
DeurenTotaal "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
VeringVoor "
type ="
Vering
"
minOccurs ="
0 "/>
<
xs:element
name ="
VeringAchter "
type ="
Vering
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielophangingVoor "
type ="
Wielophanging
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielophangingAchter "
type ="
Wielophanging
"
minOccurs ="
0 "/>
<
xs:element
name ="
AssenAantal "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielenAantal "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
AsdrukVoor "
type ="
ct :Asdruk
"
minOccurs ="
0 "/>
<
xs:element
name ="
AsdrukAchter "
type ="
ct :Asdruk
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
CarrosserieGegevensExtended ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
CarrosserieGegevensVTS ">
<
xs:sequence >
<
xs:element
name ="
Carrosserie "
type ="
CarrosserieVTS
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
CarrosserieIdentificatie="
ct :DeeltypeIdentidentificatie
[1] " >
<AchterbankBreedte>
ct :Lengte
</AchterbankBreedte>
[0..1]
<DakbelastingMax>
ct :Massa
</DakbelastingMax>
[0..1]
<DeurenLangsRichting>
ct :Aantal
</DeurenLangsRichting>
[0..1]
<DeurenTotaal>
ct :Aantal
</DeurenTotaal>
[0..1]
<LaadruimteBreedteMax>
ct :Lengte
</LaadruimteBreedteMax>
[0..1]
<LaadruimteBreedteMin>
ct :Lengte
</LaadruimteBreedteMin>
[0..1]
<LaadruimteHoogteMax>
ct :Lengte
</LaadruimteHoogteMax>
[0..1]
<LaadruimteHoogteMin>
ct :Lengte
</LaadruimteHoogteMin>
[0..1]
<LaadruimteInhoud>
ct :Ruimte
</LaadruimteInhoud>
[0..1]
<LaadruimteInhoudWegklapbaar>
ct :Ruimte
</LaadruimteInhoudWegklapbaar>
[0..1]
<LaadruimteLengteMax>
ct :Lengte
</LaadruimteLengteMax>
[0..1]
<LaadruimteLengteMin>
ct :Lengte
</LaadruimteLengteMin>
[0..1]
<Laadvermogen>
ct :Massa
</Laadvermogen>
[0..1]
<Opbouwcode>
ct :Opbouw
</Opbouwcode>
[0..1]
<SpoorbreedteMaxAchter>
ct :Spoorbreedte
</SpoorbreedteMaxAchter>
[0..1]
<SpoorbreedteMinAchter>
ct :Spoorbreedte
</SpoorbreedteMinAchter>
[0..1]
<Tankinhoud>
ct :Ruimte
</Tankinhoud>
[0..1]
<VeringAchter>
ct :Vering
</VeringAchter>
[0..1]
<VeringVoor>
ct :Vering
</VeringVoor>
[0..1]
<VoertuigbreedteMax>
ct :Lengte
</VoertuigbreedteMax>
[0..1]
<VoertuigbreedteMin>
ct :Lengte
</VoertuigbreedteMin>
[0..1]
<VoertuighoogteMax>
ct :Lengte
</VoertuighoogteMax>
[0..1]
<VoertuighoogteMin>
ct :Lengte
</VoertuighoogteMin>
[0..1]
<VoertuiglengteMax>
ct :Lengte
</VoertuiglengteMax>
[0..1]
<VoertuiglengteMin>
ct :Lengte
</VoertuiglengteMin>
[0..1]
<Voorstoelbreedte>
ct :Lengte
</Voorstoelbreedte>
[0..1]
<WielbasisMax>
ct :Lengte
</WielbasisMax>
[0..1]
<WielbasisMin>
ct :Lengte
</WielbasisMin>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
CarrosserieVTS ">
<
xs:sequence >
<
xs:element
name ="
AchterbankBreedte "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
Bodystijl "
type ="
ct :Bodystijl
"
minOccurs ="
0 "/>
<
xs:element
name ="
BandenmaatAchter "
type ="
ct :Bandenmaat
"
minOccurs ="
0 "/>
<
xs:element
name ="
BandenmaatVoor "
type ="
ct :Bandenmaat
"
minOccurs ="
0 "/>
<
xs:element
name ="
BandenmerkCode "
type ="
ct :BandenMerk
"
minOccurs ="
0 "/>
<
xs:element
name ="
CWWaarde "
type ="
ct :CWWaarde
"
minOccurs ="
0 "/>
<
xs:element
name ="
DakbelastingMax "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
DeurenLangsRichting "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
DeurenTotaal "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
DraaiCirkel "
type ="
ct :Draaicirkel
"
minOccurs ="
0 "/>
<
xs:element
name ="
HoofdruimteAchter "
type ="
ct :Hoofdruimte
"
minOccurs ="
0 "/>
<
xs:element
name ="
HoofdruimteVoor "
type ="
ct :Hoofdruimte
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadruimteBreedteMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadruimteBreedteMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadruimteHoogteMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadruimteHoogteMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadruimteInhoud "
type ="
ct :Ruimte
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadruimteInhoudWegklapbaar "
type ="
ct :Ruimte
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadruimteLengteMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadruimteLengteMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
Laadvermogen "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
Opbouwcode "
type ="
ct :Opbouw
"
minOccurs ="
0 "/>
<
xs:element
name ="
SchouderruimteAchter "
type ="
ct :Schouderruimte
"
minOccurs ="
0 "/>
<
xs:element
name ="
SchouderruimteVoor "
type ="
ct :Schouderruimte
"
minOccurs ="
0 "/>
<
xs:element
name ="
SpoorbreedteMaxAchter "
type ="
ct :Spoorbreedte
"
minOccurs ="
0 "/>
<
xs:element
name ="
SpoorbreedteMaxVoor "
type ="
ct :Spoorbreedte
"
minOccurs ="
0 "/>
<
xs:element
name ="
SpoorbreedteMinAchter "
type ="
ct :Spoorbreedte
"
minOccurs ="
0 "/>
<
xs:element
name ="
SpoorbreedteMinVoor "
type ="
ct :Spoorbreedte
"
minOccurs ="
0 "/>
<
xs:element
name ="
Tankinhoud "
type ="
ct :Ruimte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VelgbreedteAchter "
type ="
ct :Velgbreedte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VelgbreedteVoor "
type ="
ct :Velgbreedte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VeringAchter "
type ="
ct :Vering
"
minOccurs ="
0 "/>
<
xs:element
name ="
VeringVoor "
type ="
ct :Vering
"
minOccurs ="
0 "/>
<
xs:element
name ="
Verzinkt "
type ="
ct :Verzinkt
"
minOccurs ="
0 "/>
<
xs:element
name ="
VoertuigbreedteMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VoertuigbreedteMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VoertuighoogteMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VoertuighoogteMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VoertuiglengteMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VoertuiglengteMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
Voorstoelbreedte "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielbasisMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielbasisMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielophangingAchter "
type ="
ct :Wielophanging
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielophangingVoor "
type ="
ct :Wielophanging
"
minOccurs ="
0 "/>
<
xs:element
name ="
Bijzonderheid "
type ="
ct :Omschrijving
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Carrosseriebeschrijving ">
<
xs:sequence >
<
xs:element
name ="
EEGTypeCarrosserie "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
<
xs:attribute
name ="
Volgnummer "
type ="
Volgnummer
"/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
CarrosserieenTypekeuring ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
CertificaatOnderdelen
Used by (from the same schema document)
Complex Type
Certificering
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
CertificaatOnderdelen ">
<
xs:sequence >
<
xs:element
name ="
CertificaatOnderdeel "
minOccurs ="
0 "
maxOccurs ="
unbounded ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<BijzonderheidCertificaat>
ct :Omschrijving
</BijzonderheidCertificaat>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Certificering ">
<
xs:sequence >
<
xs:element
name ="
Certificaatnummer "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
SoortCertificaat "
type ="
ct :Omschrijving
"
minOccurs ="
0 "/>
<
xs:element
name ="
BijzonderheidCertificaat "
type ="
ct :Omschrijving
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Certificeringgegevens ">
<
xs:sequence >
<
xs:element
name ="
Certificering "
type ="
Certificering
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Chassisnummer
< ChassisnummerExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
ChassisnummerExtended ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Chassisnummergegevens ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"/>
</
xs:complexType >
Super-types:
ct :Cilinderinhoud
< CilinderinhoudExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
CilinderinhoudExtended ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
ct :Omschrijving
< Cilinderplaatsing (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Cilinderplaatsing ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
CommercieleGegevens ">
<
xs:sequence >
<
xs:element
name ="
PrijsGegevens "
type ="
PrijsGegevens
"
minOccurs ="
0 "/>
<
xs:element
name ="
BandType "
type ="
BandType
"
minOccurs ="
0 "/>
<
xs:element
name ="
Afbeeldingen "
type ="
Afbeeldingen
"
minOccurs ="
0 "/>
<
xs:element
name ="
Garanties "
type ="
Garanties
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
IngangDatumPrijslijst="
ct :Datum
[0..1] "
Teller="
ct :Teller
[0..1] " >
<Model>
Model
</Model>
[0..1]
<FiscaleWaarde>
ct :Bedrag
</FiscaleWaarde>
[0..1]
<MassaLeegVoertuig>
ct :Massa
</MassaLeegVoertuig>
[0..1]
<Modeljaar>
ct :Jaar
</Modeljaar>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
CommercieleVersie ">
<
xs:sequence >
<
xs:element
name ="
Merk "
type ="
ct :Merk
"
minOccurs ="
0 "/>
<
xs:element
name ="
Model "
type ="
Model
"
minOccurs ="
0 "/>
<
xs:element
name ="
Brandstof "
type ="
Brandstofcode
"
minOccurs ="
0 "/>
<
xs:element
name ="
Schakeling "
type ="
Schakeling
"
minOccurs ="
0 "/>
<
xs:element
name ="
Bodystijl "
type ="
Bodystijl
"
minOccurs ="
0 "/>
<
xs:element
name ="
FiscaleWaarde "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
VermogenKW "
type ="
ct :Vermogen
"
minOccurs ="
0 "/>
<
xs:element
name ="
VermogenPk "
type ="
ct :Vermogen
"
minOccurs ="
0 "/>
<
xs:element
name ="
MassaLeegVoertuig "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
Modeljaar "
type ="
ct :Jaar
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
IngangDatumPrijslijst "
type ="
ct :Datum
"/>
<
xs:attribute
name ="
Teller "
type ="
ct :Teller
"/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<Modeljaar>
ct :Jaar
</Modeljaar>
[0..1]
<IngangDatum>
ct :Datum
</IngangDatum>
[0..1]
<Energielabel>
ct :BSECode
</Energielabel>
[0..1]
<AantalZitplaatsen>
ct :Aantal
</AantalZitplaatsen>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
CommercieleVersieGegevens ">
<
xs:sequence >
<
xs:element
name ="
Modeljaar "
type ="
ct :Jaar
"
minOccurs ="
0 "/>
<
xs:element
name ="
IngangDatum "
type ="
ct :Datum
"
minOccurs ="
0 "/>
<
xs:element
name ="
Energielabel "
type ="
ct :BSECode
"
minOccurs ="
0 "/>
<
xs:element
name ="
AantalZitplaatsen "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
Gangbaar "
type ="
ct :Correct
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
CommercieleVersieLijst ">
<
xs:sequence >
<
xs:element
name ="
CommercieleVersie "
type ="
CommercieleVersie
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
ct :Omschrijving
< CommercieleVersieShort (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
CommercieleVersieShort ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Teller "
type ="
ct :Teller
"/>
<
xs:attribute
name ="
IngangDatumPrijslijst "
type ="
ct :Datum
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
CommercieleVersieSpecificatie
Used by (from the same schema document)
Complex Type
Voertuigscan
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
CommercieleVersieSpecificatie ">
<
xs:sequence >
<
xs:element
name ="
Merk "
type ="
ct :Merk
"
minOccurs ="
0 "/>
<
xs:element
name ="
Model "
type ="
Model
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Omschrijving
< CorrectExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
CorrectExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Code "
type ="
ct :Correct
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
ct :Datum
< DatumExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
DatumExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Datum
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
EEGTypeGoedkeuringsnummergegevens ">
<
xs:sequence >
<
xs:element
name ="
EEGTypeGoedkeuringsnummer "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<EuropeseTypekeuringsleutel
Bron="
Bron
[0..1] " >
[0..1]
ct :ETGSleutel
</EuropeseTypekeuringsleutel>
<Uitvoeringwijzigingsnummer
Bron="
Bron
[0..1] " >
[0..1]
Volgnummer
</Uitvoeringwijzigingsnummer>
<EEGTypekeuringsdatum>
ct :Datum
</EEGTypekeuringsdatum>
[0..1]
<BegindatumUitvoering>
ct :Datum
</BegindatumUitvoering>
[0..1]
<NationaleTypekeuringsdatum>
ct :Datum
</NationaleTypekeuringsdatum>
[0..1]
<Einddatumgeldigheidvariantgoedkeuring>
ct :Datum
</Einddatumgeldigheidvariantgoedkeuring>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
EEGTypeVariantUitvoering ">
<
xs:sequence >
<
xs:element
name ="
EuropeseTypekeuringsleutel "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :ETGSleutel
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
EEGVariantcode "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
EEGUitvoeringscode "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Uitvoeringwijzigingsnummer "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
Volgnummer
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
EEGTypekeuringsdatum "
type ="
ct :Datum
"
minOccurs ="
0 "/>
<
xs:element
name ="
BegindatumUitvoering "
type ="
ct :Datum
"
minOccurs ="
0 "/>
<
xs:element
name ="
NationaleTypekeuringsdatum "
type ="
ct :Datum
"
minOccurs ="
0 "/>
<
xs:element
name ="
Einddatumgeldigheidvariantgoedkeuring "
type ="
ct :Datum
"
minOccurs ="
0 "/>
<
xs:element
name ="
TypeFabriek "
type ="
TypeFabriek
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
EEGVoertuigcatergorie ">
<
xs:sequence >
<
xs:element
name ="
EEGVoertuigcategoriecode "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
EEGVoertuigcategorieToevoeging "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
EigenaarHistorie ">
<
xs:sequence >
<
xs:element
name ="
EigenaarRegistratie "
type ="
EigenaarRegistratie
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Omschrijving
< EigenaarRegistratie (by extension)
Sub-types:
None
Name
EigenaarRegistratie
Used by (from the same schema document)
Complex Type
EigenaarHistorie
Abstract
no
Documentation
Momenteel kunnen de volgende Eigenaars overgangen plaatshebben: Kenteken Aanvraag, Verkoop nieuw voertuig, Verkoop, Import, In Voorraad, Gesloopt, Geexporteerd, Wacht op keuring ingegaan en Wacht op keuring beeindigd.
Schema Component Representation
<
xs:complexType
name ="
EigenaarRegistratie ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
EigenaarVolgnummer "
type ="
Volgnummer
"/>
<
xs:attribute
name ="
RegistratieDatum "
type ="
ct :Datum
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
ElektrischeVoertuigSpecificaties
Used by (from the same schema document)
Complex Type
Voertuigscan
Abstract
no
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<BeschikbaarheidStatusVoertuig>
ct :Omschrijving
</BeschikbaarheidStatusVoertuig>
[0..1]
<BedragSubsidieregelingElektrischePersonenautoParticulieren>
ct :Bedrag
</BedragSubsidieregelingElektrischePersonenautoParticulieren>
[0..1]
<BedragSubsidieregelingEmissielozeBedrijfsautos>
ct :Bedrag
</BedragSubsidieregelingEmissielozeBedrijfsautos>
[0..1]
<Media>
Media
</Media>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
ElektrischeVoertuigSpecificaties ">
<
xs:sequence >
<
xs:element
name ="
BeschikbaarheidStatusVoertuig "
type ="
ct :Omschrijving
"
minOccurs ="
0 "/>
<
xs:element
name ="
BedragSubsidieregelingElektrischePersonenautoParticulieren "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
BedragSubsidieregelingEmissielozeBedrijfsautos "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadInformatie "
type ="
LaadInformatie
"
minOccurs ="
0 "/>
<
xs:element
name ="
AccuInformatie "
type ="
AccuInformatie
"
minOccurs ="
0 "/>
<
xs:element
name ="
Media "
type ="
Media
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<UitstootCo2GKm>
ct :Uitstoot
</UitstootCo2GKm>
[0..1]
<UitstootDeeltjesGKm>
ct :Uitstoot
</UitstootDeeltjesGKm>
[0..1]
<UitstootHcNox>
ct :Uitstoot
</UitstootHcNox>
[0..1]
<Energielabel>
ct :BSECode
</Energielabel>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Emissie ">
<
xs:sequence >
<
xs:element
name ="
UitstootCo2GKm "
type ="
ct :Uitstoot
"
minOccurs ="
0 "/>
<
xs:element
name ="
UitstootDeeltjesGKm "
type ="
ct :Uitstoot
"
minOccurs ="
0 "/>
<
xs:element
name ="
UitstootHc "
type ="
ct :Uitstoot
"
minOccurs ="
0 "/>
<
xs:element
name ="
UitstootHcNox "
type ="
ct :Uitstoot
"
minOccurs ="
0 "/>
<
xs:element
name ="
UitstootNox "
type ="
ct :Uitstoot
"
minOccurs ="
0 "/>
<
xs:element
name ="
Energielabel "
type ="
ct :BSECode
"
minOccurs ="
0 "/>
<
xs:element
name ="
Emissienorm "
type ="
Emissienorm
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Emissiecode
< EmissiecodeExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
EmissiecodeExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Emissiecode
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<OlietemperatuurOndergrens>
ct :Temperatuur
</OlietemperatuurOndergrens>
[0..1]
<OlietemperatuurTest>
ct :Temperatuur
</OlietemperatuurTest>
[0..1]
<ToerentalAfregelingOndergrens>
ct :Toerental
</ToerentalAfregelingOndergrens>
[0..1]
<ToerentalAfregelingBovengrens>
ct :Toerental
</ToerentalAfregelingBovengrens>
[0..1]
<ToerentalStationairOndergrens>
ct :Toerental
</ToerentalStationairOndergrens>
[0..1]
<ToerentalStationairBovengrens>
ct :Toerental
</ToerentalStationairBovengrens>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Emissiegegevens ">
<
xs:sequence >
<
xs:element
name ="
Emissiecode "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
CO2Gecombineerd "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :CO2Emissie
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
CO2Stad "
type ="
ct :CO2Emissie
"
minOccurs ="
0 "/>
<
xs:element
name ="
CO2Buitenweg "
type ="
ct :CO2Emissie
"
minOccurs ="
0 "/>
<
xs:element
name ="
OlietemperatuurOndergrens "
type ="
ct :Temperatuur
"
minOccurs ="
0 "/>
<
xs:element
name ="
OlietemperatuurTest "
type ="
ct :Temperatuur
"
minOccurs ="
0 "/>
<
xs:element
name ="
Deeltjes "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :Uitstoot
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
ToerentalAfregelingOndergrens "
type ="
ct :Toerental
"
minOccurs ="
0 "/>
<
xs:element
name ="
ToerentalAfregelingBovengrens "
type ="
ct :Toerental
"
minOccurs ="
0 "/>
<
xs:element
name ="
ToerentalStationairOndergrens "
type ="
ct :Toerental
"
minOccurs ="
0 "/>
<
xs:element
name ="
ToerentalStationairBovengrens "
type ="
ct :Toerental
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Omschrijving
< Emissienorm (by extension)
Sub-types:
None
Name
Emissienorm
Used by (from the same schema document)
Complex Type
Emissie
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
Emissienorm ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<VoertuigLengteMax>
ct :Lengte
</VoertuigLengteMax>
[0..1]
<VoertuigLengteMin>
ct :Lengte
</VoertuigLengteMin>
[0..1]
<VoertuigBreedteMax>
ct :Lengte
</VoertuigBreedteMax>
[0..1]
<VoertuigBreedteMin>
ct :Lengte
</VoertuigBreedteMin>
[0..1]
<VoertuigHoogteMax>
ct :Lengte
</VoertuigHoogteMax>
[0..1]
<VoertuigHoogteMin>
ct :Lengte
</VoertuigHoogteMin>
[0..1]
<BreedteAchterDeuren>
ct :Lengte
</BreedteAchterDeuren>
[0..1]
<HoogteAchterDeuren>
ct :Lengte
</HoogteAchterDeuren>
[0..1]
<BreedteSchuifDeur>
ct :Lengte
</BreedteSchuifDeur>
[0..1]
<HoogteSchuifDeur>
ct :Lengte
</HoogteSchuifDeur>
[0..1]
<SpoorBreedteMaxAchter>
ct :Spoorbreedte
</SpoorBreedteMaxAchter>
[0..1]
<SpoorBreedteMinAchter>
ct :Spoorbreedte
</SpoorBreedteMinAchter>
[0..1]
<WielbasisMax>
ct :Lengte
</WielbasisMax>
[0..1]
<WielbasisMin>
ct :Lengte
</WielbasisMin>
[0..1]
<LedigGewicht>
ct :Massa
</LedigGewicht>
[0..1]
<LedigGewichtMaximaal>
ct :Massa
</LedigGewichtMaximaal>
[0..1]
<LaadVermogen>
ct :Massa
</LaadVermogen>
[0..1]
<AanhangerGewichtOngeremd>
ct :Massa
</AanhangerGewichtOngeremd>
[0..1]
<AanhangerGewichtGeremd>
ct :Massa
</AanhangerGewichtGeremd>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
ExterneMatenEnGewichten ">
<
xs:sequence >
<
xs:element
name ="
VoertuigLengteMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VoertuigLengteMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VoertuigBreedteMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VoertuigBreedteMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VoertuigHoogteMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
VoertuigHoogteMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
BreedteAchterDeuren "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
HoogteAchterDeuren "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
BreedteSchuifDeur "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
HoogteSchuifDeur "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
SpoorBreedteMaxVoor "
type ="
ct :Spoorbreedte
"
minOccurs ="
0 "/>
<
xs:element
name ="
SpoorBreedteMinVoor "
type ="
ct :Spoorbreedte
"
minOccurs ="
0 "/>
<
xs:element
name ="
SpoorBreedteMaxAchter "
type ="
ct :Spoorbreedte
"
minOccurs ="
0 "/>
<
xs:element
name ="
SpoorBreedteMinAchter "
type ="
ct :Spoorbreedte
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielbasisMax "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielbasisMin "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
DraaiCirkel "
type ="
ct :Draaicirkel
"
minOccurs ="
0 "/>
<
xs:element
name ="
LedigGewicht "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
LedigGewichtMaximaal "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
GVW "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadVermogen "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
AanhangerGewichtOngeremd "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
AanhangerGewichtGeremd "
type ="
ct :Massa
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<Fabrikant>
ct :Naam
</Fabrikant>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Fabrikantgegevens ">
<
xs:sequence >
<
xs:element
name ="
Fabrikant "
type ="
ct :Naam
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Omschrijving
< Garantie (by extension)
Sub-types:
None
Name
Garantie
Used by (from the same schema document)
Complex Type
Garanties
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
Garantie ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
MaximaalAantalKm "
type ="
ct :Aantal
"/>
<
xs:attribute
name ="
Jaren "
type ="
ct :Aantal
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Garanties ">
<
xs:sequence >
<
xs:element
name ="
Garantie "
type ="
Garantie
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<DatumTellerstand>
ct :Datum
</DatumTellerstand>
[1]
</...>
Schema Component Representation
<
xs:complexType
name ="
GebeurtenisTellerstand ">
<
xs:sequence >
<
xs:element
name ="
DatumTellerstand "
type ="
ct :Datum
"/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
GebeurtenisTellerstandgegevens
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
GebeurtenisTellerstandgegevens ">
<
xs:sequence >
<
xs:element
name ="
GebeurtenisTellerstand "
type ="
GebeurtenisTellerstand
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<GeluidsniveauOndergrens>
ct :Geluidsniveau
</GeluidsniveauOndergrens>
[0..1]
<GeluidsniveauBovengrens>
ct :Geluidsniveau
</GeluidsniveauBovengrens>
[0..1]
<ToerentalGeluidsniveauOndergrens>
ct :Toerental
</ToerentalGeluidsniveauOndergrens>
[0..1]
<ToerentalGeluidsniveauBovengrens>
ct :Toerental
</ToerentalGeluidsniveauBovengrens>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Geluidsniveaugegevens ">
<
xs:sequence >
<
xs:element
name ="
GeluidsniveauRijdend "
type ="
ct :Geluidsniveau
"
minOccurs ="
0 "/>
<
xs:element
name ="
GeluidsniveauOndergrens "
type ="
ct :Geluidsniveau
"
minOccurs ="
0 "/>
<
xs:element
name ="
GeluidsniveauBovengrens "
type ="
ct :Geluidsniveau
"
minOccurs ="
0 "/>
<
xs:element
name ="
ToerentalGeluidsniveauOndergrens "
type ="
ct :Toerental
"
minOccurs ="
0 "/>
<
xs:element
name ="
ToerentalGeluidsniveauBovengrens "
type ="
ct :Toerental
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<MaximumMassaVoertuig>
MassaExtended
</MaximumMassaVoertuig>
[0..1]
<MaximumMassaVoertuigTechnisch>
MassaExtended
</MaximumMassaVoertuigTechnisch>
[0..1]
<MaximumMassaAanhangerGeremd>
MassaExtended
</MaximumMassaAanhangerGeremd>
[0..1]
<MaximumMassaAanhangerOngeremd>
MassaExtended
</MaximumMassaAanhangerOngeremd>
[0..1]
<MaximumMassaAutonomeAanhangerGeremd>
MassaExtended
</MaximumMassaAutonomeAanhangerGeremd>
[0..1]
<MaximumMassaMiddenasGeremd>
MassaExtended
</MaximumMassaMiddenasGeremd>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
GewichtsgegevensKenteken ">
<
xs:sequence >
<
xs:element
name ="
AsdrukVoor "
type ="
MassaExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
AsdrukAchter "
type ="
MassaExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
Laadvermogen "
type ="
MassaExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaVoertuig "
type ="
MassaExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaVoertuigTechnisch "
type ="
MassaExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
MassaLeegVoertuig "
type ="
MassaExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaAanhangerGeremd "
type ="
MassaExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaAanhangerOngeremd "
type ="
MassaExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaAutonomeAanhangerGeremd "
type ="
MassaExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumMassaMiddenasGeremd "
type ="
MassaExtended
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Handelsbeschrijving ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Handelsgegevens ">
<
xs:sequence >
<
xs:element
name ="
Handelsbenaming "
type ="
Handelsbeschrijving
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Omschrijving
< Intercooler (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Intercooler ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
Interval
Used by (from the same schema document)
Complex Type
Intervallen
Abstract
no
Documentation
Omschrijving van het onderhoud en op welk moment dit onderhoud uitgevoerd dient te worden
Schema Component Representation
<
xs:complexType
name ="
Interval ">
<
xs:sequence >
<
xs:element
name ="
Omschrijving "
type ="
ct :Omschrijving
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Intervallen ">
<
xs:sequence >
<
xs:element
name ="
Interval "
type ="
Interval
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
Jaarkilometragegegevens
Used by (from the same schema document)
Complex Type
Voertuigscan
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
Jaarkilometragegegevens ">
<
xs:sequence >
<
xs:element
name ="
GemiddeldJaarkilometrage "
type ="
ct :Kilometerstand
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Omschrijving
< Katalysator (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Katalysator ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
ct :Kenteken
< KentekenExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
KentekenExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Kenteken
">
<
xs:attribute
name ="
Status "
type ="
Status
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
KentekenNieuwwaarde ">
<
xs:sequence >
<
xs:element
name ="
PrijsConsumentExBtw "
type ="
BedragExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
PrijsConsumentInBtw "
type ="
BedragExtended
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<Milieugegevens>
Milieu
</Milieugegevens>
[0..1]
<Verbruiksgegevens>
Verbruik
</Verbruiksgegevens>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Kentekengegevens ">
<
xs:sequence >
<
xs:element
name ="
Milieugegevens "
type ="
Milieu
"
minOccurs ="
0 "/>
<
xs:element
name ="
Verbruiksgegevens "
type ="
Verbruik
"
minOccurs ="
0 "/>
<
xs:element
name ="
APKgegevens "
type ="
APKgegevens
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<DatumEersteInschrijving>
ct :Datum
</DatumEersteInschrijving>
[0..1]
<DatumTenaamstelling>
ct :Datum
</DatumTenaamstelling>
[0..1]
<DatumEersteToelating>
ct :Datum
</DatumEersteToelating>
[0..1]
<APKVervaldatum>
ct :Datum
</APKVervaldatum>
[0..1]
<KentekenbewijsDuplicaten>
ct :Aantal
</KentekenbewijsDuplicaten>
[0..1]
<LandHerkomstImport>
ct :Landcode
</LandHerkomstImport>
[0..1]
<Verzekerd>
ct :JaNee
</Verzekerd>
[0..1]
<DatumVervalTachograaf>
ct :Datum
</DatumVervalTachograaf>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
KentekenregistratieData ">
<
xs:sequence >
<
xs:element
name ="
DatumEersteInschrijving "
type ="
ct :Datum
"
minOccurs ="
0 "/>
<
xs:element
name ="
DatumTenaamstelling "
type ="
ct :Datum
"
minOccurs ="
0 "/>
<
xs:element
name ="
DatumEersteToelating "
type ="
ct :Datum
"
minOccurs ="
0 "/>
<
xs:element
name ="
APKVervaldatum "
type ="
ct :Datum
"
minOccurs ="
0 "/>
<
xs:element
name ="
WijzeInvoer "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
SoortEigenaar "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
KentekenbewijsDuplicaten "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
LandHerkomstImport "
type ="
ct :Landcode
"
minOccurs ="
0 "/>
<
xs:element
name ="
Verzekerd "
type ="
ct :JaNee
"
minOccurs ="
0 "/>
<
xs:element
name ="
DatumVervalTachograaf "
type ="
ct :Datum
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Kentekensignalen ">
<
xs:sequence >
<
xs:element
name ="
Kentekensignaal "
minOccurs ="
0 "
maxOccurs ="
unbounded ">