<xs:attribute name="destinationType">
<xs:annotation>
<xs:documentation xml:lang="en">Destination Type</xs:documentation>
<xs:documentation xml:lang="ja">宛先タイプ</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="XYZ">
<xs:annotation>
<xs:documentation xml:lang="en">Page Coordinate (left, top)</xs:documentation>
<xs:documentation xml:lang="ja">ページの座標(left,top)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Fit">
<xs:annotation>
<xs:documentation xml:lang="en">Fit in an entire page</xs:documentation>
<xs:documentation xml:lang="ja">ページの全体をフィット</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FitH">
<xs:annotation>
<xs:documentation xml:lang="en">Top coordinate Fit to the page height</xs:documentation>
<xs:documentation xml:lang="ja">上の座標 top ページの幅にフィット</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FitV">
<xs:annotation>
<xs:documentation xml:lang="en">Left coordinate Fit to the page width</xs:documentation>
<xs:documentation xml:lang="ja">左の座標 left ページの高さにフィット</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FitR">
<xs:annotation>
<xs:documentation xml:lang="en">View Range(left, bottom, right, top)</xs:documentation>
<xs:documentation xml:lang="ja">表示領域は(left bottom right top)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
|