XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://schemas.vecozo.nl/Machtigingen/v2/SharedTypes
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
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
tns http://schemas.vecozo.nl/Machtigingen/v2/SharedTypes
Schema Component Representation
<xs:schema targetNamespace="http://schemas.vecozo.nl/Machtigingen/v2/SharedTypes" elementFormDefault="qualified">
...
</xs:schema>
top

Global Definitions

Complex Type: AanvragerType

Super-types: None
Sub-types: None
Name AanvragerType
Abstract no
XML Instance Representation
<...>
<tns:CertificateId> tns:VecozoCertificaatnummerType </tns:CertificateId> [1]
<tns:CodeRolAanvrager> tns:CodeRolAanvragerType </tns:CodeRolAanvrager> [0..1]
<tns:Instantie> tns:InstantieType </tns:Instantie> [0..1]
<tns:Zorgverlener> tns:ZorgverlenerType </tns:Zorgverlener> [0..1]
<tns:Emailadressen> tns:ArrayOfEmailadres </tns:Emailadressen> [0..1]
</...>
Schema Component Representation
<xs:complexType name="AanvragerType">
<xs:sequence>
<xs:element name="CertificateId" type="tns:VecozoCertificaatnummerType" minOccurs="1" maxOccurs="1"/>
<xs:element name="CodeRolAanvrager" type="tns:CodeRolAanvragerType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Instantie" type="tns:InstantieType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Zorgverlener" type="tns:ZorgverlenerType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Emailadressen" type="tns:ArrayOfEmailadres" minOccurs="0" maxOccurs="1" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: AdresType

Super-types: None
Sub-types: None
Name AdresType
Abstract no
XML Instance Representation
<...>
<tns:Straatnaam> tns:StraatnaamType </tns:Straatnaam> [0..1]
<tns:Huisnummer> tns:HuisnummerType </tns:Huisnummer> [0..1]
<tns:HuisnummerToevoeging> tns:HuisnummerToevoegingType </tns:HuisnummerToevoeging> [0..1]
<tns:Postcode> tns:PostcodeType </tns:Postcode> [0..1]
<tns:Woonplaats> tns:WoonplaatsType </tns:Woonplaats> [0..1]
<tns:CodeLand> tns:CodeLandType </tns:CodeLand> [0..1]
</...>
Schema Component Representation
<xs:complexType name="AdresType">
<xs:sequence>
<xs:element name="Straatnaam" type="tns:StraatnaamType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Huisnummer" type="tns:HuisnummerType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="HuisnummerToevoeging" type="tns:HuisnummerToevoegingType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Postcode" type="tns:PostcodeType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Woonplaats" type="tns:WoonplaatsType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="CodeLand" type="tns:CodeLandType" minOccurs="0" maxOccurs="1" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: AgbCodeType

Super-types: None
Sub-types: None
Name AgbCodeType
Abstract no
Documentation Representatie van een agb-code. De AGB-code bestaat uit ZORGVERLENERSSOORT (COD008) en ZORGVERLENERSNUMMER (NUM005). Het zorgverlenersnummer is uniek binnen de zorgverlenerssoort.
XML Instance Representation
<...>
<tns:Soort> xs:int (value >= 0) (total no. of digits = 2) </tns:Soort> [1]
<tns:Nummer> xs:int (value >= 0) (total no. of digits = 6) </tns:Nummer> [1]
</...>
Schema Component Representation
<xs:complexType name="AgbCodeType">
<xs:sequence>
<xs:element name="Soort" minOccurs="1" maxOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:totalDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Nummer" minOccurs="1" maxOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:totalDigits value="6"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
top

Complex Type: ArrayOfBestand

Super-types: None
Sub-types: None
Name ArrayOfBestand
Abstract no
XML Instance Representation
<...>
<tns:Bestand> tns:Bestand </tns:Bestand> [0..10]
</...>
Schema Component Representation
<xs:complexType name="ArrayOfBestand">
<xs:sequence>
<xs:element name="Bestand" type="tns:Bestand" minOccurs="0" maxOccurs="10"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ArrayOfEmailadres

Super-types: None
Sub-types: None
Name ArrayOfEmailadres
Abstract no
XML Instance Representation
<...>
<tns:Emailadres> tns:EmailadresType </tns:Emailadres> [0..10]
</...>
Schema Component Representation
<xs:complexType name="ArrayOfEmailadres">
<xs:sequence>
<xs:element name="Emailadres" type="tns:EmailadresType" minOccurs="0" maxOccurs="10"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ArrayOfPrestatie

Super-types: None
Sub-types: None
Name ArrayOfPrestatie
Abstract no
XML Instance Representation
<...>
<tns:Prestatie> tns:PrestatieType </tns:Prestatie> [1..100]
</...>
Schema Component Representation
<xs:complexType name="ArrayOfPrestatie">
<xs:sequence>
<xs:element name="Prestatie" type="tns:PrestatieType" minOccurs="1" maxOccurs="100"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: BeperkendeVoorwaardeType

Super-types: None
Sub-types: None
Name BeperkendeVoorwaardeType
Abstract no
XML Instance Representation
<...>
<tns:Eenheid> tns:BeperkendeVoorwaardeEenheidType </tns:Eenheid> [0..1]
<tns:Aantal> tns:BeperkendeVoorwaardeAantalType </tns:Aantal> [0..1]
<tns:Voorwaarden> tns:BeperkendeVoorwaardeVoorwaardenType </tns:Voorwaarden> [0..1]
<tns:Bedrag> tns:BeperkendeVoorwaardeBedragType </tns:Bedrag> [0..1]
</...>
Schema Component Representation
<xs:complexType name="BeperkendeVoorwaardeType">
<xs:sequence>
<xs:element name="Eenheid" type="tns:BeperkendeVoorwaardeEenheidType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Aantal" type="tns:BeperkendeVoorwaardeAantalType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Voorwaarden" type="tns:BeperkendeVoorwaardeVoorwaardenType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Bedrag" type="tns:BeperkendeVoorwaardeBedragType" minOccurs="0" maxOccurs="1" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Bestand

Super-types: None
Sub-types: None
Name Bestand
Abstract no
XML Instance Representation
<...>
<tns:Naam> tns:BestandsnaamType </tns:Naam> [1]
<tns:MimeType> tns:MimeType </tns:MimeType> [0..1]
<tns:FileSize> tns:FileSizeType </tns:FileSize> [1]
<tns:Omschrijving> tns:BestandOmschrijvingType </tns:Omschrijving> [0..1]
<tns:Data> tns:BinaryDataType </tns:Data> [1]
</...>
Schema Component Representation
<xs:complexType name="Bestand">
<xs:sequence>
<xs:element name="Naam" type="tns:BestandsnaamType" minOccurs="1" maxOccurs="1"/>
<xs:element name="MimeType" type="tns:MimeType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="FileSize" type="tns:FileSizeType" minOccurs="1" maxOccurs="1"/>
<xs:element name="Omschrijving" type="tns:BestandOmschrijvingType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Data" type="tns:BinaryDataType" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: EerstelijnsPsychologischehulp

