K
kamp
Hello,
Below is a snippet from a schema. The second enumeration should contain
an i umlaut (archaïsch) but when I use this schema with Altova's
Stylevision software the iumlaut is not displayed properly. So I
changed it into a character entity. I tried several entity declarations
(examples found on the web) but none of them worked i.e. Stylevision
refused to load the schema. So, I want to know the following: is it
possible to use character entities in schemas? If yes, what is the
proper way to declare them in a schema?
<xs:element name="Tijd" minOccurs="0" maxOccurs="unbounded">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="verouderend"/>
<xs:enumeration value="archasch"/>
<xs:enumeration value="neologisme"/>
<xs:enumeration value="overig"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Thanks.
Peter van der Kamp
Below is a snippet from a schema. The second enumeration should contain
an i umlaut (archaïsch) but when I use this schema with Altova's
Stylevision software the iumlaut is not displayed properly. So I
changed it into a character entity. I tried several entity declarations
(examples found on the web) but none of them worked i.e. Stylevision
refused to load the schema. So, I want to know the following: is it
possible to use character entities in schemas? If yes, what is the
proper way to declare them in a schema?
<xs:element name="Tijd" minOccurs="0" maxOccurs="unbounded">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="verouderend"/>
<xs:enumeration value="archasch"/>
<xs:enumeration value="neologisme"/>
<xs:enumeration value="overig"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Thanks.
Peter van der Kamp