Skip to content

OPENER-next/VehicleRegistry-DataStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeTEx based Vehicle Registry Data Structure

This repository contains documentation, examples and decisions for a NeTEx based vehicle registry. It defines which NeTEx elements are used, their definitions and modeling conventions. The focus lies on passenger related data such as:

Core elements:

graph TD;
    VehicleModel-->VehicleType;
    VehicleModel-->VehicleEquipmentProfile;
    VehicleType-->DeckPlan;
    VehicleEquipmentProfile-->Equipment;

    click VehicleModel "./docs/VEHICLE_MODEL.md" _parent;
    click VehicleType "./docs/VEHICLE_TYPE.md" _parent;
    click VehicleEquipmentProfile "./docs/VEHICLE_EQUIPMENT_PROFILE.md" _parent;
    click Equipment "./docs/EQUIPMENT.md" _parent;
    click DeckPlan "./docs/DECK_PLAN.md" _parent;
Loading

Main file structure

<?xml version="1.0" encoding="UTF-8"?>
<PublicationDelivery
  xmlns="http://www.netex.org.uk/netex"
  xmlns:siri="http://www.siri.org.uk/siri"
  xmlns:gml="http://www.opengis.net/gml/3.2"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  version="any"
>
  <PublicationTimestamp>2020-12-17T09:30:47.0Z</PublicationTimestamp>
  <ParticipantRef>SYS001</ParticipantRef>
  <dataObjects>
    <ResourceFrame version="any" id="ResourceFrame/id/1">
      <equipments> ... </equipments>

      <vehicleTypes> ... </vehicleTypes>

      </vehicleModels> ... <vehicleModels>

      </vehicleEquipmentProfiles> ... <vehicleEquipmentProfiles>

      <deckPlans> ... </deckPlans>
    </ResourceFrame>
  </dataObjects>
</PublicationDelivery>

About

NeTEx based data structure definition for a national vehicle registry.

Resources

License

Stars

Watchers

Forks