Super-types: None
Sub-types: None
Name EerstelijnsPsychologischehulp
Abstract no
XML Instance Representation
<...>
<tns:Diagnosecode> tns:EerstelijnsPsychologischehulpDiagnosecodeType </tns:Diagnosecode> [0..1]
<tns:Diagnosecodelijst> tns:EerstelijnsPsychologischehulpDiagnosecodelijstType </tns:Diagnosecodelijst> [0..1]
</...>
Schema Component Representation
<xs:complexType name="EerstelijnsPsychologischehulp">
<xs:sequence>
<xs:element name="Diagnosecode" type="tns:EerstelijnsPsychologischehulpDiagnosecodeType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Diagnosecodelijst" type="tns:EerstelijnsPsychologischehulpDiagnosecodelijstType" minOccurs="0" maxOccurs="1" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: EmailadresType

Super-types: None
Sub-types: None
Name EmailadresType
Abstract no
XML Instance Representation
<...>
<tns:Adres> tns:EmailAdresType </tns:Adres> [1]
</...>
Schema Component Representation
<xs:complexType name="EmailadresType">
<xs:sequence>
<xs:element name="Adres" type="tns:EmailAdresType"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Farmaceutischehulp

Super-types: None
Sub-types: None
Name Farmaceutischehulp
Abstract no
XML Instance Representation
<.../>
Schema Component Representation
<xs:complexType name="Farmaceutischehulp">
<xs:sequence/>
</xs:complexType>
top

Complex Type: GGZDBC

Super-types: None
Sub-types: None
Name GGZDBC
Abstract no
XML Instance Representation
<...>
<tns:Poortspecialisme> tns:PoortspecialismeType </tns:Poortspecialisme> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GGZDBC">
<xs:sequence>
<xs:element name="Poortspecialisme" type="tns:PoortspecialismeType" minOccurs="0" maxOccurs="1" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Huisartsenhulp

Super-types: None
Sub-types: None
Name Huisartsenhulp
Abstract no
XML Instance Representation
<.../>
Schema Component Representation
<xs:complexType name="Huisartsenhulp">
<xs:sequence/>
</xs:complexType>
top

Complex Type: Hulpmiddelenzorg

Super-types: None
Sub-types: None
Name Hulpmiddelenzorg
Abstract no
XML Instance Representation
<...>
<tns:AanvullendeGeneriekeProductcodeHulpmiddelen1> tns:AanvullendeGeneriekeProductcodeHulpmiddelenType </tns:AanvullendeGeneriekeProductcodeHulpmiddelen1> [0..1]
<tns:AanvullendeGeneriekeProductcodeHulpmiddelen2> tns:AanvullendeGeneriekeProductcodeHulpmiddelenType </tns:AanvullendeGeneriekeProductcodeHulpmiddelen2> [0..1]
<tns:DatumAfleveringVoorgaandeHulpmiddel> tns:Datum </tns:DatumAfleveringVoorgaandeHulpmiddel> [0..1]
<tns:IndicatiePositie> tns:IndicatiePositieType </tns:IndicatiePositie> [0..1]
</...>
Schema Component Representation
<xs:complexType name="Hulpmiddelenzorg">
<xs:sequence>
<xs:element name="AanvullendeGeneriekeProductcodeHulpmiddelen1" type="tns:AanvullendeGeneriekeProductcodeHulpmiddelenType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="AanvullendeGeneriekeProductcodeHulpmiddelen2" type="tns:AanvullendeGeneriekeProductcodeHulpmiddelenType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="DatumAfleveringVoorgaandeHulpmiddel" type="tns:Datum" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="IndicatiePositie" type="tns:IndicatiePositieType" minOccurs="0" maxOccurs="1" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: InstantieType

Super-types: None
Sub-types: None
Name InstantieType
Abstract no
XML Instance Representation
<...>
<tns:TypeInstantie> tns:TypeInstantieCode </tns:TypeInstantie> [1]
<tns:Naam> tns:InstantieNaamType </tns:Naam> [0..1]
<tns:AgbCode> tns:AgbCodeType </tns:AgbCode> [1]
<tns:Adres> tns:AdresType </tns:Adres> [0..1]
<tns:Emailadressen> tns:ArrayOfEmailadres </tns:Emailadressen> [0..1]
</...>
Schema Component Representation
<xs:complexType name="InstantieType">
<xs:sequence>
<xs:element name="TypeInstantie" type="tns:TypeInstantieCode" minOccurs="1" maxOccurs="1"/>
<xs:element name="Naam" type="tns:InstantieNaamType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="AgbCode" type="tns:AgbCodeType" minOccurs="1" maxOccurs="1"/>
<xs:element name="Adres" type="tns:AdresType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Emailadressen" type="tns:ArrayOfEmailadres" minOccurs="0" maxOccurs="1" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: IsAliveRequest

Super-types: None
Sub-types: None
Name IsAliveRequest
Abstract no
XML Instance Representation
<.../>
Schema Component Representation
<xs:complexType name="IsAliveRequest">
<xs:sequence/>
</xs:complexType>
top

Complex Type: IsAliveResponse

Super-types: None
Sub-types: None
Name IsAliveResponse
Abstract no
XML Instance Representation
<...>
<tns:IsAliveAndReady> xs:boolean </tns:IsAliveAndReady> [1] ?
<tns:Reason> xs:string </tns:Reason> [0..1] ?
</...>
Schema Component Representation
<xs:complexType name="IsAliveResponse">
<xs:sequence>
<xs:element name="IsAliveAndReady" type="xs:boolean" minOccurs="1" maxOccurs="1"/>
<xs:element name="Reason" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Kraamzorg

Super-types: None
Sub-types: None
Name Kraamzorg
Abstract no
XML Instance Representation
<.../>
Schema Component Representation
<xs:complexType name="Kraamzorg">
<xs:sequence/>
</xs:complexType>
top

Complex Type: MachtigingenFaultContract

Super-types: None
Sub-types: None
Name MachtigingenFaultContract
Abstract no
XML Instance Representation
<...>
<tns:Resultaatcode> tns:Resultaatcode </tns:Resultaatcode> [1]
<tns:Message> xs:string </tns:Message> [1]
</...>
Schema Component Representation
<xs:complexType name="MachtigingenFaultContract">
<xs:sequence>
<xs:element name="Resultaatcode" type="tns:Resultaatcode" minOccurs="1" maxOccurs="1" nillable="false"/>
<xs:element name="Message" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Mondzorg

