Revision: 4633
Author:   seba.wagner
Date:     Sun Nov 27 08:43:15 2011
Log:      Add missing HTML Tags for XSD
http://code.google.com/p/openmeetings/source/detail?r=4633

Added:
 /trunk/singlewebapp/openlaszlo/lps/components/lfc/html_tags.lzx
 /trunk/singlewebapp/test/core/lfc/html_tags.lzx
Modified:
 /trunk/singlewebapp/openlaszlo/lps/components/lfc/font.lzx
 /trunk/singlewebapp/test/core/lfc/font.lzx
 /trunk/singlewebapp/test/my.xsd

=======================================
--- /dev/null
+++ /trunk/singlewebapp/openlaszlo/lps/components/lfc/html_tags.lzx Sun Nov 27 08:43:15 2011
@@ -0,0 +1,49 @@
+<library>
+<!--- HTML specific -->
+<class name="a" extends="false">
+       <!---        The link target -->
+       <attribute name="href" />
+ <!--- The value of this attribute determines where the link target will be displayed. The interpretation is the same as in HTML, where the "current frame" is the frame containing the LZX application. The value must be a name beginning with an alphabetic character, or one of the following:
+
+_blank
+ The user agent should load the designated document in a new, unnamed window.
+_parent
+ The user agent should load the document into the full, original window (thus canceling all other frames). This value is equivalent to _self if the current frame has no parent.
+_self
+ The user agent should load the document in the same frame as the element that refers to this target.
+_top
+ The user agent should load the document into the immediate FRAMESET parent of the current frame. This value is equivalent to _self if the current frame has no parent.
+
+        -->
+        <attribute name="target" />
+</class>
+
+<!--- HTML specific -->
+<class name="b" extends="false" />
+
+<!--- HTML specific -->
+<class name="br" extends="false" />
+
+<!--- HTML specific -->
+<class name="i" extends="false" />
+
+<!--- HTML specific -->
+<class name="img" extends="false" >
+       <attribute name="align" />
+       <attribute name="height" />
+       <attribute name="hspace" />
+       <attribute name="src" />
+       <attribute name="vspace" />
+       <attribute name="width" />
+</class>
+
+<!--- HTML specific -->
+<class name="p" extends="false" />
+
+<!--- HTML specific -->
+<class name="pre" extends="false" />
+
+<!--- HTML specific -->
+<class name="u" extends="false" />
+
+</library>
=======================================
--- /dev/null
+++ /trunk/singlewebapp/test/core/lfc/html_tags.lzx     Sun Nov 27 08:43:15 2011
@@ -0,0 +1,49 @@
+<library>
+<!--- HTML specific -->
+<class name="a" extends="false">
+       <!---        The link target -->
+       <attribute name="href" />
+ <!--- The value of this attribute determines where the link target will be displayed. The interpretation is the same as in HTML, where the "current frame" is the frame containing the LZX application. The value must be a name beginning with an alphabetic character, or one of the following:
+
+_blank
+ The user agent should load the designated document in a new, unnamed window.
+_parent
+ The user agent should load the document into the full, original window (thus canceling all other frames). This value is equivalent to _self if the current frame has no parent.
+_self
+ The user agent should load the document in the same frame as the element that refers to this target.
+_top
+ The user agent should load the document into the immediate FRAMESET parent of the current frame. This value is equivalent to _self if the current frame has no parent.
+
+        -->
+        <attribute name="target" />
+</class>
+
+<!--- HTML specific -->
+<class name="b" extends="false" />
+
+<!--- HTML specific -->
+<class name="br" extends="false" />
+
+<!--- HTML specific -->
+<class name="i" extends="false" />
+
+<!--- HTML specific -->
+<class name="img" extends="false" >
+       <attribute name="align" />
+       <attribute name="height" />
+       <attribute name="hspace" />
+       <attribute name="src" />
+       <attribute name="vspace" />
+       <attribute name="width" />
+</class>
+
+<!--- HTML specific -->
+<class name="p" extends="false" />
+
+<!--- HTML specific -->
+<class name="pre" extends="false" />
+
+<!--- HTML specific -->
+<class name="u" extends="false" />
+
+</library>
=======================================
--- /trunk/singlewebapp/openlaszlo/lps/components/lfc/font.lzx Sun Nov 27 08:00:21 2011 +++ /trunk/singlewebapp/openlaszlo/lps/components/lfc/font.lzx Sun Nov 27 08:43:15 2011
@@ -8,4 +8,9 @@
     <attribute name="name" type="token" />
     <attribute name="src" type="url" />

