You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ro...@apache.org on 2012/10/23 17:10:43 UTC

svn commit: r1401314 - in /incubator/ooo/ooo-site/trunk/content/bizdev/consultants: consultants.xml consultants.xsd strings_en.xml strings_es.xml strings_it.xml to-html.xsl

Author: robweir
Date: Tue Oct 23 15:10:43 2012
New Revision: 1401314

URL: http://svn.apache.org/viewvc?rev=1401314&view=rev
Log:
Change EOL to native for XML files

Modified:
    incubator/ooo/ooo-site/trunk/content/bizdev/consultants/consultants.xml   (props changed)
    incubator/ooo/ooo-site/trunk/content/bizdev/consultants/consultants.xsd   (contents, props changed)
    incubator/ooo/ooo-site/trunk/content/bizdev/consultants/strings_en.xml   (props changed)
    incubator/ooo/ooo-site/trunk/content/bizdev/consultants/strings_es.xml   (props changed)
    incubator/ooo/ooo-site/trunk/content/bizdev/consultants/strings_it.xml   (props changed)
    incubator/ooo/ooo-site/trunk/content/bizdev/consultants/to-html.xsl   (props changed)

Propchange: incubator/ooo/ooo-site/trunk/content/bizdev/consultants/consultants.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/ooo/ooo-site/trunk/content/bizdev/consultants/consultants.xsd
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/bizdev/consultants/consultants.xsd?rev=1401314&r1=1401313&r2=1401314&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/bizdev/consultants/consultants.xsd (original)
+++ incubator/ooo/ooo-site/trunk/content/bizdev/consultants/consultants.xsd Tue Oct 23 15:10:43 2012
@@ -1,59 +1,59 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
-  <xs:element name="consultants">
-    <xs:complexType>
-      <xs:sequence>
-        <xs:element maxOccurs="unbounded" ref="consultant"/>
-      </xs:sequence>
-    </xs:complexType>
-  </xs:element>
-  
-  <xs:element name="consultant">
-    <xs:complexType>
-      <xs:sequence>
-        <xs:element ref="name"/>
-        <xs:element maxOccurs="unbounded" ref="country"/>
-        <xs:element maxOccurs="unbounded" ref="practice"/>
-        <xs:element ref="description"/>
-        <xs:element ref="website"/>
-        <xs:element minOccurs="0" ref="email"/>
-        <xs:element minOccurs="0" ref="phone"/>
-      </xs:sequence>
-    </xs:complexType>
-  </xs:element>
-  
-  <xs:element name="name" type="xs:string"/>
-   <xs:element name="country" type="xs:string"/>
-  <xs:element name="practice" type="practice"/>
-  <xs:element name="description" type="description"/>
-  <xs:element name="website" type="xs:anyURI"/>
-  <xs:element name="email" type="email-address"/>
-  <xs:element name="phone" type="xs:string"/>
-  
-  
-   <xs:simpleType name="email-address">
-    <xs:restriction base="xs:string">
-      <xs:pattern value="[^@]+@[^\.]+\..+"/>
-    </xs:restriction>
-  </xs:simpleType>
-  
-  <xs:simpleType name="description">
-    <xs:restriction base="xs:string">
-      <xs:minLength value="0"/>
-      <xs:maxLength value="400"/>
-    </xs:restriction>
-  </xs:simpleType>
-  
-  <xs:simpleType name="practice">
-    <xs:restriction base="xs:string">
-      <xs:enumeration value="Deployment"/>
-      <xs:enumeration value="Support"/>
-      <xs:enumeration value="Training"/>
-      <xs:enumeration value="Development"/>
-      <xs:enumeration value="Certification"/>
-      <xs:enumeration value="Documentation"/>
-      <xs:enumeration value="Other"/>
-    </xs:restriction>
-  </xs:simpleType>
-   
-</xs:schema>
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
+  <xs:element name="consultants">
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element maxOccurs="unbounded" ref="consultant"/>
+      </xs:sequence>
+    </xs:complexType>
+  </xs:element>
+  
+  <xs:element name="consultant">
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element ref="name"/>
+        <xs:element maxOccurs="unbounded" ref="country"/>
+        <xs:element maxOccurs="unbounded" ref="practice"/>
+        <xs:element ref="description"/>
+        <xs:element ref="website"/>
+        <xs:element minOccurs="0" ref="email"/>
+        <xs:element minOccurs="0" ref="phone"/>
+      </xs:sequence>
+    </xs:complexType>
+  </xs:element>
+  
+  <xs:element name="name" type="xs:string"/>
+   <xs:element name="country" type="xs:string"/>
+  <xs:element name="practice" type="practice"/>
+  <xs:element name="description" type="description"/>
+  <xs:element name="website" type="xs:anyURI"/>
+  <xs:element name="email" type="email-address"/>
+  <xs:element name="phone" type="xs:string"/>
+  
+  
+   <xs:simpleType name="email-address">
+    <xs:restriction base="xs:string">
+      <xs:pattern value="[^@]+@[^\.]+\..+"/>
+    </xs:restriction>
+  </xs:simpleType>
+  
+  <xs:simpleType name="description">
+    <xs:restriction base="xs:string">
+      <xs:minLength value="0"/>
+      <xs:maxLength value="400"/>
+    </xs:restriction>
+  </xs:simpleType>
+  
+  <xs:simpleType name="practice">
+    <xs:restriction base="xs:string">
+      <xs:enumeration value="Deployment"/>
+      <xs:enumeration value="Support"/>
+      <xs:enumeration value="Training"/>
+      <xs:enumeration value="Development"/>
+      <xs:enumeration value="Certification"/>
+      <xs:enumeration value="Documentation"/>
+      <xs:enumeration value="Other"/>
+    </xs:restriction>
+  </xs:simpleType>
+   
+</xs:schema>

Propchange: incubator/ooo/ooo-site/trunk/content/bizdev/consultants/consultants.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/ooo/ooo-site/trunk/content/bizdev/consultants/strings_en.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/ooo/ooo-site/trunk/content/bizdev/consultants/strings_es.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/ooo/ooo-site/trunk/content/bizdev/consultants/strings_it.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/ooo/ooo-site/trunk/content/bizdev/consultants/to-html.xsl
------------------------------------------------------------------------------
    svn:eol-style = native