Super-types: None
Sub-types: None
Name Mondzorg
Abstract no
XML Instance Representation
<...>
<tns:Diagnosecode> tns:MondzorgDiagnosecodeType </tns:Diagnosecode> [0..1]
<tns:Diagnosecodelijst> tns:MondzorgDiagnosecodelijstType </tns:Diagnosecodelijst> [0..1]
<tns:IndicatieBovenOnderTandheelkunde> tns:IndicatieBovenOnderTandheelkundeType </tns:IndicatieBovenOnderTandheelkunde> [0..1]
<tns:Gebitselementcode> tns:GebitselementcodeType </tns:Gebitselementcode> [0..1]
<tns:Vlakcode> tns:VlakcodeType </tns:Vlakcode> [0..1]
<tns:IndicatieBijzondereTandheelkunde> tns:IndicatieBijzondereTandheelkundeType </tns:IndicatieBijzondereTandheelkunde> [0..1]
<tns:SoortBijzondereTandheelkunde> tns:SoortBijzondereTandheelkundeType </tns:SoortBijzondereTandheelkunde> [0..1]
</...>
Schema Component Representation
<xs:complexType name="Mondzorg">
<xs:sequence>
<xs:element name="Diagnosecode" type="tns:MondzorgDiagnosecodeType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Diagnosecodelijst" type="tns:MondzorgDiagnosecodelijstType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="IndicatieBovenOnderTandheelkunde" type="tns:IndicatieBovenOnderTandheelkundeType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Gebitselementcode" type="tns:GebitselementcodeType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Vlakcode" type="tns:VlakcodeType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="IndicatieBijzondereTandheelkunde" type="tns:IndicatieBijzondereTandheelkundeType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="SoortBijzondereTandheelkunde" type="tns:SoortBijzondereTandheelkundeType" minOccurs="0" maxOccurs="1" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Paramedischehulp

Super-types: None
Sub-types: None
Name Paramedischehulp
Abstract no
XML Instance Representation
<...>
<tns:Diagnosecode1> tns:ParamedischehulpDiagnosecode1Type </tns:Diagnosecode1> [0..1]
<tns:Diagnosecodelijst1> tns:ParamedischehulpDiagnosecodelijst1Type </tns:Diagnosecodelijst1> [0..1]
<tns:Diagnosecode2> tns:ParamedischehulpDiagnosecode2Type </tns:Diagnosecode2> [0..1]
<tns:Diagnosecodelijst2> tns:ParamedischehulpDiagnosecodelijst2Type </tns:Diagnosecodelijst2> [0..1]
<tns:Diagnosecode3> tns:ParamedischehulpDiagnosecode3Type </tns:Diagnosecode3> [0..1]
<tns:Diagnosecodelijst3> tns:ParamedischehulpDiagnosecodelijst3Type </tns:Diagnosecodelijst3> [0..1]
<tns:Diagnosecode4> tns:ParamedischehulpDiagnosecode4Type </tns:Diagnosecode4> [0..1]
<tns:Diagnosecodelijst4> tns:ParamedischehulpDiagnosecodelijst4Type </tns:Diagnosecodelijst4> [0..1]
<tns:CodeSoortIndicatieParamedischeHulp> tns:CodeSoortIndicatieParamedischeHulpType </tns:CodeSoortIndicatieParamedischeHulp> [0..1]
</...>
Schema Component Representation
<xs:complexType name="Paramedischehulp">
<xs:sequence>
<xs:element name="Diagnosecode1" type="tns:ParamedischehulpDiagnosecode1Type" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Diagnosecodelijst1" type="tns:ParamedischehulpDiagnosecodelijst1Type" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Diagnosecode2" type="tns:ParamedischehulpDiagnosecode2Type" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Diagnosecodelijst2" type="tns:ParamedischehulpDiagnosecodelijst2Type" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Diagnosecode3" type="tns:ParamedischehulpDiagnosecode3Type" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Diagnosecodelijst3" type="tns:ParamedischehulpDiagnosecodelijst3Type" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Diagnosecode4" type="tns:ParamedischehulpDiagnosecode4Type" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Diagnosecodelijst4" type="tns:ParamedischehulpDiagnosecodelijst4Type" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="CodeSoortIndicatieParamedischeHulp" type="tns:CodeSoortIndicatieParamedischeHulpType" minOccurs="0" maxOccurs="1" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: PrestatieType

Super-types: None
Sub-types: None
Name PrestatieType
Abstract no
XML Instance Representation
<...>
<tns:AanduidingPrestatieCodeLijst> tns:AanduidingPrestatieCodeLijstType </tns:AanduidingPrestatieCodeLijst> [1]
<tns:Prestatiecode> tns:PrestatiecodeType </tns:Prestatiecode> [1]
<tns:Declaratiecode> tns:DeclaratiecodeType </tns:Declaratiecode> [0..1]
<tns:SoortPrestatie> tns:SoortPrestatieType </tns:SoortPrestatie> [0..1]
<tns:Status> tns:PrestatieCodeStatusType </tns:Status> [0..1]
<tns:BeperkendeVoorwaarde> tns:BeperkendeVoorwaardeType </tns:BeperkendeVoorwaarde> [0..1]
<tns:Zorgsoort> tns:ZorgsoortType </tns:Zorgsoort> [1]
</...>
Schema Component Representation
<xs:complexType name="PrestatieType">
<xs:sequence>
<xs:element name="AanduidingPrestatieCodeLijst" type="tns:AanduidingPrestatieCodeLijstType" minOccurs="1" maxOccurs="1"/>
<xs:element name="Prestatiecode" type="tns:PrestatiecodeType" minOccurs="1" maxOccurs="1"/>
<xs:element name="Declaratiecode" type="tns:DeclaratiecodeType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="SoortPrestatie" type="tns:SoortPrestatieType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Status" type="tns:PrestatieCodeStatusType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="BeperkendeVoorwaarde" type="tns:BeperkendeVoorwaardeType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Zorgsoort" type="tns:ZorgsoortType" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: UitvoerderType

Super-types: None
Sub-types: None
Name UitvoerderType
Abstract no
XML Instance Representation
<...>
<tns:Zorgverlener> tns:ZorgverlenerType </tns:Zorgverlener> [0..1]
<tns:Instantie> tns:InstantieType </tns:Instantie> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UitvoerderType">
<xs:sequence>
<xs:element name="Zorgverlener" type="tns:ZorgverlenerType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Instantie" type="tns:InstantieType" minOccurs="0" maxOccurs="1" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Verloskunde

