Skip to content

Commit

Permalink
Example for privateCodes
Browse files Browse the repository at this point in the history
  • Loading branch information
skinkie committed Nov 3, 2023
1 parent f73092e commit c11869c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions examples/functions/privateCodes/01-privateCodes.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<PublicationDelivery xmlns="http://www.netex.org.uk/netex" xmlns:gml="http://www.opengis.net/gml/3.2" version="ntx:1.1">
<PublicationTimestamp>2023-11-03T16:57:17.545810</PublicationTimestamp>
<ParticipantRef>NDOV</ParticipantRef>
<Description>NeTEx export</Description>
<dataObjects>
<CompositeFrame id="Test:CompositeFrame:Test" version="1.0">
<codespaces>
<Codespace id="Test:Codespace:Test">
<Xmlns>Test</Xmlns>
<XmlnsUrl>http://test</XmlnsUrl>
<Description>Test</Description>
</Codespace>
</codespaces>
<FrameDefaults>
<DefaultCodespaceRef ref="Test:Codespace:Test"/>
</FrameDefaults>
<versions>
<Version id="Test:Version:1.0" version="1.0">
<privateCodes>
<PrivateCode type="hello">world</PrivateCode>
<PrivateCode type="new">world</PrivateCode>
</privateCodes>
<StartDate>2023-01-01T00:00:00</StartDate>
<EndDate>2024-01-01T00:00:00</EndDate>
</Version>
</versions>
</CompositeFrame>
</dataObjects>
</PublicationDelivery>

0 comments on commit c11869c

Please sign in to comment.