orientation

Attribute Information

Source

<xsd:attribute name="orientation" use="optional" default="portrait">
  <xsd:simpleType>
    <xsd:annotation>
      <xsd:documentation/>
    </xsd:annotation>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="landscape"/>
      <xsd:enumeration value="portrait"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>

Sample