Super-types: None
Sub-types: None
Name Verloskunde
Abstract no
XML Instance Representation
<.../>
Schema Component Representation
<xs:complexType name="Verloskunde">
<xs:sequence/>
</xs:complexType>
top

Complex Type: Vervoer

Super-types: None
Sub-types: None
Name Vervoer
Abstract no
XML Instance Representation
<...>
<tns:CodeBestemmingVervoer> tns:CodeBestemmingVervoerType </tns:CodeBestemmingVervoer> [0..1]
<tns:IndicatieBegeleidingVervoer> tns:IndicatieBegeleidingVervoerType </tns:IndicatieBegeleidingVervoer> [0..1]
<tns:AdresHerkomst> tns:AdresType </tns:AdresHerkomst> [0..1]
<tns:AdresBestemming> tns:AdresType </tns:AdresBestemming> [0..1]
</...>
Schema Component Representation
<xs:complexType name="Vervoer">
<xs:sequence>
<xs:element name="CodeBestemmingVervoer" type="tns:CodeBestemmingVervoerType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="IndicatieBegeleidingVervoer" type="tns:IndicatieBegeleidingVervoerType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="AdresHerkomst" type="tns:AdresType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="AdresBestemming" type="tns:AdresType" minOccurs="0" maxOccurs="1" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: VerzekerdeType

Super-types: None
Sub-types: None
Name VerzekerdeType
Abstract no
XML Instance Representation
<...>
<tns:BSN> tns:BSNType </tns:BSN> [1]
<tns:VerzekerdenNummer> tns:VerzekerdenNummerType </tns:VerzekerdenNummer> [1]
<tns:Patientnummer> tns:PatientnummerType </tns:Patientnummer> [0..1]
<tns:Achternaam> tns:AchternaamType </tns:Achternaam> [1]
<tns:Tussenvoegsels> tns:TussenvoegselsType </tns:Tussenvoegsels> [0..1]
<tns:Voorletters> tns:VoorlettersType </tns:Voorletters> [1]
<tns:Geboortedatum> tns:GeboortedatumType </tns:Geboortedatum> [1]
<tns:Geslacht> tns:GeslachtType </tns:Geslacht> [1]
<tns:DeclaratieUzovi> tns:UzoviType </tns:DeclaratieUzovi> [1]
<tns:RisicoUzovi> tns:UzoviType </tns:RisicoUzovi> [1]
<tns:VolmachtUzovi> tns:UzoviType </tns:VolmachtUzovi> [0..1]
<tns:Adres> tns:AdresType </tns:Adres> [1]
</...>
Schema Component Representation
<xs:complexType name="VerzekerdeType">
<xs:sequence>
<xs:element name="BSN" type="tns:BSNType" minOccurs="1" maxOccurs="1"/>
<xs:element name="VerzekerdenNummer" type="tns:VerzekerdenNummerType" minOccurs="1" maxOccurs="1"/>
<xs:element name="Patientnummer" type="tns:PatientnummerType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Achternaam" type="tns:AchternaamType" minOccurs="1" maxOccurs="1"/>
<xs:element name="Tussenvoegsels" type="tns:TussenvoegselsType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Voorletters" type="tns:VoorlettersType" minOccurs="1" maxOccurs="1"/>
<xs:element name="Geboortedatum" type="tns:GeboortedatumType" minOccurs="1" maxOccurs="1"/>
<xs:element name="Geslacht" type="tns:GeslachtType" minOccurs="1" maxOccurs="1"/>
<xs:element name="DeclaratieUzovi" type="tns:UzoviType" minOccurs="1" maxOccurs="1"/>
<xs:element name="RisicoUzovi" type="tns:UzoviType" minOccurs="1" maxOccurs="1"/>
<xs:element name="VolmachtUzovi" type="tns:UzoviType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Adres" type="tns:AdresType" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Ziekenhuiszorg

Super-types: None
Sub-types: None
Name Ziekenhuiszorg
Abstract no
XML Instance Representation
<...>
<tns:Poortspecialisme> tns:PoortspecialismeType </tns:Poortspecialisme> [0..1]
<tns:Diagnosecode> tns:ZiekenhuiszorgDiagnosecodeType </tns:Diagnosecode> [0..1]
<tns:SoortDiagnose> tns:ZiekenhuiszorgSoortDiagnoseType </tns:SoortDiagnose> [0..1]
</...>
Schema Component Representation
<xs:complexType name="Ziekenhuiszorg">
<xs:sequence>
<xs:element name="Poortspecialisme" type="tns:PoortspecialismeType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Diagnosecode" type="tns:ZiekenhuiszorgDiagnosecodeType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="SoortDiagnose" type="tns:ZiekenhuiszorgSoortDiagnoseType" minOccurs="0" maxOccurs="1" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ZorgOverigeSectoren

Super-types: None
Sub-types: None
Name ZorgOverigeSectoren
Abstract no
XML Instance Representation
<.../>
Schema Component Representation
<xs:complexType name="ZorgOverigeSectoren">
<xs:sequence/>
</xs:complexType>
top

Complex Type: ZorgsoortType

Super-types: None
Sub-types: None
Name ZorgsoortType
Abstract no
XML Instance Representation
<...>
<tns:Ziekenhuiszorg> tns:Ziekenhuiszorg </tns:Ziekenhuiszorg> [0..1]
<tns:Mondzorg> tns:Mondzorg </tns:Mondzorg> [0..1]
<tns:Hulpmiddelenzorg> tns:Hulpmiddelenzorg </tns:Hulpmiddelenzorg> [0..1]
<tns:Paramedischehulp> tns:Paramedischehulp </tns:Paramedischehulp> [0..1]
<tns:EerstelijnsPsychologischehulp> tns:EerstelijnsPsychologischehulp </tns:EerstelijnsPsychologischehulp> [0..1]
<tns:Farmaceutischehulp> tns:Farmaceutischehulp </tns:Farmaceutischehulp> [0..1]
<tns:GGZDBC> tns:GGZDBC </tns:GGZDBC> [0..1]
<tns:Huisartsenhulp> tns:Huisartsenhulp </tns:Huisartsenhulp> [0..1]
<tns:Kraamzorg> tns:Kraamzorg </tns:Kraamzorg> [0..1]
<tns:Verloskunde> tns:Verloskunde </tns:Verloskunde> [0..1]
<tns:ZorgOverigeSectoren> tns:ZorgOverigeSectoren </tns:ZorgOverigeSectoren> [0..1]
<tns:Vervoer> tns:Vervoer </tns:Vervoer> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ZorgsoortType">
<xs:sequence>
<xs:element name="Ziekenhuiszorg" type="tns:Ziekenhuiszorg" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Mondzorg" type="tns:Mondzorg" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Hulpmiddelenzorg" type="tns:Hulpmiddelenzorg" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Paramedischehulp" type="tns:Paramedischehulp" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="EerstelijnsPsychologischehulp" type="tns:EerstelijnsPsychologischehulp" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Farmaceutischehulp" type="tns:Farmaceutischehulp" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="GGZDBC" type="tns:GGZDBC" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Huisartsenhulp" type="tns:Huisartsenhulp" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Kraamzorg" type="tns:Kraamzorg" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Verloskunde" type="tns:Verloskunde" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="ZorgOverigeSectoren" type="tns:ZorgOverigeSectoren" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Vervoer" type="tns:Vervoer" minOccurs="0" maxOccurs="1" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ZorgverlenerType

