technisch.xsd

Table of Contents

top

Schema Document Properties

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

Declared Namespaces

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

Global Definitions

Simple Type: APKKlasse

Super-types: xs:string < APKKlasse (by restriction)
Sub-types: None
Name APKKlasse
Content
  • Base XSD Type: string
  • value comes from list: {'1'|'2'}
Documentation Klasse APK-afmelding.
Schema Component Representation
<xs:simpleType name="APKKlasse">
<xs:restriction base=" xs:string ">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BPMCode

Super-types: xs:string < BPMCode (by restriction)
Sub-types: None
Name BPMCode
Content
  • Base XSD Type: string
  • length <= 4
Documentation BPM Code|1e positie|P=Personenwagen/ Passenger car|B=Bedrijfswagen/ LCV|M=Motorfiets/ Motorcycle|=Onbekend (spatie)|2e positie|B=Benzine/Gasoline|D=Diesel|G=Gas / LPG|E=Elektrisch / Electrical| =Onbekend (spatie)|3e en 4e positie zijn spaties
Schema Component Representation
<xs:simpleType name="BPMCode">
<xs:restriction base=" xs:string ">
<xs:maxLength value="4"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Brandstofcode

Super-types: xs:string < Brandstofcode (by restriction)
Sub-types: None
Name Brandstofcode
Content
  • Base XSD Type: string
  • value comes from list: {'A'|'B'|'C'|'D'|'E'|'G'|'H'|'L'|'S'}
Documentation Soort brandstof.|A=?|B=Benzine|C=Vloeibaar gas (Cryogeen)|D=Diesel|E=Elektrisch gevoed|G=Gas Propaan(LPG, enz.)|H=Gas onder hoge druk (zoals Helium)|L=Loodvrij|S=Super||Note: Code A is niet bekend in VGS, Code L komt niet voor in VER.
Schema Component Representation
<xs:simpleType name="Brandstofcode">
<xs:restriction base=" xs:string ">
<xs:enumeration value="A"/>
<xs:enumeration value="B"/>
<xs:enumeration value="C"/>
<xs:enumeration value="D"/>
<xs:enumeration value="E"/>
<xs:enumeration value="G"/>
<xs:enumeration value="H"/>
<xs:enumeration value="L"/>
<xs:enumeration value="S"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Cilinderinhoud

Super-types: xs:nonNegativeInteger < Cilinderinhoud (by restriction)
Sub-types: None
Name Cilinderinhoud
Content
  • Base XSD Type: nonNegativeInteger
  • total no. of digits = 5
Documentation Het totale slagvolume (ccm) van een motor (slaglengte x zuigeroppevlak x aantal zuigers).
Schema Component Representation
<xs:simpleType name="Cilinderinhoud">
<xs:restriction base=" xs:nonNegativeInteger ">
<xs:totalDigits value="5"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Importeurscode

Super-types: xs:string < Importeurscode (by restriction)
Sub-types: None
Name Importeurscode
Content
  • Base XSD Type: string
  • value comes from list: {'AB'|'AO'|'AN'|'AP'|'AR'|'BI'|'BR'|'BW'|'CH'|'CI'|'DA'|'DH'|'DN'|'DU'|'EU'|'FA'|'FI'|'FO'|'GB'|'GC'|'GM'|'GR'|'HF'|'HI'|'HN'|'HS'|'HG'|'HT'|'IN'|'IV'|'KJ'|'KM'|'KW'|'LH'|'LI'|'LP'|'MB'|'ME'|'NI'|'NM'|'NW'|'OV'|'PC'|'PI'|'PM'|'PN'|'PO'|'PT'|'RE'|'RV'|'UR'|'VH'|'VK'|'VN'|'YU'}
