Fixes in CDF XSDs

This commit is contained in:
~lucidiot 2021-07-24 23:32:30 +02:00
parent 9fe7949b57
commit 081f257a96
1 changed files with 27 additions and 17 deletions

View File

@ -224,13 +224,17 @@ at <https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer
Summarizes the associated parent element.
</xs:documentation>
</xs:annotation>
<xs:attribute name="XML-SPACE" type="sWhiteSpace" use="optional" default="DEFAULT">
<xs:annotation>
<xs:documentation>
String value that specifies how white space—such as a tab, space, or blank line—is treated.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="XML-SPACE" type="sWhiteSpace" use="optional" default="DEFAULT">
<xs:annotation>
<xs:documentation>
String value that specifies how white space—such as a tab, space, or blank line—is treated.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="CHANNEL">
@ -242,8 +246,10 @@ at <https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer
<xs:sequence>
<xs:element name="A" type="A" minOccurs="0" />
<xs:element name="ABSTRACT" type="ABSTRACT" minOccurs="0" />
<xs:element name="CHANNEL" type="CHANNEL" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="ITEM" type="ITEM" minOccurs="0" maxOccurs="unbounded" />
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="CHANNEL" type="CHANNEL" />
<xs:element name="ITEM" type="ITEM" />
</xs:choice>
<xs:element name="LOG" type="LOG" minOccurs="0" />
<xs:element name="LOGIN" type="LOGIN" minOccurs="0" />
<xs:element name="LOGO" type="LOGO" minOccurs="0" maxOccurs="unbounded" />
@ -503,7 +509,7 @@ at <https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer
<xs:attribute name="STYLE" type="sStyle" use="required">
<xs:annotation>
<xs:documentation>
String value indicating the context in which a logo will be used
String value indicating the context in which a logo will be used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
@ -599,13 +605,17 @@ at <https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer
Specifies a text string representing the title of the CHANNEL or ITEM element.
</xs:documentation>
</xs:annotation>
<xs:attribute name="XML-SPACE" type="sWhiteSpace" use="optional" default="DEFAULT">
<xs:annotation>
<xs:documentation>
String value that specifies how white space—such as a tab, space, or blank line—is treated.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="XML-SPACE" type="sWhiteSpace" use="optional" default="DEFAULT">
<xs:annotation>
<xs:documentation>
String value that specifies how white space—such as a tab, space, or blank line—is treated.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="USAGE">