+    <!--- HTML specific -->
+    <attribute name="color" type="string" />
+    <attribute name="face" type="string" />
+    <attribute name="size" type="string" />
+
 </class>
=======================================
--- /trunk/singlewebapp/test/core/lfc/font.lzx  Sun Nov 27 08:00:21 2011
+++ /trunk/singlewebapp/test/core/lfc/font.lzx  Sun Nov 27 08:43:15 2011
@@ -8,4 +8,9 @@
     <attribute name="name" type="token" />
     <attribute name="src" type="url" />

+    <!--- HTML specific -->
+    <attribute name="color" type="string" />
+    <attribute name="face" type="string" />
+    <attribute name="size" type="string" />
+
 </class>
=======================================
--- /trunk/singlewebapp/test/my.xsd     Sun Nov 27 08:00:21 2011
+++ /trunk/singlewebapp/test/my.xsd     Sun Nov 27 08:43:15 2011
@@ -593,6 +593,14 @@
 </xs:annotation>
 </xs:attribute>
   </xs:extension>
+  </xs:complexContent>
+  </xs:complexType>
+<xs:element name="_internalinputtext" type="lzx:_internalinputtext" >
+</xs:element>
+  <xs:complexType name="_internalinputtext" mixed="true">
+  <xs:complexContent>
+  <xs:extension base="lzx:inputtext">
+  </xs:extension>
   </xs:complexContent>
   </xs:complexType>
 <xs:element name="videolibraryicon" type="lzx:videolibraryicon" >
@@ -611,14 +619,6 @@
       <xs:attribute name="aspectRatio" type="xs:string" default="1" >
 </xs:attribute>
   </xs:extension>
-  </xs:complexContent>
-  </xs:complexType>
-<xs:element name="_internalinputtext" type="lzx:_internalinputtext" >
-</xs:element>
-  <xs:complexType name="_internalinputtext" mixed="true">
-  <xs:complexContent>
-  <xs:extension base="lzx:inputtext">
-  </xs:extension>
   </xs:complexContent>
   </xs:complexType>
 <xs:element name="regionstyle" type="lzx:regionstyle" >
@@ -1427,29 +1427,29 @@
   </xs:extension>
   </xs:complexContent>
   </xs:complexType>
-<xs:element name="columnchartplotarea" type="lzx:columnchartplotarea" >
+<xs:element name="datepickerday" type="lzx:datepickerday" >
 <xs:annotation>
 <xs:documentation xml:lang="en">
- @keywords private
-     plotarea of column chart </xs:documentation>
+ This is the implementation of the datepickerday for
+          the datepicker </xs:documentation>
 </xs:annotation>
 </xs:element>
-  <xs:complexType name="columnchartplotarea" mixed="true">
+  <xs:complexType name="datepickerday" mixed="true">
   <xs:complexContent>
-  <xs:extension base="lzx:virtualdrawview">
+  <xs:extension base="lzx:basedatepickerday">
   </xs:extension>
   </xs:complexContent>
   </xs:complexType>
-<xs:element name="datepickerday" type="lzx:datepickerday" >
+<xs:element name="columnchartplotarea" type="lzx:columnchartplotarea" >
 <xs:annotation>
 <xs:documentation xml:lang="en">
- This is the implementation of the datepickerday for
-          the datepicker </xs:documentation>
+ @keywords private
+     plotarea of column chart </xs:documentation>
 </xs:annotation>
 </xs:element>
-  <xs:complexType name="datepickerday" mixed="true">
+  <xs:complexType name="columnchartplotarea" mixed="true">
   <xs:complexContent>
-  <xs:extension base="lzx:basedatepickerday">
+  <xs:extension base="lzx:virtualdrawview">
   </xs:extension>
   </xs:complexContent>
   </xs:complexType>
@@ -2575,6 +2575,45 @@
 </xs:attribute>
   </xs:extension>
   </xs:complexContent>