Super-types: None
Sub-types: None
Name ZorgverlenerType
Abstract no
XML Instance Representation
<...>
<tns:Achternaam> tns:AchternaamType </tns:Achternaam> [1]
<tns:Tussenvoegsels> tns:TussenvoegselsType </tns:Tussenvoegsels> [0..1]
<tns:Voorletters> tns:VoorlettersType </tns:Voorletters> [1]
<tns:AgbCode> tns:AgbCodeType </tns:AgbCode> [1]
<tns:Adres> tns:AdresType </tns:Adres> [0..1]
<tns:Emailadressen> tns:ArrayOfEmailadres </tns:Emailadressen> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ZorgverlenerType">
<xs:sequence>
<xs:element name="Achternaam" type="tns:AchternaamType" minOccurs="1" maxOccurs="1"/>
<xs:element name="Tussenvoegsels" type="tns:TussenvoegselsType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Voorletters" type="tns:VoorlettersType" minOccurs="1" maxOccurs="1"/>
<xs:element name="AgbCode" type="tns:AgbCodeType" minOccurs="1" maxOccurs="1"/>
<xs:element name="Adres" type="tns:AdresType" minOccurs="0" maxOccurs="1" nillable="true"/>
<xs:element name="Emailadressen" type="tns:ArrayOfEmailadres" minOccurs="0" maxOccurs="1" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Simple Type: AanduidingPrestatieCodeLijstType

Super-types: xs:int < AanduidingPrestatieCodeLijstType (by restriction)
Sub-types: None
Name AanduidingPrestatieCodeLijstType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 3
Documentation Code die aangeeft welke codelijst gebruikt is, met aanduiding van de oorsprong van de codes en/of de beheerder ervan. Volgens COD367-VEKT.
Schema Component Representation
<xs:simpleType name="AanduidingPrestatieCodeLijstType">
<xs:restriction base="xs:int">
<xs:totalDigits value="3"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: AanvullendeGeneriekeProductcodeHulpmiddelenType

Super-types: xs:int < AanvullendeGeneriekeProductcodeHulpmiddelenType (by restriction)
Sub-types: None
Name AanvullendeGeneriekeProductcodeHulpmiddelenType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 6
Documentation De A-GPH betreft een aanvulling op de "generieke productcode hulpmiddelen (GPH)". Het betreft onderwerpen/activiteiten die niet aansluiten bij de uitgangspunten van de internationale classificatie van technische hulpmiddelen voor gehandicapten (ISO 9999), volgens COD456-VEKT.
Schema Component Representation
<xs:simpleType name="AanvullendeGeneriekeProductcodeHulpmiddelenType">
<xs:restriction base="xs:int">
<xs:totalDigits value="6"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: AchternaamType

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

Simple Type: BeperkendeVoorwaardeAantalType

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

Simple Type: BeperkendeVoorwaardeBedragType

Super-types: xs:int < BeperkendeVoorwaardeBedragType (by restriction)
Sub-types: None
Name BeperkendeVoorwaardeBedragType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 8
Documentation Bedrag in gehele centen.
Schema Component Representation
<xs:simpleType name="BeperkendeVoorwaardeBedragType">
<xs:restriction base="xs:int">
<xs:totalDigits value="8"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BeperkendeVoorwaardeEenheidType

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

Simple Type: BeperkendeVoorwaardeVoorwaardenType

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

Simple Type: BestandOmschrijvingType

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

Simple Type: BestandsnaamType

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

Simple Type: BinaryDataType

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

Simple Type: BSNType

Super-types: xs:int < BSNType (by restriction)
Sub-types: None
Name BSNType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 9
Documentation Burgerservicenummer volgens NUM313-GBA.
Schema Component Representation
<xs:simpleType name="BSNType">
<xs:restriction base="xs:int">
<xs:totalDigits value="9"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CodeBestemmingVervoerType

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

Simple Type: CodeLandType

Super-types: xs:string < CodeLandType (by restriction)
Sub-types: None
Name CodeLandType
Content
  • Base XSD Type: string
  • length <= 2
Documentation Identificatie van een (historisch/actueel) land of gebiedsdeel volgens COD032-NEN.
Schema Component Representation
<xs:simpleType name="CodeLandType">
<xs:restriction base="xs:string">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CodeRolAanvragerType

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

Simple Type: CodeSoortIndicatieParamedischeHulpType

Super-types: xs:int < CodeSoortIndicatieParamedischeHulpType (by restriction)
Sub-types: None
Name CodeSoortIndicatieParamedischeHulpType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 3
Documentation Code (N3) volgens COD321-VEKT.
Schema Component Representation
<xs:simpleType name="CodeSoortIndicatieParamedischeHulpType">
<xs:restriction base="xs:int">
<xs:totalDigits value="3"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Datum

Super-types: xs:date < Datum (by restriction)
Sub-types: None
Name Datum
Content
  • Base XSD Type: date
Documentation Datum volgens de tijdzone Central European Summer Time (CEST) Referentie: http://en.wikipedia.org/wiki/Central_European_Summer_Time
Schema Component Representation
<xs:simpleType name="Datum">
<xs:restriction base="xs:date"/>
</xs:simpleType>
top

Simple Type: DatumTijd

Super-types: xs:dateTime < DatumTijd (by restriction)
Sub-types: None
Name DatumTijd
Content
  • Base XSD Type: dateTime
Documentation Datum en tijd volgens de tijdzone Central European Summer Time (CEST). Referentie: http://en.wikipedia.org/wiki/Central_European_Summer_Time
Schema Component Representation
<xs:simpleType name="DatumTijd">
<xs:restriction base="xs:dateTime"/>
</xs:simpleType>
top

Simple Type: DeclaratiecodeType

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

Simple Type: EerstelijnsPsychologischehulpDiagnosecodelijstType