Documentation Importers code|AB=Abimex B.V.|AO=BMW Nederland B.V|AN=STI Nederland|AP=Auto Palace de Binckhorst B.V.|AR=Fiat Auto Nederland B.V.|BI=Binckhorst|BR=Mega Automobiles Hollande|BW=Bedrijfswagen Import Nederland|CH=Chrysler Import Holland B.V.|CI=Citroen Nederland B.V.|DA=Daihatsu Holland B.V.|DH=De Haan|DN=Nissan Motor Nederland B.V.|DU=DNL Nederland|EU=Eurimpo|FA=Fiat Auto Nederland B.V.|FI=Kroymans Automobiel Divisie|FO=Ford Nederland B.V.|GB=Greenib B.V. Motoren|GC=Greenib Car B.V.|GM=Opel Nederland B.V.|GR=Gremi Auto-Import B.V.|HF=Honda Nederland B.V.|HI=HAI Rijnsburg|HN=Hart Nibbrig en Greeve B.V.|HS=Hessing Autobedrijven B.V.|HG=Hessing de Bilt B.V.|HT=Holland Asia Motors B.V.|IN=Yamaha Motor Nederland|IV=Iveco Nederland B.V.|KJ=Jaguar Import Nederland B.V.|KM=Kia Motors Nederland B.V.|KW=Kawasaki Motors Netherlands|LH=Rover Nederland B.V.|LI=Fiat Auto Nederland B.V.|LP=Louwman en Parqui B.V.|MB=Mercedes Benz Nederland B.V.|ME=Subaru Benelux N.V.|NI=B.V. Nimag|NM=Piaggo Benelux|NW=Auto Import Mij. A.I.M. B.V.|OV=Overig|PC=PrimaCar|PI=U.S. Carcenter Pietersen B.V.|PM=Pon Mobiel B.V.|PN=Pons Automobielhandel B.V.|PO=Pon Car B.V.|PT=Peugeot Talbot Nederland N.V.|RE=Reliant Imp. Ned.|RV=Riva Amsterdam|UR=Renault Nederland N.V.|VH=Van der Hulst|VK=Van de Kuinder|VN=Volvo Nederland Personenauto|YU=Yugo|
Schema Component Representation
<xs:simpleType name="Importeurscode">
<xs:restriction base=" xs:string ">
<xs:enumeration value="AB"/>
<xs:enumeration value="AO"/>
<xs:enumeration value="AN"/>
<xs:enumeration value="AP"/>
<xs:enumeration value="AR"/>
<xs:enumeration value="BI"/>
<xs:enumeration value="BR"/>
<xs:enumeration value="BW"/>
<xs:enumeration value="CH"/>
<xs:enumeration value="CI"/>
<xs:enumeration value="DA"/>
<xs:enumeration value="DH"/>
<xs:enumeration value="DN"/>
<xs:enumeration value="DU"/>
<xs:enumeration value="EU"/>
<xs:enumeration value="FA"/>
<xs:enumeration value="FI"/>
<xs:enumeration value="FO"/>
<xs:enumeration value="GB"/>
<xs:enumeration value="GC"/>
<xs:enumeration value="GM"/>
<xs:enumeration value="GR"/>
<xs:enumeration value="HF"/>
<xs:enumeration value="HI"/>
<xs:enumeration value="HN"/>
<xs:enumeration value="HS"/>
<xs:enumeration value="HG"/>
<xs:enumeration value="HT"/>
<xs:enumeration value="IN"/>
<xs:enumeration value="IV"/>
<xs:enumeration value="KJ"/>
<xs:enumeration value="KM"/>
<xs:enumeration value="KW"/>
<xs:enumeration value="LH"/>
<xs:enumeration value="LI"/>
<xs:enumeration value="LP"/>
<xs:enumeration value="MB"/>
<xs:enumeration value="ME"/>
<xs:enumeration value="NI"/>
<xs:enumeration value="NM"/>
<xs:enumeration value="NW"/>
<xs:enumeration value="OV"/>
<xs:enumeration value="PC"/>
<xs:enumeration value="PI"/>
<xs:enumeration value="PM"/>
<xs:enumeration value="PN"/>
<xs:enumeration value="PO"/>
<xs:enumeration value="PT"/>
<xs:enumeration value="RE"/>
<xs:enumeration value="RV"/>
<xs:enumeration value="UR"/>
<xs:enumeration value="VH"/>
<xs:enumeration value="VK"/>
<xs:enumeration value="VN"/>
<xs:enumeration value="YU"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Merkcode

Super-types: xs:string < Merkcode (by restriction)
Sub-types: None
Name Merkcode
Content
  • Base XSD Type: string
  • length = 4
Documentation Code merk. Bestaat alleen uit letters en alle posities zijn volledig gevuld.
Schema Component Representation
<xs:simpleType name="Merkcode">
<xs:restriction base=" xs:string ">
<xs:length value="4"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Motorcode

Super-types: xs:string < Motorcode (by restriction)
Sub-types: None
Name Motorcode
Content
  • Base XSD Type: string
  • length <= 15
