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 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Signaal "
type ="
ct :Signaalcode
"
use ="
required "/>
<
xs:attribute
name ="
Begindatum "
type ="
ct :Datum
"
use ="
required "/>
<
xs:attribute
name ="
Einddatum "
type ="
ct :Datum
"/>
</
xs:extension >
</
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
Name
KostenMaandComponentGegevens
Used by (from the same schema document)
Complex Type
Kostengegevens
Abstract
no
XML Instance Representation
<...>
<Afschrijving>
ct :Bedrag
</Afschrijving>
[0..1]
<Wegenbelasting>
ct :Bedrag
</Wegenbelasting>
[0..1]
<Verzekering>
ct :Bedrag
</Verzekering>
[0..1]
<ReparatieOnderhoud>
ct :Bedrag
</ReparatieOnderhoud>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
KostenMaandComponentGegevens ">
<
xs:sequence >
<
xs:element
name ="
Afschrijving "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
Wegenbelasting "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
Verzekering "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
ReparatieOnderhoud "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
Banden "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
Brandstof "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :Bedrag
">
<
xs:attribute
name ="
LiterPrijs "
type ="
ct :Bedrag
"/>
<
xs:attribute
name ="
DatumPrijsMeting "
type ="
ct :Datum
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<PerKilometer>
ct :Bedrag
</PerKilometer>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
KostenTotalenGegevens ">
<
xs:sequence >
<
xs:element
name ="
PerMaand "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
PerJaar "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
PerKilometer "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Kostengegevens ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Omschrijving
< LPGSysteem (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
LPGSysteem ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
LaadInformatie ">
<
xs:sequence >
<
xs:element
name ="
NormaalLaden "
type ="
NormaalLaden
"
minOccurs ="
0 "/>
<
xs:element
name ="
SnelLaden "
type ="
SnelLaden
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Name
LaadVermogenGemiddeldBegrensd
Used by (from the same schema document)
Complex Type
SnelLaadpunt
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
LaadVermogenGemiddeldBegrensd ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :LaadVermogenGemiddeld
">
<
xs:attribute
name ="
Begrensd "
type ="
xs :boolean
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Name
LaadVermogenMaximaalBegrensd
Used by (from the same schema document)
Complex Type
SnelLaadpunt
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
LaadVermogenMaximaalBegrensd ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :LaadVermogenMaximaal
">
<
xs:attribute
name ="
Begrensd "
type ="
xs :boolean
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<Laadaansluiting2Optioneel>
xs :boolean </Laadaansluiting2Optioneel>
[1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Laadaansluiting ">
<
xs:sequence >
<
xs:element
name ="
Laadaansluiting2Optioneel "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
LaadaansluitingTypeEstimate ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :LaadaansluitingType
">
<
xs:attribute
name ="
Estimate "
type ="
xs :boolean
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<Locatie>
Locatie
</Locatie>
[0..*]
</...>
Schema Component Representation
<
xs:complexType
name ="
Laadkosten ">
<
xs:sequence >
<
xs:element
name ="
Locatie "
type ="
Locatie
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Laadpunt ">
<
xs:sequence >
<
xs:element
name ="
LaadSpanning "
type ="
ct :LaadSpanning
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadStroom "
type ="
ct :LaadStroom
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadFase "
type ="
ct :LaadFase
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadVermogen "
type ="
ct :LaadVermogen
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadTijd "
type ="
ct :LaadtijdEV
"
minOccurs ="
0 "/>
<
xs:element
name ="
LaadSnelheid "
type ="
ct :LaadSnelheid
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
LaadsnelheidPerLaadpunt ">
<
xs:sequence >
<
xs:element
name ="
Laadpunt "
type ="
Laadpunt
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
ct :Lengte
< LengteExtended (by extension)
Sub-types:
None
Name
LengteExtended
Used by (from the same schema document)
Complex Type
TechnischeSpecificatie
, Complex Type
BasisgegevensUitvoering
, Complex Type
BasisgegevensUitvoering
, Complex Type
BasisgegevensUitvoering
, Complex Type
BasisgegevensUitvoering
, Complex Type
BasisgegevensUitvoering
, Complex Type
BasisgegevensUitvoering
, Complex Type
BasisgegevensUitvoering
, Complex Type
BasisgegevensUitvoering
, Complex Type
BasisgegevensUitvoering
, Complex Type
BasisgegevensUitvoering
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
LengteExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Lengte
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Locatie ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
LowMileageCategorieen ">
<
xs:sequence >
<
xs:element
name ="
Categorie "
type ="
ct :Percentage
"
minOccurs ="
0 "
maxOccurs ="
5 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
LowMileagegegevens
Used by (from the same schema document)
Complex Type
Voertuigscan
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
LowMileagegegevens ">
<
xs:sequence >
<
xs:element
name ="
GemiddeldPerJaar "
type ="
ct :Aantal
"/>
<
xs:element
name ="
GemiddeldPerJaarTotaal "
type ="
ct :Aantal
"/>
<
xs:element
name ="
Logo "
type ="
ct :Url
"/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<AanhangerGewichtGeremd>
ct :Massa
</AanhangerGewichtGeremd>
[0..1]
<AanhangerGewichtOngeremd>
ct :Massa
</AanhangerGewichtOngeremd>
[0..1]
<AfstandHartKoppelingEnAchterzijdeVoertuig>
ct :Lengte
</AfstandHartKoppelingEnAchterzijdeVoertuig>
[0..1]
<AfstandHartKoppelingEnVoorzijdeVoertuig>
ct :Lengte
</AfstandHartKoppelingEnVoorzijdeVoertuig>
[0..1]
<AsdrukAchter>
ct :Massa
</AsdrukAchter>
[0..1]
<AsdrukVoor>
ct :Massa
</AsdrukVoor>
[0..1]
<DatumMutatie>
ct :Datum
</DatumMutatie>
[0..1]
<DatumPrijsConsument>
ct :Datum
</DatumPrijsConsument>
[0..1]
<GewichtVolleWagen>
ct :Massa
</GewichtVolleWagen>
[0..1]
<IngangsdatumMerkType>
ct :Datum
</IngangsdatumMerkType>
[0..1]
<LedigGewicht>
ct :Massa
</LedigGewicht>
[0..1]
<LedigGewichtGeschat>
ct :Massa
</LedigGewichtGeschat>
[0..1]
<LedigGewichtMaximaal>
ct :Massa
</LedigGewichtMaximaal>
[0..1]
<Modeljaar>
ct :Jaar
</Modeljaar>
[0..1]
<PrijsConsumentActueel>
ct :Bedrag
</PrijsConsumentActueel>
[0..1]
<WielenAangedrevenAssen>
ct :Aantal
</WielenAangedrevenAssen>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
MMTGegevens ">
<
xs:sequence >
<
xs:element
name ="
Merkcode "
type ="
ct :Merkcode
"
minOccurs ="
0 "/>
<
xs:element
name ="
Typecode "
type ="
ct :Typecode
"
minOccurs ="
0 "/>
<
xs:element
name ="
Merk "
type ="
ct :Merk
"
minOccurs ="
0 "/>
<
xs:element
name ="
Merktype "
type ="
ct :Merktype
"
minOccurs ="
0 "/>
<
xs:element
name ="
AanhangerGewichtGeremd "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
AanhangerGewichtOngeremd "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
Acceleratie "
type ="
ct :Acceleratie
"
minOccurs ="
0 "/>
<
xs:element
name ="
AfstandHartKoppelingEnAchterzijdeVoertuig "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
AfstandHartKoppelingEnVoorzijdeVoertuig "
type ="
ct :Lengte
"
minOccurs ="
0 "/>
<
xs:element
name ="
APKKlasse "
type ="
ct :APKKlasse
"
minOccurs ="
0 "/>
<
xs:element
name ="
AsdrukAchter "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
AsdrukVoor "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
Assen "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
BpmCode "
type ="
ct :BPMCode
"
minOccurs ="
0 "/>
<
xs:element
name ="
DatumMutatie "
type ="
ct :Datum
"
minOccurs ="
0 "/>
<
xs:element
name ="
DatumPrijsConsument "
type ="
ct :Datum
"
minOccurs ="
0 "/>
<
xs:element
name ="
ECEBuitenweg "
type ="
ct :ECEBuitenweg
"
minOccurs ="
0 "/>
<
xs:element
name ="
ECEStad "
type ="
ct :ECEStad
"
minOccurs ="
0 "/>
<
xs:element
name ="
Emissienorm "
type ="
ct :Emissienorm
"
minOccurs ="
0 "/>
<
xs:element
name ="
Fabriekscode "
type ="
ct :FabriekCode
"
minOccurs ="
0 "/>
<
xs:element
name ="
Gangbaar "
type ="
ct :Gangbaar
"
minOccurs ="
0 "/>
<
xs:element
name ="
GewichtVolleWagen "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
IngangsdatumMerkType "
type ="
ct :Datum
"
minOccurs ="
0 "/>
<
xs:element
name ="
LedigGewicht "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
LedigGewichtGeschat "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
LedigGewichtMaximaal "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
Modeljaar "
type ="
ct :Jaar
"
minOccurs ="
0 "/>
<
xs:element
name ="
PrijsConsumentActueel "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
Tellersoorten "
type ="
Tellersoorten
"
minOccurs ="
0 "/>
<
xs:element
name ="
Topsnelheid "
type ="
ct :Snelheid
"
minOccurs ="
0 "/>
<
xs:element
name ="
Wielen "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielenAangedrevenAssen "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :empty
< MarktprijsInvoer (by extension)
Sub-types:
None
XML Instance Representation
<...
Kilometerstand="
ct :Kilometerstand
[0..1] " >
<!-- '
ct :empty
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType
name ="
MarktprijsInvoer ">
<
xs:complexContent >
<
xs:extension
base ="
ct :empty
">
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
Marktprijsgegevens
Used by (from the same schema document)
Complex Type
Voertuigscan
Abstract
no
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<Showroomwaarde>
ct :Bedrag
</Showroomwaarde>
[0..1]
<Inruilwaarde>
ct :Bedrag
</Inruilwaarde>
[0..1]
<Handelswaarde>
ct :Bedrag
</Handelswaarde>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Marktprijsgegevens ">
<
xs:sequence >
<
xs:element
name ="
Showroomwaarde "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
Inruilwaarde "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
Handelswaarde "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Massa
< MassaExtended (by extension)
Sub-types:
None
Name
MassaExtended
Used by (from the same schema document)
Complex Type
GewichtsgegevensKenteken
, Complex Type
GewichtsgegevensKenteken
, Complex Type
GewichtsgegevensKenteken
, Complex Type
GewichtsgegevensKenteken
, Complex Type
GewichtsgegevensKenteken
, Complex Type
GewichtsgegevensKenteken
, Complex Type
GewichtsgegevensKenteken
, Complex Type
GewichtsgegevensKenteken
, Complex Type
GewichtsgegevensKenteken
, Complex Type
GewichtsgegevensKenteken
, Complex Type
BasisgegevensUitvoering
, Complex Type
BasisgegevensUitvoering
, Complex Type
BasisgegevensUitvoering
, Complex Type
Asbeschrijving
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
MassaExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Massa
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Complex Type: Media
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Media ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Meldcode
< MeldcodeExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
MeldcodeExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Meldcode
">
<
xs:attribute
name ="
Status "
type ="
Status
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Complex Type: Merk
Super-types:
Merk <
MerkVoertuigsoort
(by extension) < Merk (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Merk ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
MerkVoertuigsoort <
Merk
(by extension) < MerkVoertuigsoort (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
MerkVoertuigsoort ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Merk
">
<
xs:attribute
name ="
Voertuigsoort "
type ="
ct :Voertuigsoort
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<Merk>
Merk
</Merk>
[1..*]
</...>
Schema Component Representation
<
xs:complexType
name ="
Merkenlijst ">
<
xs:sequence >
<
xs:element
name ="
Merk "
type ="
Merk
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Merkgegevens ">
<
xs:sequence >
<
xs:element
name ="
Merk "
type ="
ct :Omschrijving
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Complex Type: Milieu
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Milieu ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Complex Type: Model
Super-types:
Model < Model (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Model ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Model
">
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
Model <
Model
(by extension) < ModelExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
ModelExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Model
">
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<Model>
Model
</Model>
[0..*]
</...>
Schema Component Representation
<
xs:complexType
name ="
Modellenlijst ">
<
xs:sequence >
<
xs:element
name ="
Merk "
type ="
Merk
"/>
<
xs:element
name ="
Model "
type ="
Model
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Complex Type: Motor
Super-types:
None
Sub-types:
None
Name
Motor
Used by (from the same schema document)
Complex Type
Motoren
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
Motor ">
<
xs:sequence >
<
xs:element
name ="
MotorVermogen "
type ="
MotorVermogen
"
minOccurs ="
0 "/>
<
xs:element
name ="
MotorGegevens "
type ="
MotorGegevens
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Merk "
type ="
ct :Merk
"/>
<
xs:attribute
name ="
Aantal "
type ="
ct :Aantal
"/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
MotorExtended ">
<
xs:sequence >
<
xs:element
name ="
Brandstofcode "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
BrandstofOptie "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
BrandstofSysteem "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Carburateur "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
Cilinderplaatsing "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Cilinders "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
Cilinderslag "
type ="
ct :Cilinderslag
"
minOccurs ="
0 "/>
<
xs:element
name ="
Intercooler "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Katalysator "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Kleppen "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
KoppelMax "
type ="
ct :KoppelMax
"
minOccurs ="
0 "/>
<
xs:element
name ="
KoppelMaxTpm "
type ="
ct :KoppelMaxTpm
"
minOccurs ="
0 "/>
<
xs:element
name ="
Motormerk "
type ="
ct :Motormerk
"
minOccurs ="
0 "/>
<
xs:element
name ="
Motorcode "
type ="
ct :Motorcode
"
minOccurs ="
0 "/>
<
xs:element
name ="
OntstekingElektronisch "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
PlaatsingMotor "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
ToerenMinuutVermogen "
type ="
ct :Toerental
"
minOccurs ="
0 "/>
<
xs:element
name ="
Turbo "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
VermogenKW "
type ="
ct :Vermogen
"
minOccurs ="
0 "/>
<
xs:element
name ="
VermogenNorm "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
VermogenPK "
type ="
ct :Vermogen
"
minOccurs ="
0 "/>
<
xs:element
name ="
Bijzonderheid "
type ="
ct :Omschrijving
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
MotorGegevens
Used by (from the same schema document)
Complex Type
Motor
Abstract
no
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<CilinderAantal>
ct :Aantal
</CilinderAantal>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
MotorGegevens ">
<
xs:sequence >
<
xs:element
name ="
CilinderAantal "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
Kleppen "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
CilinderSlag "
type ="
ct :Cilinderslag
"
minOccurs ="
0 "/>
<
xs:element
name ="
TurboCompressor "
type ="
TurboCompressor
"
minOccurs ="
0 "/>
<
xs:element
name ="
Intercooler "
type ="
Intercooler
"
minOccurs ="
0 "/>
<
xs:element
name ="
Katalysator "
type ="
Katalysator
"
minOccurs ="
0 "/>
<
xs:element
name ="
PlaatsingMotor "
type ="
PlaatsingMotor
"
minOccurs ="
0 "/>
<
xs:element
name ="
ElektrischMotorType "
type ="
ct :Omschrijving
"
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 ="
MotorGegevensExtended ">
<
xs:sequence >
<
xs:element
name ="
Motor "
type ="
MotorExtended
"
maxOccurs ="
unbounded "/>
</
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 ="
MotorGegevensVTS ">
<
xs:sequence >
<
xs:element
name ="
Motor "
type ="
MotorVTS
"
maxOccurs ="
unbounded "/>
</
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 ="
MotorVTS ">
<
xs:sequence >
<
xs:element
name ="
Carburateur "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
Cilinders "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
Cilinderslag "
type ="
ct :Cilinderslag
"
minOccurs ="
0 "/>
<
xs:element
name ="
Katalysator "
type ="
ct :Katalysator
"
minOccurs ="
0 "/>
<
xs:element
name ="
Kleppen "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
KoppelMax "
type ="
ct :KoppelMax
"
minOccurs ="
0 "/>
<
xs:element
name ="
KoppelMaxTpm "
type ="
ct :KoppelMaxTpm
"
minOccurs ="
0 "/>
<
xs:element
name ="
Motormerk "
type ="
ct :Motormerk
"
minOccurs ="
0 "/>
<
xs:element
name ="
Motorcode "
type ="
ct :Motorcode
"
minOccurs ="
0 "/>
<
xs:element
name ="
OntstekingElektronisch "
type ="
ct :FeatureAanwezig
"
minOccurs ="
0 "/>
<
xs:element
name ="
ToerenMinuutVermogen "
type ="
ct :Toerental
"
minOccurs ="
0 "/>
<
xs:element
name ="
VermogenKW "
type ="
ct :Vermogen
"
minOccurs ="
0 "/>
<
xs:element
name ="
VermogenNorm "
type ="
ct :VermogenNorm
"
minOccurs ="
0 "/>
<
xs:element
name ="
VermogenPK "
type ="
ct :Vermogen
"
minOccurs ="
0 "/>
<
xs:element
name ="
Bijzonderheid "
type ="
ct :Omschrijving
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
MotorVermogen
Used by (from the same schema document)
Complex Type
Motor
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
MotorVermogen ">
<
xs:sequence >
<
xs:element
name ="
KoppelMax "
type ="
ct :KoppelMax
"
minOccurs ="
0 "/>
<
xs:element
name ="
KoppelMaxTpm "
type ="
ct :KoppelMaxTpm
"
minOccurs ="
0 "/>
<
xs:element
name ="
ToerenMinuut "
type ="
ct :Toerental
"
minOccurs ="
0 "/>
<
xs:element
name ="
VermogenKW "
type ="
ct :Vermogen
"
minOccurs ="
0 "/>
<
xs:element
name ="
VermogenPk "
type ="
ct :Vermogen
"
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 ="
Motorbeschrijving ">
<
xs:sequence >
<
xs:element
name ="
Toerental "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :Toerental
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Motorbrandstof "
type ="
Motorbrandstof
"
minOccurs ="
0 "/>
<
xs:element
name ="
MotorbrandstofNeven "
type ="
Motorbrandstof
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Volgnummer "
type ="
Volgnummer
"/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Volgnummer="
Volgnummer
[0..1] " >
<MaximumVermogenContinueOndergrens>
ct :Vermogen
</MaximumVermogenContinueOndergrens>
[0..1]
<MaximumVermogenContinueBovengrens>
ct :Vermogen
</MaximumVermogenContinueBovengrens>
[0..1]
<ToerentalMaximumVermogenOndergrens>
ct :Toerental
</ToerentalMaximumVermogenOndergrens>
[0..1]
<ToerentalMaximumVermogenBovengrens>
ct :Toerental
</ToerentalMaximumVermogenBovengrens>
[0..1]
<VermogenOndergrens>
ct :Vermogen
</VermogenOndergrens>
[0..1]
<VermogenBovengrens>
ct :Vermogen
</VermogenBovengrens>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Motorbrandstof ">
<
xs:sequence >
<
xs:element
name ="
MaximumVermogenContinueOndergrens "
type ="
ct :Vermogen
"
minOccurs ="
0 "/>
<
xs:element
name ="
MaximumVermogenContinueBovengrens "
type ="
ct :Vermogen
"
minOccurs ="
0 "/>
<
xs:element
name ="
ToerentalMaximumVermogenOndergrens "
type ="
ct :Toerental
"
minOccurs ="
0 "/>
<
xs:element
name ="
ToerentalMaximumVermogenBovengrens "
type ="
ct :Toerental
"
minOccurs ="
0 "/>
<
xs:element
name ="
VermogenOndergrens "
type ="
ct :Vermogen
"
minOccurs ="
0 "/>
<
xs:element
name ="
VermogenBovengrens "
type ="
ct :Vermogen
"
minOccurs ="
0 "/>
<
xs:element
name ="
Emissiegegevens "
type ="
Emissiegegevens
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Volgnummer "
type ="
Volgnummer
"/>
</
xs:complexType >
Super-types:
ct :Motorcode
< MotorcodeExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
MotorcodeExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Motorcode
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<Motor>
Motor
</Motor>
[1..*]
</...>
Schema Component Representation
<
xs:complexType
name ="
Motoren ">
<
xs:sequence >
<
xs:element
name ="
Motor "
type ="
Motor
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
MotorenTypekeuring ">
<
xs:sequence >
<
xs:element
name ="
Motor "
type ="
Motorbeschrijving
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
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 ="
NAPCheckgegevens ">
<
xs:sequence >
<
xs:element
name ="
NAPStatus "
type ="
NAPStatus
"
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 ="
NormaalLaden ">
<
xs:sequence >
<
xs:element
name ="
Laadkosten "
type ="
Laadkosten
"/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Omschrijving
< OmschrijvingCode (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
OmschrijvingCode ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
OmschrijvingCodeExtended ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
ct :Omschrijving
< OmschrijvingExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
OmschrijvingExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
OnderhoudsInterval
Used by (from the same schema document)
Complex Type
OnderhoudsIntervallengegevens
Abstract
no
Documentation
Welk onderhoud er op dit voertuig uitgevoerd dient te worden
Schema Component Representation
<
xs:complexType
name ="
OnderhoudsInterval ">
<
xs:sequence >
<
xs:element
name ="
Intervallen "
type ="
Intervallen
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
OnderhoudsIntervallengegevens
Used by (from the same schema document)
Complex Type
Voertuigscan
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
OnderhoudsIntervallengegevens ">
<
xs:sequence >
<
xs:element
name ="
OnderhoudsInterval "
type ="
OnderhoudsInterval
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Complex Type: Optie
Schema Component Representation
<
xs:complexType
name ="
Optie ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
Schema Component Representation
<
xs:complexType
name ="
OptieBasis ">
</
xs:complexType >
Super-types:
None
Sub-types:
XML Instance Representation
<...>
<Optie>
Optie
</Optie>
[1..*]
</...>
Schema Component Representation
<
xs:complexType
name ="
Optielijst ">
<
xs:sequence >
<
xs:element
name ="
Optie "
type ="
Optie
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
OptioneleOptie ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
OptieBasis
< OptioneleOptieBasis (by extension)
Sub-types:
Schema Component Representation
<
xs:complexType
name ="
OptioneleOptieBasis ">
<
xs:complexContent >
<
xs:extension
base ="
OptieBasis
">
<
xs:sequence >
<
xs:element
name ="
UitstootCO2GKm "
type ="
ct :Uitstoot
"
minOccurs ="
0 "/>
<
xs:element
name ="
NettoPrijs "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
BPMBedrag "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
ConsumentenPrijs "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
OptioneleOptielijst ">
<
xs:sequence >
<
xs:element
name ="
Optie "
type ="
OptioneleOptie
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
OptionelePakket ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
OptionelePakkettenlijst ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
OptioneleUitrusting ">
<
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 ="
PlaatsVINgegevens ">
<
xs:sequence >
<
xs:element
name ="
PlaatsVIN "
minOccurs ="
0 "
maxOccurs ="
unbounded ">
<
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:
ct :Omschrijving
< PlaatsingMotor (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
PlaatsingMotor ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
PreferenteCommercieleVersie ">
<
xs:simpleContent >
<
xs:extension
base ="
Uitvoering
">
<
xs:attribute
name ="
EnergieLabel "
type ="
ct :BSECode
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
PreferenteCommercieleVersielijst
Used by (from the same schema document)
Complex Type
Voertuigscan
Abstract
no
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] "
ReferentiedatumBron="
Bron
[0..1] "
Referentiedatum="
ct :Datum
[0..1] " >
</...>
Schema Component Representation
<
xs:complexType
name ="
PreferenteCommercieleVersielijst ">
<
xs:sequence >
<
xs:element
name ="
Merk "
type ="
ct :Merk
"
minOccurs ="
0 "/>
<
xs:element
name ="
Uitvoering "
type ="
Uitvoering
"
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:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
<
xs:attribute
name ="
ReferentiedatumBron "
type ="
Bron
"
use ="
optional "/>
<
xs:attribute
name ="
Referentiedatum "
type ="
ct :Datum
"
use ="
optional "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
PreferenteCommercieleVersies ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
PreferenteUitvoering ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
UitvoeringBasis
< PreferenteUitvoeringgegevens (by extension)
Sub-types:
None
Name
PreferenteUitvoeringgegevens
Abstract
no
XML Instance Representation
<...
VGSOptiesleutel="
ct :VGSOptieSleutel
[1] "
Ingangsdatum="
ct :Datum
[1] "
Referentiedatum="
ct :Datum
[0..1] "
ReferentiedatumBron="
Bron
[0..1] "
VGSOptiesleutelBron="
Bron
[0..1] "
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<!-- '
UitvoeringBasis
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType
name ="
PreferenteUitvoeringgegevens ">
<
xs:complexContent >
<
xs:extension
base ="
UitvoeringBasis
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<Tankinhoud>
ct :Ruimte
</Tankinhoud>
[0..1]
<ActieradiusVolledigElektrisch>
ct :Actieradius
</ActieradiusVolledigElektrisch>
[0..1]
<ActieradiusGecombineerd>
ct :Actieradius
</ActieradiusGecombineerd>
[0..1]
<SysteemVermogenPk>
ct :Vermogen
</SysteemVermogenPk>
[0..1]
<SysteemVermogenKw>
ct :Vermogen
</SysteemVermogenKw>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
PrestatieEnVerbruik ">
<
xs:sequence >
<
xs:element
name ="
ECEBuitenweg "
type ="
ct :ECEBuitenweg
"
minOccurs ="
0 "/>
<
xs:element
name ="
ECEStad "
type ="
ct :ECEStad
"
minOccurs ="
0 "/>
<
xs:element
name ="
Tankinhoud "
type ="
ct :Ruimte
"
minOccurs ="
0 "/>
<
xs:element
name ="
ActieradiusTank "
type ="
ct :Actieradius
"
minOccurs ="
0 "/>
<
xs:element
name ="
ActieradiusVolledigElektrisch "
type ="
ct :Actieradius
"
minOccurs ="
0 "/>
<
xs:element
name ="
ActieradiusGecombineerd "
type ="
ct :Actieradius
"
minOccurs ="
0 "/>
<
xs:element
name ="
SysteemVermogenPk "
type ="
ct :Vermogen
"
minOccurs ="
0 "/>
<
xs:element
name ="
SysteemVermogenKw "
type ="
ct :Vermogen
"
minOccurs ="
0 "/>
<
xs:element
name ="
Acceleratie "
type ="
ct :Acceleratie
"
minOccurs ="
0 "/>
<
xs:element
name ="
Topsnelheid "
type ="
ct :Snelheid
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Complex Type: Prijs
Super-types:
None
Sub-types:
XML Instance Representation
<...
DatumEmbargo="
ct :Datum
[0..1] " >
<PrijsConsument>
ct :Bedrag
</PrijsConsument>
[0..1]
<PrijsZakelijk>
ct :Bedrag
</PrijsZakelijk>
[0..1]
<BPMBedrag>
ct :Bedrag
</BPMBedrag>
[0..1]
<KostenRijklaar>
ct :Bedrag
</KostenRijklaar>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Prijs ">
<
xs:sequence >
<
xs:element
name ="
PrijsConsument "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
PrijsZakelijk "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
BPMBedrag "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
KostenRijklaar "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
DatumEmbargo "
type ="
ct :Datum
"/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<NettoPrijs>
ct :Bedrag
</NettoPrijs>
[0..1]
<BPMBedrag>
ct :Bedrag
</BPMBedrag>
[0..1]
<FiscaleWaarde>
ct :Bedrag
</FiscaleWaarde>
[0..1]
<RijklaarmaakKostenTotaal>
ct :Bedrag
</RijklaarmaakKostenTotaal>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
PrijsGegevens ">
<
xs:sequence >
<
xs:element
name ="
NettoPrijs "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
BPMBedrag "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
FiscaleWaarde "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
RijklaarmaakKostenTotaal "
type ="
ct :Bedrag
"
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 ="
PrijsMMT ">
<
xs:sequence >
<
xs:element
name ="
PrijsConsument "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :Bedrag
">
<
xs:attribute
name ="
Datum "
type ="
ct :Datum
"/>
</
xs:extension >
</
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
<...>
<IngangDatumPrijslijst>
ct :Datum
</IngangDatumPrijslijst>
[0..1]
<NettoPrijs>
ct :Bedrag
</NettoPrijs>
[0..1]
<BPMBedrag>
ct :Bedrag
</BPMBedrag>
[0..1]
<FiscaleWaarde>
ct :Bedrag
</FiscaleWaarde>
[0..1]
<RijklaarmaakKostenTotaal>
ct :Bedrag
</RijklaarmaakKostenTotaal>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Prijslijst ">
<
xs:sequence >
<
xs:element
name ="
IngangDatumPrijslijst "
type ="
ct :Datum
"
minOccurs ="
0 "/>
<
xs:element
name ="
NettoPrijs "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
BPMBedrag "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
FiscaleWaarde "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
RijklaarmaakKostenTotaal "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
PrijslijstHistorie ">
<
xs:sequence >
<
xs:element
name ="
Prijslijst "
type ="
Prijslijst
"
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] " >
<RemTypeVoor>
Remtype
</RemTypeVoor>
[0..1]
<RemTypeAchter>
Remtype
</RemTypeAchter>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
RemGegevens ">
<
xs:sequence >
<
xs:element
name ="
ParkeerRem "
type ="
ct :Parkeerrem
"
minOccurs ="
0 "/>
<
xs:element
name ="
RemTypeVoor "
type ="
Remtype
"
minOccurs ="
0 "/>
<
xs:element
name ="
RemTypeAchter "
type ="
Remtype
"
minOccurs ="
0 "/>
<
xs:element
name ="
RemScheiding "
type ="
ct :Remscheiding
"
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 ="
RemGegevensExtended ">
<
xs:sequence >
<
xs:element
name ="
Remmen "
type ="
RemmenExtended
"
maxOccurs ="
unbounded "/>
</
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 ="
RemGegevensVTS ">
<
xs:sequence >
<
xs:element
name ="
Remmen "
type ="
RemmenVTS
"
maxOccurs ="
unbounded "/>
</
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 ="
RemmenExtended ">
<
xs:sequence >
<
xs:element
name ="
Parkeerrem "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Rembekrachtiging "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Remdrukregeling "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Remscheiding "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
RemtypeAchter "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Code "
type ="
ct :Remtype
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
RemtypeVoor "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Code "
type ="
ct :Remtype
"
use ="
required "/>
</
xs:extension >
</
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
Schema Component Representation
<
xs:complexType
name ="
RemmenVTS ">
<
xs:sequence >
<
xs:element
name ="
Parkeerrem "
type ="
ct :Parkeerrem
"
minOccurs ="
0 "/>
<
xs:element
name ="
Remscheiding "
type ="
ct :Remscheiding
"
minOccurs ="
0 "/>
<
xs:element
name ="
RemtypeAchter "
type ="
ct :Remtype
"
minOccurs ="
0 "/>
<
xs:element
name ="
RemtypeVoor "
type ="
ct :Remtype
"
minOccurs ="
0 "/>
<
xs:element
name ="
Bijzonderheid "
type ="
ct :Omschrijving
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
Remtype ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Richtlijngegevens ">
<
xs:sequence >
<
xs:element
name ="
RichtlijnnummerEmissie "
type ="
ct :Omschrijving
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Omschrijving
< Schakeling (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Schakeling ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
SnelBoordLader
Used by (from the same schema document)
Complex Type
SnelLaden
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
SnelBoordLader ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
SnelLaadaansluitingEstimate
Used by (from the same schema document)
Complex Type
SnelLaden
Abstract
no
XML Instance Representation
<...
Estimate="
xs :boolean
[1] " >
</...>
Schema Component Representation
<
xs:complexType
name ="
SnelLaadaansluitingEstimate ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
Estimate "
type ="
xs :boolean
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
SnelLaadkosten
Used by (from the same schema document)
Complex Type
SnelLaden
Abstract
no
XML Instance Representation
<...>
<Locatie>
Locatie
</Locatie>
[0..*]
</...>
Schema Component Representation
<
xs:complexType
name ="
SnelLaadkosten ">
<
xs:sequence >
<
xs:element
name ="
Locatie "
type ="
Locatie
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
SnelLaadpunt ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
SnelLaadsnelheidPerLaadpunt
Used by (from the same schema document)
Complex Type
SnelBoordLader
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
SnelLaadsnelheidPerLaadpunt ">
<
xs:sequence >
<
xs:element
name ="
SnelLaadpunt "
type ="
SnelLaadpunt
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Optioneel="
xs :boolean
[1] "
Verwerkingsstatus="
ct :Blokstatus
[1] " >
</...>
Schema Component Representation
<
xs:complexType
name ="
SnelLaden ">
<
xs:sequence >
<
xs:element
name ="
SnelBoordLader "
type ="
SnelBoordLader
"
minOccurs ="
0 "/>
<
xs:element
name ="
SnelLaadkosten "
type ="
SnelLaadkosten
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Optioneel "
type ="
xs :boolean
"
use ="
required "/>
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Snelheid
< SnelheidExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
SnelheidExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Snelheid
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
ct :Spoorbreedte
< SpoorbreedteExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
SpoorbreedteExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Spoorbreedte
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
ct :Omschrijving
< StandaardOptie (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
StandaardOptie ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
StandaardOptielijst ">
<
xs:sequence >
<
xs:element
name ="
Optie "
type ="
StandaardOptie
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
OptieBasis
< StandaardPakket (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
StandaardPakket ">
<
xs:complexContent >
<
xs:extension
base ="
OptieBasis
">
<
xs:sequence >
<
xs:element
name ="
Naam "
type ="
ct :Naam
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
StandaardPakkettenlijst ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
StandaardUitrusting ">
<
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 ="
Taxatiegegevens ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<Motoren>
Motoren
</Motoren>
[0..1]
<Emissie>
Emissie
</Emissie>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
TechnischeGegevens ">
<
xs:sequence >
<
xs:element
name ="
Motoren "
type ="
Motoren
"
minOccurs ="
0 "/>
<
xs:element
name ="
AccuGegevens "
type ="
AccuGegevens
"
minOccurs ="
0 "/>
<
xs:element
name ="
Emissie "
type ="
Emissie
"
minOccurs ="
0 "/>
<
xs:element
name ="
RemGegevens "
type ="
RemGegevens
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<Modeljaar>
ct :Jaar
</Modeljaar>
[0..1]
<VersnellingenVooruit>
ct :Aantal
</VersnellingenVooruit>
[0..1]
<LedigGewichtMinimaal>
ct :Massa
</LedigGewichtMinimaal>
[0..1]
<LedigGewichtGeschat>
ct :Massa
</LedigGewichtGeschat>
[0..1]
<LedigGewichtMaximaal>
ct :Massa
</LedigGewichtMaximaal>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
TechnischeSpecificatie ">
<
xs:sequence >
<
xs:element
name ="
Modeljaar "
type ="
ct :Jaar
"
minOccurs ="
0 "/>
<
xs:element
name ="
AangedrevenAssen "
type ="
AantalExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielbasisMaximaal "
type ="
LengteExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
Acceleratie "
type ="
ct :Acceleratie
"
minOccurs ="
0 "/>
<
xs:element
name ="
Emissienorm "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Carrosserievorm "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Bodystijl "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
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 ="
DeurenLangszijde "
type ="
AantalExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
DeurenTotaal "
type ="
AantalExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
BPMCode "
type ="
ct :BPMCode
"
minOccurs ="
0 "/>
<
xs:element
name ="
Motorcode "
type ="
ct :Motorcode
"
minOccurs ="
0 "/>
<
xs:element
name ="
Turbo "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Code "
type ="
ct :Correct
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Schakeling "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
VersnellingenVooruit "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
LedigGewichtMinimaal "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
LedigGewichtGeschat "
type ="
ct :Massa
"
minOccurs ="
0 "/>
<
xs:element
name ="
LedigGewichtMaximaal "
type ="
ct :Massa
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Complex Type: Teller
Super-types:
Teller < Teller (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Teller ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Teller
">
<
xs:attribute
name ="
IngangDatumPrijslijst "
type ="
ct :Datum
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
Tellersoort < Tellersoort (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Tellersoort ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Tellersoort
">
<
xs:attribute
name ="
Ingangsdatum "
type ="
ct :Datum
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
Tellersoorten
Used by (from the same schema document)
Complex Type
MMTGegevens
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
Tellersoorten ">
<
xs:sequence >
<
xs:element
name ="
Tellersoort "
type ="
Tellersoort
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
ct :Omschrijving
< Tractioncontrol (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Tractioncontrol ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Transmissie ">
<
xs:sequence >
<
xs:element
name ="
Schakeling "
type ="
ct :Schakeling
"
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 ="
TransmissieExtended ">
<
xs:sequence >
<
xs:element
name ="
LockupAutomaat "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Schakeling "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
SpENAutomaat "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Tractioncontrol "
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] " >
<AangedrevenAssen>
ct :Aantal
</AangedrevenAssen>
[0..1]
<AangedrevenWielen>
ct :Aantal
</AangedrevenWielen>
[0..1]
<WielenaangedrevenAssen>
ct :Aantal
</WielenaangedrevenAssen>
[0..1]
<AantalGangen>
ct :Aantal
</AantalGangen>
[0..1]
<OmschrijvingVersnelling>
ct :Omschrijving
</OmschrijvingVersnelling>
[0..1]
<OverbrengingVooruit10>
ct :Overbrenging
</OverbrengingVooruit10>
[0..1]
<OverbrengingAchteruit>
ct :Overbrenging
</OverbrengingAchteruit>
[0..1]
<OverbrengingDifferentieel>
ct :Overbrenging
</OverbrengingDifferentieel>
[0..1]
<OverbrengingOverdrive>
ct :Overbrenging
</OverbrengingOverdrive>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
TransmissieGegevens ">
<
xs:sequence >
<
xs:element
name ="
Aandrijving "
type ="
Aandrijving
"
minOccurs ="
0 "/>
<
xs:element
name ="
AangedrevenAssen "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
AangedrevenWielen "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
WielenaangedrevenAssen "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
Bijzonderheid "
type ="
ct :Omschrijving
"
minOccurs ="
0 "/>
<
xs:element
name ="
TractionControl "
type ="
ct :Omschrijving
"
minOccurs ="
0 "/>
<
xs:element
name ="
Type "
type ="
Schakeling
"
minOccurs ="
0 "/>
<
xs:element
name ="
AantalGangen "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
OmschrijvingVersnelling "
type ="
ct :Omschrijving
"
minOccurs ="
0 "/>
<
xs:element
name ="
AutomaatLockup "
type ="
AutomaatLockup
"
minOccurs ="
0 "/>
<
xs:element
name ="
AutomaatSpEN "
type ="
AutomaatSpEN
"
minOccurs ="
0 "/>
<
xs:element
name ="
OverbrengingVooruit "
type ="
ct :Overbrenging
"
minOccurs ="
0 "/>
<
xs:element
name ="
OverbrengingVooruit2 "
type ="
ct :Overbrenging
"
minOccurs ="
0 "/>
<
xs:element
name ="
OverbrengingVooruit3 "
type ="
ct :Overbrenging
"
minOccurs ="
0 "/>
<
xs:element
name ="
OverbrengingVooruit4 "
type ="
ct :Overbrenging
"
minOccurs ="
0 "/>
<
xs:element
name ="
OverbrengingVooruit5 "
type ="
ct :Overbrenging
"
minOccurs ="
0 "/>
<
xs:element
name ="
OverbrengingVooruit6 "
type ="
ct :Overbrenging
"
minOccurs ="
0 "/>
<
xs:element
name ="
OverbrengingVooruit7 "
type ="
ct :Overbrenging
"
minOccurs ="
0 "/>
<
xs:element
name ="
OverbrengingVooruit8 "
type ="
ct :Overbrenging
"
minOccurs ="
0 "/>
<
xs:element
name ="
OverbrengingVooruit9 "
type ="
ct :Overbrenging
"
minOccurs ="
0 "/>
<
xs:element
name ="
OverbrengingVooruit10 "
type ="
ct :Overbrenging
"
minOccurs ="
0 "/>
<
xs:element
name ="
OverbrengingAchteruit "
type ="
ct :Overbrenging
"
minOccurs ="
0 "/>
<
xs:element
name ="
OverbrengingDifferentieel "
type ="
ct :Overbrenging
"
minOccurs ="
0 "/>
<
xs:element
name ="
OverbrengingOverdrive "
type ="
ct :Overbrenging
"
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 ="
TransmissieGegevensExtended ">
<
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 ="
TransmissieGegevensVTS ">
<
xs:sequence >
<
xs:element
name ="
Transmissie "
type ="
Transmissie
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Omschrijving
< TransmissieType (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
TransmissieType ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
ct :Omschrijving
< TurboCompressor (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
TurboCompressor ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
ct :Omschrijving
< TypeAandrijflijn (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
TypeAandrijflijn ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
TypeFabriek < TypeFabriek (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
TypeFabriek ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :TypeFabriek
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<MerkModelTypeGegevens>
MMTGegevens
</MerkModelTypeGegevens>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
TypeSpecificatie ">
<
xs:sequence >
<
xs:element
name ="
MerkModelTypeGegevens "
type ="
MMTGegevens
"
minOccurs ="
0 "/>
<
xs:element
name ="
RemGegevens "
type ="
RemGegevensVTS
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<Model>
ct :Merk
</Model>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Typegegevens ">
<
xs:sequence >
<
xs:element
name ="
Merk "
type ="
ct :Merk
"
minOccurs ="
0 "/>
<
xs:element
name ="
Model "
type ="
ct :Merk
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
TypegegevensMMT ">
<
xs:sequence >
<
xs:element
name ="
Merk "
type ="
ct :Merk
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
Typekeuringgegevens
Used by (from the same schema document)
Complex Type
Voertuigscan
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
Typekeuringgegevens ">
<
xs:sequence >
<
xs:element
name ="
Merkgegevens "
type ="
Merkgegevens
"
minOccurs ="
0 "/>
<
xs:element
name ="
Handelsgegevens "
type ="
Handelsgegevens
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Uitstoot
< UitstootExtended (by extension)
Sub-types:
None
Name
UitstootExtended
Used by (from the same schema document)
Complex Type
Milieu
, Complex Type
Milieu
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
UitstootExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Uitstoot
">
<
xs:attribute
name ="
WLTP "
type ="
ct :Correct
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
Uitvoering ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
Schema Component Representation
<
xs:complexType
name ="
UitvoeringBasis ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
Ingangsdatum "
type ="
ct :Datum
"
use ="
required "/>
<
xs:attribute
name ="
Referentiedatum "
type ="
ct :Datum
"/>
<
xs:attribute
name ="
ReferentiedatumBron "
type ="
Bron
"/>
<
xs:attribute
name ="
VGSOptiesleutelBron "
type ="
Bron
"/>
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
UitvoeringGegevens ">
<
xs:sequence >
<
xs:element
name ="
Uitvoering "
type ="
Uitvoering
"
minOccurs ="
0 "/>
<
xs:element
name ="
Voertuigsoort "
type ="
Voertuigsoort
"
minOccurs ="
0 "/>
<
xs:element
name ="
Bodystijl "
type ="
Bodystijl
"
minOccurs ="
0 "/>
<
xs:element
name ="
BrandstofTypes "
type ="
BrandstofTypes
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<Modeljaar>
ct :Jaar
</Modeljaar>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
UitvoeringSpecificatie ">
<
xs:sequence >
<
xs:element
name ="
Modeljaar "
type ="
ct :Jaar
"
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 ="
UitvoeringSpecificatieDetail ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
Optielijst
< UitvoeringSpecificatieOpties (by extension)
Sub-types:
None
XML Instance Representation
<...
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<!-- '
Optielijst
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType
name ="
UitvoeringSpecificatieOpties ">
<
xs:complexContent >
<
xs:extension
base ="
Optielijst
">
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Super-types:
Prijs
< UitvoeringSpecificatiePrijs (by extension)
Sub-types:
None
XML Instance Representation
<...
DatumEmbargo="
ct :Datum
[0..1] "
Verwerkingsstatus="
ct :Blokstatus
[1] " >
<!-- '
Prijs
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType
name ="
UitvoeringSpecificatiePrijs ">
<
xs:complexContent >
<
xs:extension
base ="
Prijs
">
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Super-types:
ct :VGSOptieSleutel
< VGSOptiesleutelDatum (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
VGSOptiesleutelDatum ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :VGSOptieSleutel
">
<
xs:attribute
name ="
Ingangsdatum "
type ="
ct :Datum
"
use ="
required "/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
VehicleToGrid ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
VehicleToHome ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
VehicleToLoader ">
<
xs:sequence >
<
xs:element
name ="
Ondersteund "
type ="
ct :Ondersteund
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Verbruik ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<VerbruikBrandstofEquivalentWltpBoordcomputerL100km>
ct :VerbruikBrandstofL100km
</VerbruikBrandstofEquivalentWltpBoordcomputerL100km>
[0..1]
<VerbruikBrandstofEquivalentWltpTehBoordcomputerL100km>
ct :VerbruikBrandstofL100km
</VerbruikBrandstofEquivalentWltpTehBoordcomputerL100km>
[0..1]
<VerbruikBrandstofEquivalentNedcBoordcomputerL100km>
ct :VerbruikBrandstofL100km
</VerbruikBrandstofEquivalentNedcBoordcomputerL100km>
[0..1]
<VerbruikBrandstofEquivalentWerkelijkBoordcomputerL100km>
ct :VerbruikBrandstofL100km
</VerbruikBrandstofEquivalentWerkelijkBoordcomputerL100km>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
VerbruikBrandstofEquivalent ">
<
xs:sequence >
<
xs:element
name ="
VerbruikBrandstofEquivalentWerkelijkBoordcomputerL100km "
type ="
ct :VerbruikBrandstofL100km
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
VerbruikElektrisch ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
VerbruikInformatie ">
<
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 ="
Verbruiksgegevens ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Complex Type: Vering
Schema Component Representation
<
xs:complexType
name ="
Vering ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
ct :Vermogen
< VermogenExtended (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
VermogenExtended ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Vermogen
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
VersnellingDetails
Used by (from the same schema document)
Complex Type
Transmissie
Abstract
no
XML Instance Representation
<...>
<VersnellingenVooruit>
ct :Aantal
</VersnellingenVooruit>
[0..1]
<VersnellingenAchteruit>
ct :Aantal
</VersnellingenAchteruit>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
VersnellingDetails ">
<
xs:sequence >
<
xs:element
name ="
Aandrijving "
type ="
ct :Aandrijving
"
minOccurs ="
0 "/>
<
xs:element
name ="
VersnellingenVooruit "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
VersnellingenAchteruit "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
VersnellingDetailsExtended
Used by (from the same schema document)
Complex Type
TransmissieExtended
Abstract
no
Documentation
' ', A, K, P, V, X
XML Instance Representation
<...>
<VersnellingenVooruit>
ct :Aantal
</VersnellingenVooruit>
[0..1]
<VersnellingenAchteruit>
ct :Aantal
</VersnellingenAchteruit>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
VersnellingDetailsExtended ">
<
xs:sequence >
<
xs:element
name ="
Aandrijving "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
VersnellingenVooruit "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
<
xs:element
name ="
VersnellingenAchteruit "
type ="
ct :Aantal
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Versnellingbeschrijving ">
<
xs:sequence >
<
xs:element
name ="
TypeVersnelling "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Soortversnellingsbak "
type ="
OmschrijvingCode
"
minOccurs ="
0 "/>
<
xs:element
name ="
VersnellingenVooruit "
type ="
AantalExtended
"
minOccurs ="
0 "/>
<
xs:element
name ="
AsAandrijving "
type ="
ct :Aandrijving
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
VersnellingenTypekeuring ">
<
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 ="
Verzekeraargegevens ">
<
xs:sequence >
<
xs:element
name ="
Naam "
type ="
ct :Naam
"
minOccurs ="
0 "/>
<
xs:element
name ="
Straat "
type ="
ct :Straat
"
minOccurs ="
0 "/>
<
xs:element
name ="
Huisnummer "
type ="
ct :Huisnummer
"
minOccurs ="
0 "/>
<
xs:element
name ="
Postcode "
type ="
ct :Postcode
"
minOccurs ="
0 "/>
<
xs:element
name ="
Woonplaats "
type ="
ct :Woonplaats
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
VideosEvDatabase
Used by (from the same schema document)
Complex Type
Media
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
VideosEvDatabase ">
<
xs:sequence >
<
xs:element
name ="
VideoEvDatabaseUrl "
type ="
ct :VideoEvDatabaseUrl
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Omschrijving
< VoertuigGebrek (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
VoertuigGebrek ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
VoertuigGebreken ">
<
xs:sequence >
<
xs:element
name ="
VoertuigGebrek "
type ="
VoertuigGebrek
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
VoertuigHistorie ">
<
xs:sequence >
<
xs:element
name ="
VoertuigRegistratie "
type ="
VoertuigRegistratie
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
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 ="
VoertuigKtypegegevens ">
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
Verwerkingsstatus "
type ="
ct :Blokstatus
"
use ="
required "/>
</
xs:complexType >
Super-types:
ct :Omschrijving
< VoertuigRegistratie (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
VoertuigRegistratie ">
<
xs:simpleContent >
<
xs:extension
base ="
ct :Omschrijving
">
<
xs:attribute
name ="
Bron "
type ="
Bron
"/>
<
xs:attribute
name ="
RegistratieCode "
type ="
ct :Code
"/>
<
xs:attribute
name ="
RegistratieDatum "
type ="
ct :Datum
"/>
</
xs:extension >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
VoertuigStatussen ">
<
xs:sequence >
<
xs:element
name ="
StatusBedrijfsvoorraad "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
StatusBijzonderheden "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
StatusExport "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
StatusGestolen "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
StatusKeuring "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
StatusOngeldig "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
StatusRTL "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
StatusSloop "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
StatusVervallen "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
StatusVervanging "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
StatusVerkoop "
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] " >
<BPMBedragKentekenbewijs>
ct :Bedrag
</BPMBedragKentekenbewijs>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Voertuiggegevens ">
<
xs:sequence >
<
xs:element
name ="
Merktypecode "
type ="
ct :Merktypecode
"
minOccurs ="
0 "/>
<
xs:element
name ="
BPMBedragKentekenbewijs "
type ="
ct :Bedrag
"
minOccurs ="
0 "/>
<
xs:element
name ="
CodeFiscaleAfschrijving "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
VoertuigClassificatieRDW "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
LPGSysteem "
type ="
LPGSysteem
"
minOccurs ="
0 "/>
<
xs:element
name ="
Typegegevens "
type ="
Typegegevens
"
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 ="
Voertuigscan ">
<
xs:sequence >
<
xs:element
name ="
Taxatiegegevens "
type ="
Taxatiegegevens
"
minOccurs ="
0 "/>
<
xs:element
name ="
Kostengegevens "
type ="
Kostengegevens
"
minOccurs ="
0 "/>
<
xs:element
name ="
CRWAMgegevens "
type ="
CRWAMgegevens
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
ct :Omschrijving
< Voertuigsoort (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Voertuigsoort ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
ct :Omschrijving
< Wielophanging (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Wielophanging ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Simple Type: Base64
Super-types:
xs :string < Base64 (by restriction)
Sub-types:
None
Name
Base64
Content
pattern = [a-zA-Z0-9=\\\+/]*
length <= 400000
Schema Component Representation
<
xs:simpleType
name ="
Base64 ">
<
xs:restriction
base ="
xs :string
">
<xs:pattern
value ="[a-zA-Z0-9=\\\+/]* "/>
<xs:maxLength
value ="400000 "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: Bron
Super-types:
xs :string < Bron (by restriction)
Sub-types:
None
Name
Bron
Used by (from the same schema document)
Complex Type
PreferenteCommercieleVersielijst
, Complex Type
LowMileagegegevens
, Complex Type
BrandstofEnKleur
, Complex Type
BrandstofEnKleur
, Complex Type
BrandstofEnKleur
, Complex Type
BrandstofEnKleur
, Complex Type
BrandstofEnKleur
, Complex Type
UitvoeringBasis
, Complex Type
UitvoeringBasis
, Complex Type
EEGVoertuigcatergorie
, Complex Type
EEGVoertuigcatergorie
, Complex Type
OmschrijvingCodeExtended
, Complex Type
OmschrijvingExtended
, Complex Type
BrandstofcodeExtended
, Complex Type
VoertuigRegistratie
, Complex Type
EEGTypeVariantUitvoering
, Complex Type
EEGTypeVariantUitvoering
, Complex Type
EEGTypeVariantUitvoering
, Complex Type
EEGTypeVariantUitvoering
, Complex Type
EEGTypeGoedkeuringsnummergegevens
, Complex Type
PlaatsVINgegevens
, Complex Type
Motorbeschrijving
, Complex Type
Emissiegegevens
, Complex Type
Emissiegegevens
, Complex Type
BedragExtended
, Complex Type
BouwjaarExtended
, Complex Type
MotorcodeExtended
, Complex Type
MassaExtended
, Complex Type
EmissiecodeExtended
, Complex Type
BrandstofverbruikExtended
, Complex Type
BSECodeExtended
, Complex Type
AantalExtended
, Complex Type
LengteExtended
, Complex Type
SnelheidExtended
, Complex Type
CilinderinhoudExtended
, Complex Type
VermogenExtended
, Complex Type
DatumExtended
, Complex Type
SpoorbreedteExtended
, Complex Type
TypeFabriek
Content
Schema Component Representation
<
xs:simpleType
name ="
Bron ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="5 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < GebruikerIdentificatieRDW (by restriction)
Sub-types:
None
Name
GebruikerIdentificatieRDW
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType
name ="
GebruikerIdentificatieRDW ">
<
xs:restriction
base ="
xs :nonNegativeInteger
">
<xs:totalDigits
value ="8 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < NAPStatus (by restriction)
Sub-types:
None
Name
NAPStatus
Used by (from the same schema document)
Complex Type
NAPCheckgegevens
Content
value comes from list: {'NAP logisch'|'NAP onlogisch'|'Onvoldoende gegevens'}
Schema Component Representation
<
xs:simpleType
name ="
NAPStatus ">
<
xs:restriction
base ="
xs :string
">
<xs:enumeration
value ="NAP logisch "/>
<xs:enumeration
value ="NAP onlogisch "/>
<xs:enumeration
value ="Onvoldoende gegevens "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < PolisNummer (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType
name ="
PolisNummer ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="16 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < SoortDekking (by restriction)
Sub-types:
None
Name
SoortDekking
Used by (from the same schema document)
Complex Type
CRWAMVerzekeringsgegevens
Content
value comes from list: {'WAM'|'RDB'}
Documentation
Aanduiding die aangeeft in welk kader een dekking geregistreerd is.
WAM=Dekking in het kader van de Wet Aanspr MotorV.
RDB=Dekking in het kader van een bedrijfsvoorraad.
Schema Component Representation
<
xs:simpleType
name ="
SoortDekking ">
<
xs:restriction
base ="
xs :string
">
<xs:enumeration
value ="WAM "/>
<xs:enumeration
value ="RDB "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: Status
Super-types:
xs :string < Status (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType
name ="
Status ">
<
xs:restriction
base ="
xs :string
">
<xs:maxLength
value ="5 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < VerzekeringsCodeRDW (by restriction)
Sub-types:
None
Name
VerzekeringsCodeRDW
Used by (from the same schema document)
Complex Type
Verzekeraargegevens
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType
name ="
VerzekeringsCodeRDW ">
<
xs:restriction
base ="
xs :nonNegativeInteger
">
<xs:totalDigits
value ="4 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < Volgnummer (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType
name ="
Volgnummer ">
<
xs:restriction
base ="
xs :nonNegativeInteger
">
<xs:totalDigits
value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < Wachtwoord (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType
name ="
Wachtwoord ">
<
xs:restriction
base ="
xs :string
"/>
</
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 .