Super-types: xs:int < EerstelijnsPsychologischehulpDiagnosecodelijstType (by restriction)
Sub-types: None
Name EerstelijnsPsychologischehulpDiagnosecodelijstType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 3
Documentation Aanduiding diagnosecodelijst (N3) volgens COD392-VEKT.
Schema Component Representation
<xs:simpleType name="EerstelijnsPsychologischehulpDiagnosecodelijstType">
<xs:restriction base="xs:int">
<xs:totalDigits value="3"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: EerstelijnsPsychologischehulpDiagnosecodeType

Super-types: xs:string < EerstelijnsPsychologischehulpDiagnosecodeType (by restriction)
Sub-types: None
Name EerstelijnsPsychologischehulpDiagnosecodeType
Content
  • Base XSD Type: string
  • length <= 8
Documentation Diagnosecode (AN8) volgens COD393-LVE.
Schema Component Representation
<xs:simpleType name="EerstelijnsPsychologischehulpDiagnosecodeType">
<xs:restriction base="xs:string">
<xs:maxLength value="8"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: EmailAdresType

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

Simple Type: FileSizeType

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

Simple Type: GebitselementcodeType

Super-types: xs:int < GebitselementcodeType (by restriction)
Sub-types: None
Name GebitselementcodeType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 2
Documentation Code voor de identificatie van de elementen van een gebit.
Schema Component Representation
<xs:simpleType name="GebitselementcodeType">
<xs:restriction base="xs:int">
<xs:totalDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: GeboortedatumType

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

Simple Type: GeslachtType

Super-types: xs:int < GeslachtType (by restriction)
Sub-types: None
Name GeslachtType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 1
Documentation Geslacht van een persoon, volgens COD046-NEN.
Schema Component Representation
<xs:simpleType name="GeslachtType">
<xs:restriction base="xs:int">
<xs:totalDigits value="1"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: HuisnummerToevoegingType

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

Simple Type: HuisnummerType

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

Simple Type: IndicatieBegeleidingVervoerType

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

Simple Type: IndicatieBijzondereTandheelkundeType

Super-types: xs:string < IndicatieBijzondereTandheelkundeType (by restriction)
Sub-types: None
Name IndicatieBijzondereTandheelkundeType
Content
  • Base XSD Type: string
  • length <= 1
Documentation Indicatie die aangeeft of er sprake is van bijzondere tandheelkunde, volgens COD854-VEKT.
Schema Component Representation
<xs:simpleType name="IndicatieBijzondereTandheelkundeType">
<xs:restriction base="xs:string">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: IndicatieBovenOnderTandheelkundeType

Super-types: xs:int < IndicatieBovenOnderTandheelkundeType (by restriction)
Sub-types: None
Name IndicatieBovenOnderTandheelkundeType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 1
Documentation Plaatsaanduiding in de mond, van bijvoorbeeld een prothese. Volgens COD176-VEKT.
Schema Component Representation
<xs:simpleType name="IndicatieBovenOnderTandheelkundeType">
<xs:restriction base="xs:int">
<xs:totalDigits value="1"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: IndicatiePositieType

Super-types: xs:int < IndicatiePositieType (by restriction)
Sub-types: None
Name IndicatiePositieType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 2
Documentation Aanduiding over de plaats in het lichaam waarop een hulpmiddel betrekking heeft, volgens COD071-VEK1.
Schema Component Representation
<xs:simpleType name="IndicatiePositieType">
<xs:restriction base="xs:int">
<xs:totalDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: InstantieNaamType

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

Simple Type: MachtigingIdType

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

Simple Type: MachtigingnummerType

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

Simple Type: MachtigingStatusIndienenTerugkoppelingType

Super-types: xs:string < MachtigingStatusIndienenTerugkoppelingType (by restriction)
Sub-types: None
Name MachtigingStatusIndienenTerugkoppelingType
Content
  • Base XSD Type: string
  • value comes from list: {'GoedgekeurdEnAfgehandeld'|'AfgekeurdNaOfflineBeoordeling'|'InBehandelingNadereInfoOpgevraagdDoorVerzekeraar'|'GedeeltelijkGoedgekeurd'|'BeeindigdDoorZorgverzekeraar'}
Schema Component Representation
<xs:simpleType name="MachtigingStatusIndienenTerugkoppelingType">
<xs:restriction base="xs:string">
<xs:enumeration value="GoedgekeurdEnAfgehandeld"/>
<xs:enumeration value="AfgekeurdNaOfflineBeoordeling"/>
<xs:enumeration value="InBehandelingNadereInfoOpgevraagdDoorVerzekeraar"/>
<xs:enumeration value="GedeeltelijkGoedgekeurd"/>
<xs:enumeration value="BeeindigdDoorZorgverzekeraar"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: MachtigingStatusIntrekkenMachtigingType

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

Simple Type: MachtigingStatusOntvangenMachtigingType

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

Simple Type: MachtigingStatusType

Super-types: xs:string < MachtigingStatusType (by restriction)
Sub-types: None
Name MachtigingStatusType
Content
  • Base XSD Type: string
  • value comes from list: {'Goedgekeurd'|'Afgekeurd'|'AanvragenVoltooidWordtVerzondenNaarZorgverzekeraar'|'SuccesvolOntvangenDoorZorgverzekeraar'|'IngetrokkenDoorZorgverlener'|'GoedgekeurdEnAfgehandeld'|'InBehandelingNadereInfoOpgevraagdDoorVerzekeraar'|'AfgekeurdNaOfflineBeoordeling'|'BeeindigdDoorZorgverzekeraar'|'GedeeltelijkGoedgekeurd'}
Schema Component Representation
<xs:simpleType name="MachtigingStatusType">
<xs:restriction base="xs:string">
<xs:enumeration value="Goedgekeurd"/>
<xs:enumeration value="Afgekeurd"/>
<xs:enumeration value="AanvragenVoltooidWordtVerzondenNaarZorgverzekeraar"/>
<xs:enumeration value="SuccesvolOntvangenDoorZorgverzekeraar"/>
<xs:enumeration value="IngetrokkenDoorZorgverlener"/>
<xs:enumeration value="GoedgekeurdEnAfgehandeld"/>
<xs:enumeration value="InBehandelingNadereInfoOpgevraagdDoorVerzekeraar"/>
<xs:enumeration value="AfgekeurdNaOfflineBeoordeling"/>
<xs:enumeration value="BeeindigdDoorZorgverzekeraar"/>
<xs:enumeration value="GedeeltelijkGoedgekeurd"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: MimeType

Super-types: xs:string < MimeType (by restriction)
Sub-types: None
Name MimeType
Content
  • Base XSD Type: string
  • length <= 500
