default namespace its = "http://w3c.org/ns/its" # Schema generated 2005-09-20T07:23:36+01:00 Declarations = ## A set of ITS declarations element Declarations { Declarations.content, Declarations.attributes } Declarations.content = Declaration+ Declarations.attributes = empty Declaration = ## An ITS declaration element Declaration { Declaration.content, Declaration.attributes } Declaration.content = Rule+ Declaration.attributes = ## Locate the context of this rule attribute selector { text }, empty Rule = ## An ITS rule element Rule { Rule.content, Rule.attributes } Rule.content = Name?, Date? Rule.attributes = ## How this element should be localized attribute its:localize { xsd:token { pattern = "translate\([0-9]+\.?[0-9]*\)" } }?, ## An equivalence for this context attribute its:equivalence { text }?, ## A constraint for the localization of this context attribute its:constrain { text }?, empty Name = ## The name of the person who last updated this rule element Name { Name.content, Name.attributes } Name.content = text Name.attributes = empty Date = ## The date when this rule was last updated element Date { Date.content, Date.attributes } Date.content = xsd:date Date.attributes = empty start = Declarations