Documentation Uniek motornummer van de fabrikant|Note: In VER 15 lang, in VGS 10 lang
Schema Component Representation
<xs:simpleType name="Motorcode">
<xs:restriction base=" xs:string ">
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Opbouw

Super-types: xs:string < Opbouw (by restriction)
Sub-types: None
Name Opbouw
Content
  • Base XSD Type: string
  • value comes from list: {'00'|'01'|'02'|'03'|'04'|'05'|'06'|'07'|'08'|'09'|'10'|'11'|'12'|'13'|'14'|'15'|'16'|'17'|'18'|'19'|'20'|'21'|'22'|'23'|'24'|'25'|'26'|'27'|'28'|'29'|'30'|'31'|'32'|'33'|'34'|'35'|'36'|'37'|'38'|'39'|'40'|'41'|'42'|'43'|'44'|'45'|'46'|'47'|'48'|'49'|'50'|'51'|'52'|'53'|'54'|'55'|'56'|'57'|'58'|'59'|'60'|'61'|'62'|'63'|'65'|'66'|'68'|'69'|'70'|'71'|'72'|'73'|'74'|'75'|'76'|'77'|'80'|'81'|'82'|'83'|'84'|'85'|'86'|'87'|'88'|'89'|'99'}
Documentation 00=Onbekend|01=Bus|02=Asfaltkipper|03=Tankwagen|04=Gesloten wagen|05=Verhuiswagen(04)|06=Ladderwagen|07=Veewagen|08=Destructor wagen(04)|09=Koelwagen(63)|10=Vrieswagen(63)|11=Kraanwagen|12=Takelwagen|13=Medische hulpwagen(18)|14=Ambulance|15=Kantoorwagen(18)|16=Woonwagen(69)|17=Meetwagen(18)|18=Servicewagen|19=Montagewagen(18)|20=Reparatiewagen(18)|21=Chassis cabine(47)|22=Trekker|23=Landbouwtrekker(?)|24=Dragline(?)|25=Kampeerwagen(68/69)|26=Open wagen|27=Demonstratiewagen(18)|28=Mobiele zender(18)|29=Hoogwerker|30=Voor vervoer afzetbakken(57)|31=Voor vervoer containers(57)|32=Voor vervoer voertuigen|33=Voor vervoer wisselbakken(57)|34=Betonmolen|35=Resteelwagen|36=Driezijdige kipper(62)|37=Achterwaartse kipper(62)|38=Kolkenzuiger|39=Faecalienwagen(04)|40=Vuilniswagen|41=Sproeiwagen(66)|42=Straatveegwagen(66)|43=Geluidswagen(18)|44=Combinatiewagen|45=Brandweerwagen|46=Betonpomp|47=Kaal chassis|48=Gedeeltelijk open wagen(26)|49=Compressor wagen|50=Winkel wagen|51=Speciaal wagen|52=Pausmobiel(?)|53=Open met kraan(26)|54=Tweezijdige kipper(62)|55=Voor vervoer boten|56=Keetwagen(18)|57=Voor verwisselbare opbouw|58=Open wagen met vast dak(26)|59=Open wagen met huif(26)|60=Voor vervoer personen|61=Bergingsvoertuig|62=Kipper|63=Geconditioneerd voertuig|65=Taxi|66=Reinigingswagen|68=Kampeerauto|69=Caravan|70=All Road|71=Custom|72=Off Road|73=Sport|74=Tour|75=Sporttour|76=Bromfiets|77=Snorfiets|80=Kampeerwagen|81=Bijzonder vervoer, Ambulance|82=Autocar, Autobus voor personenvervoer|83=Cabriolet|84=Coach|85=Combi|86=Coupe|87=Sedan|88=Multi Purpose Vehicle|89=Terreinwagen|99=Vracht
Schema Component Representation
<xs:simpleType name="Opbouw">
<xs:restriction base=" xs:string ">
<xs:enumeration value="00"/>
<xs:enumeration value="01"/>
<xs:enumeration value="02"/>
<xs:enumeration value="03"/>
<xs:enumeration value="04"/>
<xs:enumeration value="05"/>
<xs:enumeration value="06"/>
<xs:enumeration value="07"/>
<xs:enumeration value="08"/>
<xs:enumeration value="09"/>
<xs:enumeration value="10"/>
<xs:enumeration value="11"/>
<xs:enumeration value="12"/>
<xs:enumeration value="13"/>
<xs:enumeration value="14"/>
<xs:enumeration value="15"/>
<xs:enumeration value="16"/>
<xs:enumeration value="17"/>
<xs:enumeration value="18"/>
<xs:enumeration value="19"/>
<xs:enumeration value="20"/>
<xs:enumeration value="21"/>
<xs:enumeration value="22"/>
<xs:enumeration value="23"/>
<xs:enumeration value="24"/>
<xs:enumeration value="25"/>
<xs:enumeration value="26"/>
<xs:enumeration value="27"/>
<xs:enumeration value="28"/>
<xs:enumeration value="29"/>
<xs:enumeration value="30"/>
<xs:enumeration value="31"/>
<xs:enumeration value="32"/>
<xs:enumeration value="33"/>
<xs:enumeration value="34"/>
<xs:enumeration value="35"/>
<xs:enumeration value="36"/>
<xs:enumeration value="37"/>
<xs:enumeration value="38"/>
<xs:enumeration value="39"/>
<xs:enumeration value="40"/>
<xs:enumeration value="41"/>
<xs:enumeration value="42"/>
<xs:enumeration value="43"/>
<xs:enumeration value="44"/>
<xs:enumeration value="45"/>
<xs:enumeration value="46"/>
<xs:enumeration value="47"/>
<xs:enumeration value="48"/>
<xs:enumeration value="49"/>
<xs:enumeration value="50"/>
<xs:enumeration value="51"/>
<xs:enumeration value="52"/>
<xs:enumeration value="53"/>
<xs:enumeration value="54"/>
<xs:enumeration value="55"/>
<xs:enumeration value="56"/>
<xs:enumeration value="57"/>
<xs:enumeration value="58"/>
<xs:enumeration value="59"/>
<xs:enumeration value="60"/>
<xs:enumeration value="61"/>
<xs:enumeration value="62"/>
<xs:enumeration value="63"/>
<xs:enumeration value="65"/>
<xs:enumeration value="66"/>
<xs:enumeration value="68"/>
<xs:enumeration value="69"/>
<xs:enumeration value="70"/>
<xs:enumeration value="71"/>
<xs:enumeration value="72"/>
<xs:enumeration value="73"/>
<xs:enumeration value="74"/>
<xs:enumeration value="75"/>
<xs:enumeration value="76"/>
<xs:enumeration value="77"/>
<xs:enumeration value="80"/>
<xs:enumeration value="81"/>
<xs:enumeration value="82"/>
<xs:enumeration value="83"/>
<xs:enumeration value="84"/>
<xs:enumeration value="85"/>
<xs:enumeration value="86"/>
<xs:enumeration value="87"/>
<xs:enumeration value="88"/>
<xs:enumeration value="89"/>
<xs:enumeration value="99"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Toerental

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

