|
19 | 19 | <complexType name="ExceptionType" mixed="true">
|
20 | 20 | <choice minOccurs="1" maxOccurs="unbounded">
|
21 | 21 | <element name="crossRefs" type="tns:crossRefsType" minOccurs="0" maxOccurs="1"/>
|
22 |
| - <element name="notes" type="string" minOccurs="0" maxOccurs="1"/> |
23 |
| - <element name="titleText" type="tns:formattedTextType" minOccurs="0" maxOccurs="1"/> |
24 |
| - <element name="copyrightText" type="tns:formattedTextType" minOccurs="0" maxOccurs="1"/> |
| 22 | + <element name="notes" type="tns:formattedFixedTextType" minOccurs="0" maxOccurs="1"/> |
| 23 | + <element name="titleText" type="tns:formattedAltTextType" minOccurs="0" maxOccurs="1"/> |
| 24 | + <element name="copyrightText" type="tns:formattedAltTextType" minOccurs="0" maxOccurs="1"/> |
25 | 25 | <element name="bullet" type="string"/>
|
26 | 26 | <element name="list" type="tns:listType"/>
|
27 |
| - <element name="p" type="tns:formattedTextType"/> |
| 27 | + <element name="p" type="tns:formattedAltTextType"/> |
28 | 28 | <element name="optional" type="tns:optionalType"/>
|
29 | 29 | <element name="alt" type="tns:altType"/>
|
30 | 30 | <element name="br" type="tns:emptyType"/>
|
|
38 | 38 | <complexType name="LicenseType" mixed="true">
|
39 | 39 | <choice minOccurs="1" maxOccurs="unbounded">
|
40 | 40 | <element name="crossRefs" type="tns:crossRefsType" minOccurs="0" maxOccurs="1"/>
|
41 |
| - <element name="notes" type="string" minOccurs="0" maxOccurs="1"/> |
42 |
| - <element name="standardLicenseHeader" type="tns:formattedTextType" minOccurs="0" maxOccurs="1"/> |
43 |
| - <element name="titleText" type="tns:formattedTextType" minOccurs="0" maxOccurs="1"/> |
44 |
| - <element name="copyrightText" type="tns:formattedTextType" minOccurs="0" maxOccurs="1"/> |
| 41 | + <element name="notes" type="tns:formattedFixedTextType" minOccurs="0" maxOccurs="1"/> |
| 42 | + <element name="standardLicenseHeader" type="tns:formattedAltTextType" minOccurs="0" maxOccurs="1"/> |
| 43 | + <element name="titleText" type="tns:formattedAltTextType" minOccurs="0" maxOccurs="1"/> |
| 44 | + <element name="copyrightText" type="tns:formattedAltTextType" minOccurs="0" maxOccurs="1"/> |
45 | 45 | <element name="bullet" type="string"/>
|
46 | 46 | <element name="list" type="tns:listType"/>
|
47 |
| - <element name="p" type="tns:formattedTextType"/> |
| 47 | + <element name="p" type="tns:formattedAltTextType"/> |
48 | 48 | <element name="optional" type="tns:optionalType"/>
|
49 | 49 | <element name="alt" type="tns:altType"/>
|
50 | 50 | <element name="br" type="tns:emptyType"/>
|
|
57 | 57 | <attribute name="listVersionAdded" type="string"/>
|
58 | 58 | <attribute name="deprecatedVersion" type="string"/>
|
59 | 59 | </complexType>
|
60 |
| - <complexType name="notesType" mixed="true"> |
61 |
| - <choice minOccurs="1" maxOccurs="unbounded"> |
62 |
| - <element name="p" type="tns:formattedTextType"/> |
63 |
| - <element name="br" type="tns:emptyType"/> |
64 |
| - <element name="bullet" type="string"/> |
65 |
| - <element name="list" type="tns:listType"/> |
66 |
| - </choice> |
67 |
| - </complexType> |
68 | 60 | <complexType name="crossRefsType">
|
69 | 61 | <sequence>
|
70 | 62 | <element name="crossRef" type="string" minOccurs="1" maxOccurs="unbounded"/>
|
71 | 63 | </sequence>
|
72 | 64 | </complexType>
|
73 | 65 | <complexType name="altType" mixed="true">
|
74 |
| - <group ref="tns:formattedTextGroup" minOccurs="0" maxOccurs="unbounded"/> |
| 66 | + <group ref="tns:formattedFixedTextGroup" minOccurs="0" maxOccurs="unbounded"/> |
75 | 67 | <attribute name="name" type="string"/>
|
76 | 68 | <attribute name="match" type="string"/>
|
77 | 69 | </complexType>
|
78 | 70 | <complexType name="optionalType" mixed="true">
|
79 |
| - <group ref="tns:formattedTextGroup" minOccurs="0" maxOccurs="unbounded"/> |
| 71 | + <group ref="tns:formattedAltTextGroup" minOccurs="0" maxOccurs="unbounded"/> |
80 | 72 | </complexType>
|
81 | 73 | <complexType name="listType">
|
82 | 74 | <choice minOccurs="1" maxOccurs="unbounded">
|
83 |
| - <element name="item" type="tns:formattedTextType"/> |
| 75 | + <element name="item" type="tns:formattedAltTextType"/> |
84 | 76 | <element name="list" type="tns:listType"/>
|
85 | 77 | </choice>
|
86 | 78 | </complexType>
|
87 | 79 | <complexType name="emptyType"/>
|
88 |
| - <complexType name="formattedTextType" mixed="true"> |
89 |
| - <group ref="tns:formattedTextGroup" minOccurs="0" maxOccurs="unbounded"/> |
| 80 | + <complexType name="formattedFixedTextType" mixed="true"> |
| 81 | + <group ref="tns:formattedFixedTextGroup" minOccurs="0" maxOccurs="unbounded"/> |
| 82 | + </complexType> |
| 83 | + <complexType name="formattedAltTextType" mixed="true"> |
| 84 | + <group ref="tns:formattedAltTextGroup" minOccurs="0" maxOccurs="unbounded"/> |
90 | 85 | </complexType>
|
91 |
| - <group name="formattedTextGroup"> |
| 86 | + <group name="formattedFixedTextGroup"> |
| 87 | + <choice> |
| 88 | + <element name="p" type="tns:formattedFixedTextType" minOccurs="0" maxOccurs="unbounded"/> |
| 89 | + <element name="bullet" type="string" minOccurs="0" maxOccurs="unbounded"/> |
| 90 | + <element name="list" type="tns:listType" minOccurs="0" maxOccurs="unbounded"/> |
| 91 | + <element name="br" type="tns:emptyType" minOccurs="0" maxOccurs="unbounded"/> |
| 92 | + <element name="titleText" type="tns:formattedFixedTextType" minOccurs="0" maxOccurs="1"/> |
| 93 | + <element name="copyrightText" type="tns:formattedFixedTextType" minOccurs="0" maxOccurs="1"/> |
| 94 | + </choice> |
| 95 | + </group> |
| 96 | + <group name="formattedAltTextGroup"> |
92 | 97 | <choice>
|
93 |
| - <element name="p" type="tns:formattedTextType" minOccurs="0" maxOccurs="unbounded"/> |
| 98 | + <element name="p" type="tns:formattedAltTextType" minOccurs="0" maxOccurs="unbounded"/> |
94 | 99 | <element name="bullet" type="string" minOccurs="0" maxOccurs="unbounded"/>
|
95 | 100 | <element name="list" type="tns:listType" minOccurs="0" maxOccurs="unbounded"/>
|
96 | 101 | <element name="optional" type="tns:optionalType" minOccurs="0" maxOccurs="unbounded"/>
|
97 | 102 | <element name="alt" type="tns:altType" minOccurs="0" maxOccurs="unbounded"/>
|
98 | 103 | <element name="br" type="tns:emptyType" minOccurs="0" maxOccurs="unbounded"/>
|
99 |
| - <element name="titleText" type="tns:formattedTextType" minOccurs="0" maxOccurs="1"/> |
100 |
| - <element name="copyrightText" type="tns:formattedTextType" minOccurs="0" maxOccurs="1"/> |
| 104 | + <element name="titleText" type="tns:formattedAltTextType" minOccurs="0" maxOccurs="1"/> |
| 105 | + <element name="copyrightText" type="tns:formattedAltTextType" minOccurs="0" maxOccurs="1"/> |
101 | 106 | </choice>
|
102 | 107 | </group>
|
103 | 108 | </schema>
|
0 commit comments