Skip to content

OrganisationalUnit #100

@janosu

Description

@janosu

The substitutionGroup of the OrganizationUnit element defined in the netex_framework\netex_genericFramework\netex_organisation_version.xsd file is DataManagedObject, while it should be OrganizationPart_.
See fragments from a file:
<xsd:element name="OrganisationalUnit" abstract="false" substitutionGroup="DataManagedObject">

The OrganizationalUnit comes from the OrganizationPart, but we cannot specify an object of this type in a parts in an Organization due to an incorrect substitution. All other objects from the OrganizationPart can be specified (eg.: ControlCentre, Department, etc.)
<xsd:element name="Department" abstract="false" substitutionGroup="OrganisationPart_">
<xsd:element name="ControlCentre" substitutionGroup="OrganisationPart_">

Metadata

Metadata

Labels

bugTechnical mistake, inconsistency with the documentation, etc.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions