<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="display" minOccurs="0">
<xsd:complexType>
<xsd:choice>
<xsd:element name="allOnePage">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="true|TRUE" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="onePerPage">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="true|TRUE" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
|