11-Aug-02
XML Schema: Schematron
8
Embedding Schematron
<xs:complexType name="flight">
  <xs:documentation>
    <xs:appinfo>
      <sch:pattern name="flightTimes">
        <sch:rule context="fl:flight | fl:leg">
          ...
        </sch:rule>
        <sch:rule
          context="fl:leg[preceding-sibling::fl:leg]">
          ...
        </sch:rule>
      </sch:pattern>
    </xs:appinfo>
  </xs:documentation>
  ...
</xs:complexType>