Hi Hannu,

I have attached the file.  Please, use mailing list for further communication 
with pdfedit team - you will have a bigger chance of getting a reply ;)

Cheers,
jozo

>  Hi!
>
>   Im using pdfedit and its pdftoxml tool. Can't find pdftoxml.xml file
>   anywhere anymore so the xml output is not so useful. Can You help me?
>   If you have that file could you send it to me?
>
>   regards
>   Hannu
>   --
>   ----------------------------
>   Hannu Tikka
>   atk-tukihenkilö
>
>  [EMAIL PROTECTED]
>   040 5268769
>   Raahen Porvari- ja Kauppakoulu
>   Merikatu 2
>   92100 RAAHE
>   ----------------------------

_________________________________________________________________
The i’m Talkathon starts 6/24/08.  For now, give amongst yourselves.
http://www.imtalkathon.com?source=TXT_EML_WLH_LearnMore_GiveAmongst
<?xml version="1.0" encoding="UTF-8"?>
<!--
	 jmisutka (06/12/02) 
-->

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" attributeFormDefault="unqualified">

	<!--
		 basic type definitions
	-->
	<xs:simpleType name="bboxtype">
	 <xs:restriction base="xs:string"/>
	</xs:simpleType>

	<xs:simpleType name="fontname">
	 <xs:restriction base="xs:string"/>
	</xs:simpleType>

	<xs:simpleType name="bool">
	 <xs:restriction base="xs:boolean"/>
	</xs:simpleType>

	<xs:simpleType name="writemode">
	  <xs:restriction base="xs:string">
		<xs:enumeration value="horizontal"/>
		<xs:enumeration value="vertical"/>
	  </xs:restriction>
	</xs:simpleType>
	
	
	<!--
		 elements
	-->
	<xs:element name="xmlpdf">


	 <xs:complexType>
      <xs:sequence>

	<xs:element name="page">

	 <xs:complexType>
	  <xs:sequence>

       <xs:element name="column" minOccurs="0" maxOccurs="unbounded">
		 <xs:complexType>
		  <xs:sequence>
		  
			   <xs:element name="line" minOccurs="0" maxOccurs="unbounded">
				 <xs:complexType>
				  <xs:sequence>
				  
					   <xs:element name="word" minOccurs="0" maxOccurs="unbounded">
						 <xs:complexType>
						  <xs:sequence>

							   <xs:element name="font" minOccurs="0" maxOccurs="unbounded">
								 <xs:complexType>
								  <xs:sequence>
								  
									   <xs:element name="frag" minOccurs="0" maxOccurs="unbounded">
										 <xs:complexType mixed="true">
											<xs:choice  minOccurs="0" maxOccurs="unbounded">

											 <!-- other entities in frag -->
											  <xs:element name="specialchar" type="xs:string"/>
											  <xs:element name="unknownchar" type="xs:string"/>
											  
											</xs:choice>	
											
											 <!-- frag attributes -->
											<xs:attribute name="bbox" type="bboxtype" use="required"/>											
											
										 </xs:complexType>
									   </xs:element><!-- frag -->
									   
								  </xs:sequence>
								  
									<!-- font attributes -->
								 <xs:attribute name="basename" type="fontname"/>											
								 <xs:attribute name="origname" type="fontname"/>											
								 <xs:attribute name="embeddedfontname" type="fontname"/>											
								 <xs:attribute name="tag" type="fontname"/>											
								 <xs:attribute name="serif" type="bool"/>											
								 <xs:attribute name="symbolic" type="bool"/>											
								 <xs:attribute name="italic" type="bool"/>											
								 <xs:attribute name="bold" type="bool"/>											
								 <xs:attribute name="ascent" type="xs:decimal"/>											
								 <xs:attribute name="descent" type="xs:decimal"/>											
								 <xs:attribute name="writemode" type="writemode"/>											
								 <xs:attribute name="fonttype" type="xs:string"/>
								 
								 </xs:complexType>
							   </xs:element><!-- font -->
						  
						  </xs:sequence>
						  
							<!-- word attributes -->
						  <xs:attribute name="bbox" type="bboxtype" use="required"/>											
						  
						 </xs:complexType>
					   </xs:element><!-- word -->

				  </xs:sequence>

				<!-- line attributes -->
				 <xs:attribute name="bbox" type="bboxtype" use="required"/>											
				 
				 </xs:complexType>
			   </xs:element><!-- line -->

		  </xs:sequence>
		  
		  <!-- column attributes -->
		  <xs:attribute name="bbox" type="bboxtype" use="required"/>
		  
		 </xs:complexType>
  	   </xs:element><!-- column -->

      </xs:sequence>

	  <!-- page attributes -->
 	  <xs:attribute name="number" type="xs:decimal"/>											

        </xs:complexType>
 	   </xs:element><!-- page -->

      </xs:sequence>
     </xs:complexType>

	</xs:element><!-- xmlpdf -->


</xs:schema>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Pdfedit-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pdfedit-support

Reply via email to