Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposition de solution pour décrire la période de validité du fichier #57

Open
albanpeignier opened this issue Jan 23, 2024 · 0 comments
Labels

Comments

@albanpeignier
Copy link
Collaborator

Pour définir la période de validité des données décrites par le fichier au profil NeTEx France, une proposition (inspirée des autres profils NeTEx) est d'utiliser une structure ValidBetween dans la première Frame de chaque/toute PublicationDelivery.

<?xml version="1.0" encoding="utf-8"?>
<PublicationDelivery xmlns="http://www.netex.org.uk/netex" version="1.09:FR-NETEX-2.1-1.0">
  <PublicationTimestamp>2023-01-01T00:00:00.0Z</PublicationTimestamp>
  <ParticipantRef>Exemple</ParticipantRef>
  <dataObjects>
    <XxxFrame id=".." version="any">
      <ValidBetween>
        <FromDate>2030-01-01T00:00:00</FromDate>
        <ToDate>2030-03-31T23:59:59</ToDate>
      </ValidBetween>
      
      <!-- Contenu -->     

    </XxxFrame>
  </dataObjects>
</PublicationDelivery>

Dans un même fichier ZIP, la période doit être la même dans l'ensemble des fichiers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant