123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- <?xml version='1.0' encoding='UTF-8'?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: CM
- (C) Copyright IBM Corp. 2008, 2009
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!-- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated). -->
- <SOAP-ENV:Envelope
- xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
- xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:bus="http://developer.cognos.com/schemas/bibus/3/"
- >
- <SOAP-ENV:Header>
- <bus:biBusHeader/>
- </SOAP-ENV:Header>
- <SOAP-ENV:Body>
- <cm:add xmlns:cm="http://developer.cognos.com/schemas/bibus/3/">
- <search xsi:type="xs:string">/configuration</search>
- <objects xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="cm:baseClass[7]" >
- <!-- Letter -->
- <item xsi:type="cm:pageDefinition">
- <defaultName xsi:type="cm:tokenProp">
- <value xsi:type="xs:string">Letter</value>
- </defaultName>
- <height xsi:type="cm:decimalProp">
- <value xsi:type="xs:decimal">11</value>
- </height>
- <unit xsi:type="cm:nmtokenProp">
- <value xsi:type="xs:string">in</value>
- </unit>
- <width xsi:type="cm:decimalProp">
- <value xsi:type="xs:decimal">8.5</value>
- </width>
- </item>
- <!-- Legal -->
- <item xsi:type="cm:pageDefinition">
- <defaultName xsi:type="cm:tokenProp">
- <value xsi:type="xs:string">Legal</value>
- </defaultName>
- <height xsi:type="cm:decimalProp">
- <schemaInfo xsi:nil="true"/>
- <value xsi:type="xs:decimal">14</value>
- </height>
- <unit xsi:type="cm:nmtokenProp">
- <schemaInfo xsi:nil="true"/>
- <value xsi:type="xs:string">in</value>
- </unit>
- <width xsi:type="cm:decimalProp">
- <schemaInfo xsi:nil="true"/>
- <value xsi:type="xs:decimal">8.5</value>
- </width>
- </item>
- <!-- 11x17 -->
- <item xsi:type="cm:pageDefinition">
- <defaultName xsi:type="cm:tokenProp">
- <value xsi:type="xs:string">11x17</value>
- </defaultName>
- <height xsi:type="cm:decimalProp">
- <value xsi:type="xs:decimal">17</value>
- </height>
- <unit xsi:type="cm:nmtokenProp">
- <value xsi:type="xs:string">in</value>
- </unit>
- <width xsi:type="cm:decimalProp">
- <value xsi:type="xs:decimal">11</value>
- </width>
- </item>
- <!-- A3 -->
- <item xsi:type="cm:pageDefinition">
- <defaultName xsi:type="cm:tokenProp">
- <value xsi:type="xs:string">A3</value>
- </defaultName>
- <height xsi:type="cm:decimalProp">
- <value xsi:type="xs:decimal">42</value>
- </height>
- <unit xsi:type="cm:nmtokenProp">
- <value xsi:type="xs:string">cm</value>
- </unit>
- <width xsi:type="cm:decimalProp">
- <value xsi:type="xs:decimal">29.7</value>
- </width>
- </item>
-
- <!-- A4 -->
- <item xsi:type="cm:pageDefinition">
- <defaultName xsi:type="cm:tokenProp">
- <value xsi:type="xs:string">A4</value>
- </defaultName>
- <height xsi:type="cm:decimalProp">
- <value xsi:type="xs:decimal">29.7</value>
- </height>
- <unit xsi:type="cm:nmtokenProp">
- <value xsi:type="xs:string">cm</value>
- </unit>
- <width xsi:type="cm:decimalProp">
- <value xsi:type="xs:decimal">21</value>
- </width>
- </item>
-
- <!-- B4 JIS -->
- <item xsi:type="cm:pageDefinition">
- <defaultName xsi:type="cm:tokenProp">
- <value xsi:type="xs:string">B4 JIS</value>
- </defaultName>
- <height xsi:type="cm:decimalProp">
- <value xsi:type="xs:decimal">36.4</value>
- </height>
- <unit xsi:type="cm:nmtokenProp">
- <value xsi:type="xs:string">cm</value>
- </unit>
- <width xsi:type="cm:decimalProp">
- <value xsi:type="xs:decimal">25.7</value>
- </width>
- </item>
-
- <!-- B5 JIS -->
- <item xsi:type="cm:pageDefinition">
- <defaultName xsi:type="cm:tokenProp">
- <value xsi:type="xs:string">B5 JIS</value>
- </defaultName>
- <height xsi:type="cm:decimalProp">
- <value xsi:type="xs:decimal"> 25.7</value>
- </height>
- <unit xsi:type="cm:nmtokenProp">
- <value xsi:type="xs:string">cm</value>
- </unit>
- <width xsi:type="cm:decimalProp">
- <value xsi:type="xs:decimal">18.2</value>
- </width>
- </item>
- </objects>
-
- <options xsi:type="cm:addOptions">
- <updateAction xsi:type="cm:updateActionEnum">fail</updateAction>
- </options>
- </cm:add>
- </SOAP-ENV:Body>
- </SOAP-ENV:Envelope>
|