Simple Type: VGSOptieSleutel

Super-types: xs:string < VGSOptieSleutel (by restriction)
Sub-types: None
Name VGSOptieSleutel
Content
  • Base XSD Type: string
  • length = 12
Documentation Verbijzondering van ETG sleutel in VGS
Schema Component Representation
<xs:simpleType name="VGSOptieSleutel">
<xs:restriction base=" xs:string ">
<xs:length value="12"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Vermogen

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

Simple Type: Voertuigsoort

Super-types: xs:string < Voertuigsoort (by restriction)
Sub-types: None
Name Voertuigsoort
Content
  • Base XSD Type: string
  • value comes from list: {'A'|'B'|'C'|'F'|'M'|'O'|'P'|'S'|'V'}
Documentation Soort voertuig.|A=Aanhanger / Trailer|B=Bedrijfswagen / Commercial Vehicle (obsolete)|C=Chassis / Truck|F=Bromfiets / Moped|M=Motorfiets / Motorcylce|O=Oplegger / Semi-trailer|P=Personenwagen / Passenger Car|S=Snorfiets |V=Van
Schema Component Representation
<xs:simpleType name="Voertuigsoort">
<xs:restriction base=" xs:string ">
<xs:enumeration value="A"/>
<xs:enumeration value="B"/>
<xs:enumeration value="C"/>
<xs:enumeration value="F"/>
<xs:enumeration value="M"/>
<xs:enumeration value="O"/>
<xs:enumeration value="P"/>
<xs:enumeration value="S"/>
<xs:enumeration value="V"/>
</xs:restriction>
</xs:simpleType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

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

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

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

Glossary

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

top