Documentation The Internet media type associated with a data-stream, as explained here: http://en.wikipedia.org/wiki/Internet_media_type
Schema Component Representation
<xs:simpleType name="MimeType">
<xs:restriction base="xs:string">
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: MondzorgDiagnosecodelijstType

Super-types: xs:int < MondzorgDiagnosecodelijstType (by restriction)
Sub-types: None
Name MondzorgDiagnosecodelijstType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 3
Documentation Aanduiding diagnosecodelijst (N3) volgens COD392-VEKT
Schema Component Representation
<xs:simpleType name="MondzorgDiagnosecodelijstType">
<xs:restriction base="xs:int">
<xs:totalDigits value="3"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: MondzorgDiagnosecodeType

Super-types: xs:int < MondzorgDiagnosecodeType (by restriction)
Sub-types: None
Name MondzorgDiagnosecodeType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 4
Documentation Diagnosecode (N4) bijzondere tandheelkunde volgens COD852-VEKT.
Schema Component Representation
<xs:simpleType name="MondzorgDiagnosecodeType">
<xs:restriction base="xs:int">
<xs:totalDigits value="4"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ParamedischehulpDiagnosecode1Type

Super-types: xs:int < ParamedischehulpDiagnosecode1Type (by restriction)
Sub-types: None
Name ParamedischehulpDiagnosecode1Type
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 8
Documentation Verwijsdiagnose (N8) gecodeerd door paramedicus volgens COD697-VEKT.
Schema Component Representation
<xs:simpleType name="ParamedischehulpDiagnosecode1Type">
<xs:restriction base="xs:int">
<xs:totalDigits value="8"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ParamedischehulpDiagnosecode2Type

Super-types: xs:int < ParamedischehulpDiagnosecode2Type (by restriction)
Sub-types: None
Name ParamedischehulpDiagnosecode2Type
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 8
Documentation Diagnosecode (N8) volgens COD690-VEKT.
Schema Component Representation
<xs:simpleType name="ParamedischehulpDiagnosecode2Type">
<xs:restriction base="xs:int">
<xs:totalDigits value="8"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ParamedischehulpDiagnosecode3Type

Super-types: xs:string < ParamedischehulpDiagnosecode3Type (by restriction)
Sub-types: None
Name ParamedischehulpDiagnosecode3Type
Content
  • Base XSD Type: string
  • length <= 8
Documentation Paramedische diagnosecode (AN8) volgens COD597-VEKT.
Schema Component Representation
<xs:simpleType name="ParamedischehulpDiagnosecode3Type">
<xs:restriction base="xs:string">
<xs:maxLength value="8"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ParamedischehulpDiagnosecode4Type

Super-types: xs:string < ParamedischehulpDiagnosecode4Type (by restriction)
Sub-types: None
Name ParamedischehulpDiagnosecode4Type
Content
  • Base XSD Type: string
  • length <= 8
Documentation Paramedische diagnosecode (AN8) volgens COD691-VEKT.
Schema Component Representation
<xs:simpleType name="ParamedischehulpDiagnosecode4Type">
<xs:restriction base="xs:string">
<xs:maxLength value="8"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ParamedischehulpDiagnosecodelijst1Type

Super-types: xs:int < ParamedischehulpDiagnosecodelijst1Type (by restriction)
Sub-types: None
Name ParamedischehulpDiagnosecodelijst1Type
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 3
Documentation Aanduiding diagnosecodelijst (N3) volgens COD696-VEKT.
Schema Component Representation
<xs:simpleType name="ParamedischehulpDiagnosecodelijst1Type">
<xs:restriction base="xs:int">
<xs:totalDigits value="3"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ParamedischehulpDiagnosecodelijst2Type

Super-types: xs:int < ParamedischehulpDiagnosecodelijst2Type (by restriction)
Sub-types: None
Name ParamedischehulpDiagnosecodelijst2Type
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 3
Documentation Aanduiding diagnosecodelijst (N3) volgens COD687-VEKT.
Schema Component Representation
<xs:simpleType name="ParamedischehulpDiagnosecodelijst2Type">
<xs:restriction base="xs:int">
<xs:totalDigits value="3"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ParamedischehulpDiagnosecodelijst3Type

Super-types: xs:int < ParamedischehulpDiagnosecodelijst3Type (by restriction)
Sub-types: None
Name ParamedischehulpDiagnosecodelijst3Type
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 3
Documentation Aanduiding diagnosecodelijst (N3) volgens COD688-VEKT.
Schema Component Representation
<xs:simpleType name="ParamedischehulpDiagnosecodelijst3Type">
<xs:restriction base="xs:int">
<xs:totalDigits value="3"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ParamedischehulpDiagnosecodelijst4Type

Super-types: xs:int < ParamedischehulpDiagnosecodelijst4Type (by restriction)
Sub-types: None
Name ParamedischehulpDiagnosecodelijst4Type
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 3
Documentation Aanduiding diagnosecodelijst (N3) volgens COD689-VEKT.
Schema Component Representation
<xs:simpleType name="ParamedischehulpDiagnosecodelijst4Type">
<xs:restriction base="xs:int">
<xs:totalDigits value="3"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: PatientnummerType

Super-types: xs:string < PatientnummerType (by restriction)
Sub-types: None
Name PatientnummerType
Content
  • Base XSD Type: string
  • length <= 11
Documentation Een nummer dat de patient identificeert.
Schema Component Representation
<xs:simpleType name="PatientnummerType">
<xs:restriction base="xs:string">
<xs:maxLength value="11"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: PoortspecialismeType

Super-types: xs:int < PoortspecialismeType (by restriction)
Sub-types: None
Name PoortspecialismeType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 4
Documentation Bestaat uit ZORGVERLENERSSOORT (COD008) en ZORGVERLENER SPECIFICATIENUMMER (COD007).
Schema Component Representation
<xs:simpleType name="PoortspecialismeType">
<xs:restriction base="xs:int">
<xs:totalDigits value="4"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: PostcodeType

Super-types: xs:string < PostcodeType (by restriction)
Sub-types: None
Name PostcodeType
Content
  • Base XSD Type: string
  • length <= 8
Documentation Postcodeveld geschikt voor alle relevante postcodes ter wereld. Referentie: http://en.wikipedia.org/wiki/List_of_postal_codes
Schema Component Representation
<xs:simpleType name="PostcodeType">
<xs:restriction base="xs:string">
<xs:maxLength value="8"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: PrestatieCodeStatusType

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

Simple Type: PrestatiecodeType

Super-types: xs:string < PrestatiecodeType (by restriction)
Sub-types: None
Name PrestatiecodeType
Content
  • Base XSD Type: string
  • length <= 12