+  </xs:complexType>
+<xs:element name="b" type="lzx:b" >
+<xs:annotation>
+<xs:documentation xml:lang="en">
+ HTML specific </xs:documentation>
+</xs:annotation>
+</xs:element>
+  <xs:complexType name="b" mixed="true">
+  </xs:complexType>
+<xs:element name="a" type="lzx:a" >
+<xs:annotation>
+<xs:documentation xml:lang="en">
+ HTML specific </xs:documentation>
+</xs:annotation>
+</xs:element>
+  <xs:complexType name="a" mixed="true">
+      <xs:attribute name="target" type="xs:string" >
+<xs:annotation>
+<xs:documentation xml:lang="en">
+ The value of this attribute determines where the link target will be displayed. The interpretation is the same as in HTML, where the "current frame" is the frame containing the LZX application. The value must be a name beginning with an alphabetic character, or one of the following:
+
+_blank
+ The user agent should load the designated document in a new, unnamed window.
+_parent
+ The user agent should load the document into the full, original window (thus canceling all other frames). This value is equivalent to _self if the current frame has no parent.
+_self
+ The user agent should load the document in the same frame as the element that refers to this target.
+_top
+ The user agent should load the document into the immediate FRAMESET parent of the current frame. This value is equivalent to _self if the current frame has no parent.
+
+        </xs:documentation>
+</xs:annotation>
+</xs:attribute>
+      <xs:attribute name="href" type="xs:string" >
+<xs:annotation>
+<xs:documentation xml:lang="en">
+       The link target </xs:documentation>
+</xs:annotation>
+</xs:attribute>
   </xs:complexType>
 <xs:element name="linechart" type="lzx:linechart" >
 <xs:annotation>
@@ -2761,6 +2800,22 @@
   </xs:extension>
   </xs:complexContent>
   </xs:complexType>
+<xs:element name="i" type="lzx:i" >
+<xs:annotation>
+<xs:documentation xml:lang="en">
+ HTML specific </xs:documentation>
+</xs:annotation>
+</xs:element>
+  <xs:complexType name="i" mixed="true">
+  </xs:complexType>
+<xs:element name="u" type="lzx:u" >
+<xs:annotation>
+<xs:documentation xml:lang="en">
+ HTML specific </xs:documentation>
+</xs:annotation>
+</xs:element>
+  <xs:complexType name="u" mixed="true">
+  </xs:complexType>
 <xs:element name="hscrollbar" type="lzx:hscrollbar" >
 </xs:element>
   <xs:complexType name="hscrollbar" mixed="true">
@@ -2892,6 +2947,14 @@
   </xs:extension>
   </xs:complexContent>
   </xs:complexType>
+<xs:element name="p" type="lzx:p" >
+<xs:annotation>
+<xs:documentation xml:lang="en">
+ HTML specific </xs:documentation>
+</xs:annotation>
+</xs:element>
+  <xs:complexType name="p" mixed="true">
+  </xs:complexType>
 <xs:element name="javarpc" type="lzx:javarpc" >
 </xs:element>
   <xs:complexType name="javarpc" mixed="true">
@@ -3346,6 +3409,14 @@
   </xs:extension>
   </xs:complexContent>
   </xs:complexType>
+<xs:element name="br" type="lzx:br" >
+<xs:annotation>
+<xs:documentation xml:lang="en">
+ HTML specific </xs:documentation>
+</xs:annotation>
+</xs:element>
+  <xs:complexType name="br" mixed="true">
+  </xs:complexType>
 <xs:element name="basescrolltrack" type="lzx:basescrolltrack" >
 </xs:element>
   <xs:complexType name="basescrolltrack" mixed="true">
@@ -7000,6 +7071,14 @@
   </xs:extension>
   </xs:complexContent>
   </xs:complexType>
+<xs:element name="pre" type="lzx:pre" >
+<xs:annotation>
+<xs:documentation xml:lang="en">
+ HTML specific </xs:documentation>
+</xs:annotation>
+</xs:element>
+  <xs:complexType name="pre" mixed="true">
+  </xs:complexType>
 <xs:element name="wrappinglayout" type="lzx:wrappinglayout" >
 </xs:element>
   <xs:complexType name="wrappinglayout" mixed="true">
@@ -9840,19 +9919,6 @@
   <xs:complexContent>
   <xs:extension base="lzx:basesliderthumb">
   </xs:extension>
-  </xs:complexContent>
-  </xs:complexType>
-<xs:element name="linechartplotarea" type="lzx:linechartplotarea" >
-<xs:annotation>
-<xs:documentation xml:lang="en">
- @keywords private
-     plotarea of linechart </xs:documentation>
-</xs:annotation>
-</xs:element>
-  <xs:complexType name="linechartplotarea" mixed="true">
-  <xs:complexContent>
-  <xs:extension base="lzx:virtualdrawview">
-  </xs:extension>
   </xs:complexContent>
   </xs:complexType>
 <xs:element name="datepicker" type="lzx:datepicker" >
