diff options
| -rw-r--r-- | BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml-model-1.xsd | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml-model-1.xsd b/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml-model-1.xsd index 89e91faa..14df3792 100644 --- a/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml-model-1.xsd +++ b/BKUViewer/src/main/resources/at/gv/egiz/bku/slxhtml/slxhtml-model-1.xsd @@ -215,12 +215,16 @@        <xs:documentation>          SLXHTML 1.2: elements "map", "object" removed.        </xs:documentation> +      <xs:documentation> +        MOCCA 1.0: element "img" removed +      </xs:documentation>      </xs:annotation>       -    <xs:choice> +    <!-- <xs:choice>        <xs:element          name="img"          type="xhtml.img.type"/> -    </xs:choice> +    </xs:choice>--> +    <xs:sequence/>    </xs:group>    <xs:group name="xhtml.InlForm.class">      <xs:annotation> | 
