Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions xml/NeTEx_BISON_enumerations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,19 @@
</TypeOfEntity>
</values>
</ValueSet>
<ValueSet id="BISON:ValueSet:TypeOfOrganisation" version="20211123">
<Description>Standaardenumeratie voor soorten organisaties (die niet in NeTEx zelf zijn gedefinieerd).</Description>
Copy link
Contributor

@hilcokats hilcokats Mar 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<Description>Standaardenumeratie voor soorten organisaties (die niet in NeTEx zelf zijn gedefinieerd).</Description>
<Description>
Deprecated: Organisation en diens TypeOfOrganisationRef worden vanaf versie 9.2.4 niet langer gebruikt, i.v.m. incompatibility met EU XSD. Deze ValueSet is alleen behouden t.b.v. leveringen in oudere versies van het NL-profiel.
Standaardenumeratie voor soorten organisaties (die niet in NeTEx zelf zijn gedefinieerd).
</Description>

<values>
<TypeOfOrganisation id="BISON:TypeOfOrganisation:Financer" version="any">
<Name>Financer</Name>
<Description>Financier van het OV</Description>
</TypeOfOrganisation>
<TypeOfOrganisation id="BISON:TypeOfOrganisation:Other" version="any">
<Name>Other</Name>
<Description>Een ander type organisatie</Description>
</TypeOfOrganisation>
</values>
</ValueSet>
<ValueSet id="BISON:ValueSet:TypeOfResponsibilityRole" version="20210701">
<Description>Standaardenumeratie voor de rollen in ResponsibilitySets in het NL NeTEx Profiel.</Description>
<values>
Expand Down