You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@daffodil.apache.org by "Costello, Roger L." <co...@mitre.org> on 2019/07/19 19:13:37 UTC

My slides on two ways to process "unknown" data

[cid:image001.png@01D53E44.887FE900]

[cid:image002.png@01D53E44.887FE900]

[cid:image003.png@01D53E44.887FE900]

[cid:image004.png@01D53E44.887FE900]

[cid:image005.png@01D53E44.887FE900]



Re: My slides on two ways to process "unknown" data

Posted by "Beckerle, Mike" <mb...@tresys.com>.
I think there is a third possibility, which is to recognize the "-", and simply not create a Make element. No element means there was no such information.


This DFDL is a way to do that:


<xs:choice>

   <xs:sequence dfdl:initiator="-"/>

   <xs:element name="Make"...../>

</xs:choice>


________________________________
From: Costello, Roger L. <co...@mitre.org>
Sent: Friday, July 19, 2019 3:13:37 PM
To: users@daffodil.apache.org <us...@daffodil.apache.org>
Subject: My slides on two ways to process "unknown" data


[cid:image001.png@01D53E44.887FE900]



[cid:image002.png@01D53E44.887FE900]



[cid:image003.png@01D53E44.887FE900]



[cid:image004.png@01D53E44.887FE900]



[cid:image005.png@01D53E44.887FE900]