Documentation Code die de prestatie (zorg/ product/ middel) identificeert.
Schema Component Representation
<xs:simpleType name="PrestatiecodeType">
<xs:restriction base="xs:string">
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: RedenAfkeuringCodeType

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

Simple Type: RedenAfkeuringOmschrijvingType

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

Simple Type: RedenAfkeuringToelichtingType

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

Simple Type: RedenBeeindigingType

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

Simple Type: RedenIntrekkenOmschrijvingType

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

Simple Type: RedenIntrekkenToelichtingType

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

Simple Type: ReferentiecodeType

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

Simple Type: Resultaatcode

Super-types: xs:string < Resultaatcode (by restriction)
Sub-types: None
Name Resultaatcode
Content
  • Base XSD Type: string
  • value comes from list: {'MACH000'|'MACH001'|'MACH002'|'MACH003'|'MACH004'|'MACH999'}
Schema Component Representation
<xs:simpleType name="Resultaatcode">
<xs:restriction base="xs:string">
<xs:enumeration value="MACH000"/>
<xs:enumeration value="MACH001"/>
<xs:enumeration value="MACH002"/>
<xs:enumeration value="MACH003"/>
<xs:enumeration value="MACH004"/>
<xs:enumeration value="MACH999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SoortBijzondereTandheelkundeType

Super-types: xs:int < SoortBijzondereTandheelkundeType (by restriction)
Sub-types: None
Name SoortBijzondereTandheelkundeType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 3
Documentation Indicatie van de soort bijzondere tandheelkunde, volgens COD859-VEKT.
Schema Component Representation
<xs:simpleType name="SoortBijzondereTandheelkundeType">
<xs:restriction base="xs:int">
<xs:totalDigits value="3"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SoortPrestatieType

Super-types: xs:int < SoortPrestatieType (by restriction)
Sub-types: None
Name SoortPrestatieType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 2
Documentation Aanduiding van de soort kosten / prestatie die gemaakt worden m.b.t. de verkrijging door een verzekerde, volgens COD076-VEKT / COD853-VEKT.
Schema Component Representation
<xs:simpleType name="SoortPrestatieType">
<xs:restriction base="xs:int">
<xs:totalDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: StraatnaamType

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

Simple Type: TussenvoegselsType

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

Simple Type: TypeInstantieCode

Super-types: xs:string < TypeInstantieCode (by restriction)
Sub-types: None
Name TypeInstantieCode
Content
  • Base XSD Type: string
  • value comes from list: {'Praktijk'|'Instelling'}
Documentation Type instantie (Praktijk, Instelling)
Schema Component Representation
<xs:simpleType name="TypeInstantieCode">
<xs:restriction base="xs:string">
<xs:enumeration value="Praktijk"/>
<xs:enumeration value="Instelling"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: UzoviType

Super-types: xs:int < UzoviType (by restriction)
Sub-types: None
Name UzoviType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 4
Documentation Uzovi-nummer volgens COD061-VEKT.
Schema Component Representation
<xs:simpleType name="UzoviType">
<xs:restriction base="xs:int">
<xs:totalDigits value="4"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VecozoCertificaatnummerType

Super-types: xs:long < VecozoCertificaatnummerType (by restriction)
Sub-types: None
Name VecozoCertificaatnummerType
Content
  • Base XSD Type: long
  • value >= 0
  • total no. of digits = 14
Documentation De identifier die een certificaat dat is uitgegeven door Vecozo uniek identificeert.
Schema Component Representation
<xs:simpleType name="VecozoCertificaatnummerType">
<xs:restriction base="xs:long">
<xs:totalDigits value="14"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VerstrekkingType

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

Simple Type: VerzekerdenNummerType

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

Simple Type: VlakcodeType

Super-types: xs:string < VlakcodeType (by restriction)
Sub-types: None
Name VlakcodeType
Content
  • Base XSD Type: string
  • length <= 6
Documentation Code voor de identificatie van het vlak van een element van het gebit, volgens COD041-WHO1.
Schema Component Representation
<xs:simpleType name="VlakcodeType">
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoorlettersType

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

Simple Type: VraagAntwoordXMLType

Super-types: xs:string < VraagAntwoordXMLType (by restriction)
Sub-types: None
Name VraagAntwoordXMLType
Content
  • Base XSD Type: string
  • length <= 524288
Documentation Bevat de verzameling vragen uit het aanvraagformulier met alle antwoorden die door de aanvrager zijn opgegeven in XML formaat.
Schema Component Representation
<xs:simpleType name="VraagAntwoordXMLType">
<xs:restriction base="xs:string">
<xs:maxLength value="524288"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: WoonplaatsType

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

Simple Type: ZiekenhuiszorgDiagnosecodeType

Super-types: xs:string < ZiekenhuiszorgDiagnosecodeType (by restriction)
Sub-types: None
Name ZiekenhuiszorgDiagnosecodeType
Content
  • Base XSD Type: string
  • length <= 7
Documentation De diagnosecode (AN7), zoals deze kan worden getypeerd binnen een bepaald specialisme.
Schema Component Representation
<xs:simpleType name="ZiekenhuiszorgDiagnosecodeType">
<xs:restriction base="xs:string">
<xs:maxLength value="7"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ZiekenhuiszorgSoortDiagnoseType

Super-types: xs:int < ZiekenhuiszorgSoortDiagnoseType (by restriction)
Sub-types: None
Name ZiekenhuiszorgSoortDiagnoseType
Content
  • Base XSD Type: int
  • value >= 0
  • total no. of digits = 1
Documentation Soort diagnose (N1) volgens COD074-VEKT.
Schema Component Representation
<xs:simpleType name="ZiekenhuiszorgSoortDiagnoseType">
<xs:restriction base="xs:int">
<xs:totalDigits value="1"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ZorgactiviteitcodeType

Super-types: xs:string < ZorgactiviteitcodeType (by restriction)
Sub-types: None
Name ZorgactiviteitcodeType
Content
  • Base XSD Type: string
  • length <= 10
Documentation Zorgactiviteitcode volgens het DOT-coderingssysteem.
Schema Component Representation
<xs:simpleType name="ZorgactiviteitcodeType">
<xs:restriction base="xs:string">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ZorgproductcodeType

Super-types: xs:string < ZorgproductcodeType (by restriction)
Sub-types: None
Name ZorgproductcodeType
Content
  • Base XSD Type: string
  • length <= 9
Documentation Zorgproductcode volgens het DOT-coderingssysteem.
Schema Component Representation
<xs:simpleType name="ZorgproductcodeType">
<xs:restriction base="xs:string">
<xs:maxLength value="9"/>
</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