@@ -9883,6 +9949,19 @@
 </xs:annotation>
 </xs:attribute>
   </xs:extension>
+  </xs:complexContent>
+  </xs:complexType>
+<xs:element name="linechartplotarea" type="lzx:linechartplotarea" >
+<xs:annotation>
+<xs:documentation xml:lang="en">
+ @keywords private
+     plotarea of linechart </xs:documentation>
+</xs:annotation>
+</xs:element>
+  <xs:complexType name="linechartplotarea" mixed="true">
+  <xs:complexContent>
+  <xs:extension base="lzx:virtualdrawview">
+  </xs:extension>
   </xs:complexContent>
   </xs:complexType>
 <xs:element name="TestSuite" type="lzx:TestSuite" >
@@ -10686,22 +10765,6 @@
       <xs:attribute name="bottomvisible" type="xs:string" default="true" >
 </xs:attribute>
   </xs:extension>
-  </xs:complexContent>
-  </xs:complexType>
-<xs:element name="debugger_shadow_bottom" type="lzx:debugger_shadow_bottom" >
-<xs:annotation>
-<xs:documentation xml:lang="en">
-
-    Drop shadow for the bottom of the debugger window
-
-    @keywords private
-</xs:documentation>
-</xs:annotation>
-</xs:element>
-  <xs:complexType name="debugger_shadow_bottom" mixed="true">
-  <xs:complexContent>
-  <xs:extension base="lzx:node">
-  </xs:extension>
   </xs:complexContent>
   </xs:complexType>
 <xs:element name="edittext" type="lzx:edittext" >
@@ -10793,6 +10856,46 @@
 </xs:attribute>
   </xs:extension>
   </xs:complexContent>
+  </xs:complexType>
+<xs:element name="debugger_shadow_bottom" type="lzx:debugger_shadow_bottom" >
+<xs:annotation>
+<xs:documentation xml:lang="en">
+
+    Drop shadow for the bottom of the debugger window
+
+    @keywords private
+</xs:documentation>
+</xs:annotation>
+</xs:element>
+  <xs:complexType name="debugger_shadow_bottom" mixed="true">
+  <xs:complexContent>
+  <xs:extension base="lzx:node">
+  </xs:extension>
+  </xs:complexContent>
+  </xs:complexType>
+<xs:element name="img" type="lzx:img" >
+<xs:annotation>
+<xs:documentation xml:lang="en">
+ HTML specific </xs:documentation>
+</xs:annotation>
+</xs:element>
+  <xs:complexType name="img" mixed="true">
+      <xs:attribute name="width" type="xs:string" >
+</xs:attribute>
+      <xs:attribute name="vspace" type="xs:string" >
+</xs:attribute>
+      <xs:attribute name="src" type="xs:string" >
+</xs:attribute>
+      <xs:attribute name="hspace" type="xs:string" >
+</xs:attribute>
+      <xs:attribute name="height" type="xs:string" >
+</xs:attribute>
+      <xs:attribute name="align" type="xs:string" >
+<xs:annotation>
+<xs:documentation xml:lang="en">
+ HTML specific </xs:documentation>
+</xs:annotation>
+</xs:attribute>
   </xs:complexType>
 <xs:element name="basebuttonrepeater" type="lzx:basebuttonrepeater" >
 </xs:element>
@@ -11683,6 +11786,8 @@
   <xs:complexType name="font" mixed="true">
       <xs:attribute name="src" type="xs:string" >
 </xs:attribute>
+      <xs:attribute name="size" type="xs:string" >
+</xs:attribute>
       <xs:attribute name="name" type="xs:string" >
 <xs:annotation>
 <xs:documentation xml:lang="en">
@@ -11693,6 +11798,14 @@
  </xs:documentation>
 </xs:annotation>
 </xs:attribute>
+      <xs:attribute name="face" type="xs:string" >
+</xs:attribute>
+      <xs:attribute name="color" type="xs:string" >
+<xs:annotation>
+<xs:documentation xml:lang="en">
+ HTML specific </xs:documentation>
+</xs:annotation>
+</xs:attribute>
   </xs:complexType>
 <xs:element name="gridtext" type="lzx:gridtext" >
 </xs:element>

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to