namespace gAcl = "http://schemas.google.com/acl/2007" start = scope | role scope = element gAcl:scope { attribute type { xsd:string }, attribute value { xsd:string }? } role = element gAcl:role { attribute value { xsd:string } }