1*7c568831SAndroid Build Coastguard Worker<grammar xmlns="http://relaxng.org/ns/structure/1.0"> 2*7c568831SAndroid Build Coastguard Worker <start> 3*7c568831SAndroid Build Coastguard Worker <ref name="inline"/> 4*7c568831SAndroid Build Coastguard Worker </start> 5*7c568831SAndroid Build Coastguard Worker 6*7c568831SAndroid Build Coastguard Worker <define name="inline"> 7*7c568831SAndroid Build Coastguard Worker <zeroOrMore> 8*7c568831SAndroid Build Coastguard Worker <choice> 9*7c568831SAndroid Build Coastguard Worker <text/> 10*7c568831SAndroid Build Coastguard Worker <element name="code"> 11*7c568831SAndroid Build Coastguard Worker <ref name="inline"/> 12*7c568831SAndroid Build Coastguard Worker </element> 13*7c568831SAndroid Build Coastguard Worker <element name="em"> 14*7c568831SAndroid Build Coastguard Worker <ref name="inline"/> 15*7c568831SAndroid Build Coastguard Worker </element> 16*7c568831SAndroid Build Coastguard Worker <!-- etc --> 17*7c568831SAndroid Build Coastguard Worker </choice> 18*7c568831SAndroid Build Coastguard Worker </zeroOrMore> 19*7c568831SAndroid Build Coastguard Worker </define> 20*7c568831SAndroid Build Coastguard Worker</grammar> 21