<?xml version="1.0" encoding="UTF-8"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
  <!--
    allowAnyForeign11.rnc
    
    This schema invokes allowAnyForeign.rnc, and further allows any 
    foreign element as permissible contents of FieldID elements.
    Again, foreign elements are expected to be defined in the driver schema.
  -->
  <define name="dsig11_OtherFieldIDType" combine="choice">
    <ref name="dsig11_anyForeignElement"/>
  </define>
</grammar>
