| ZVON > References > Schematron reference |
| Intro / Search / ZVON |
| Element | schema | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | schema is the root element of Schematron. This element contains declaration of Schematron namespace (usually xmlns:sch="http://www.ascc.net/xml/schematron"). | ||||||||||
| Attributes |
|
||||||||||
| Children | diagnostics, ns, p, pattern, phase, title | ||||||||||
| DTD |
<!ELEMENT schema ( title?, ns*, phase*,
p*, pattern+ , p*,
diagnostics? )>
<!ATTLIST schema
id ID #IMPLIED
fpi CDATA; #IMPLIED
schemaVersion CDATA #IMPLIED
defaultPhase IDREF #IMPLIED
icon CDATA #IMPLIED
version CDATA "1.5"
xml:lang NMTOKEN #IMPLIED>
|
| Examples | |
|---|---|
| Example 1 | A simple example |
| Example 2 | A schema with several patterns |
| Example 3 | A schema for RDF by Rick Jelliffe |