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