1*7c568831SAndroid Build Coastguard Worker<schema xmlns="http://www.ascc.net/xml/schematron" > 2*7c568831SAndroid Build Coastguard Worker <pattern name="Predefined values"> 3*7c568831SAndroid Build Coastguard Worker <rule context="AAA"> 4*7c568831SAndroid Build Coastguard Worker <report test="normalize-space(.) = 'aaa' or normalize-space(.) = 'bbb'">O.K.</report> 5*7c568831SAndroid Build Coastguard Worker <assert test="normalize-space(.) = 'aaa' or normalize-space(.) = 'bbb'">The AAA value is not permitted.</assert> 6*7c568831SAndroid Build Coastguard Worker </rule> 7*7c568831SAndroid Build Coastguard Worker </pattern> 8*7c568831SAndroid Build Coastguard Worker</schema> 9