|
32 | 32 | <all>
|
33 | 33 | <element name="crossRefs" type="tns:crossRefsType" minOccurs="0" maxOccurs="1"/>
|
34 | 34 | <element name="notes" type="tns:formattedFixedTextType" minOccurs="0" maxOccurs="1"/>
|
35 |
| - <element name="standardLicenseHeader" type="tns:formattedAltTextType" minOccurs="0" maxOccurs="1"/> |
36 |
| - <element name="text" type="tns:formattedAltTextType" minOccurs="0" maxOccurs="1"/> |
| 35 | + <element name="text" type="tns:formattedAltFileGrantTextType" minOccurs="0" maxOccurs="1"/> |
37 | 36 | </all>
|
38 | 37 | <attribute name="licenseId" type="string" use="required" />
|
39 | 38 | <attribute name="isOsiApproved" type="boolean"/>
|
|
55 | 54 | <complexType name="optionalType" mixed="true">
|
56 | 55 | <group ref="tns:formattedAltTextGroup" minOccurs="0" maxOccurs="unbounded"/>
|
57 | 56 | </complexType>
|
| 57 | + <complexType name="optionalFileGrantType" mixed="true"> |
| 58 | + <group ref="tns:formattedAltFileGrantTextGroup" minOccurs="0" maxOccurs="unbounded"/> |
| 59 | + </complexType> |
58 | 60 | <complexType name="listType">
|
59 | 61 | <choice minOccurs="1" maxOccurs="unbounded">
|
60 | 62 | <element name="item" type="tns:formattedAltTextType"/>
|
61 | 63 | <element name="list" type="tns:listType"/>
|
62 | 64 | </choice>
|
63 | 65 | </complexType>
|
| 66 | + <complexType name="listFileGrantType"> |
| 67 | + <choice minOccurs="1" maxOccurs="unbounded"> |
| 68 | + <element name="item" type="tns:formattedAltFileGrantTextType"/> |
| 69 | + <element name="list" type="tns:listFileGrantType"/> |
| 70 | + </choice> |
| 71 | + </complexType> |
64 | 72 | <complexType name="emptyType"/>
|
65 | 73 | <complexType name="formattedFixedTextType" mixed="true">
|
66 | 74 | <group ref="tns:formattedFixedTextGroup" minOccurs="0" maxOccurs="unbounded"/>
|
67 | 75 | </complexType>
|
68 | 76 | <complexType name="formattedAltTextType" mixed="true">
|
69 | 77 | <group ref="tns:formattedAltTextGroup" minOccurs="0" maxOccurs="unbounded"/>
|
70 | 78 | </complexType>
|
| 79 | + <complexType name="formattedAltFileGrantTextType" mixed="true"> |
| 80 | + <group ref="tns:formattedAltFileGrantTextGroup" minOccurs="0" maxOccurs="unbounded"/> |
| 81 | + </complexType> |
71 | 82 | <group name="formattedFixedTextGroup">
|
72 | 83 | <choice>
|
73 | 84 | <element name="p" type="tns:formattedFixedTextType" minOccurs="0" maxOccurs="unbounded"/>
|
|
90 | 101 | <element name="copyrightText" type="tns:formattedAltTextType" minOccurs="0" maxOccurs="1"/>
|
91 | 102 | </choice>
|
92 | 103 | </group>
|
| 104 | + <group name="formattedAltFileGrantTextGroup"> |
| 105 | + <choice> |
| 106 | + <element name="p" type="tns:formattedAltFileGrantTextType" minOccurs="0" maxOccurs="unbounded"/> |
| 107 | + <element name="bullet" type="string" minOccurs="0" maxOccurs="unbounded"/> |
| 108 | + <element name="list" type="tns:listFileGrantType" minOccurs="0" maxOccurs="unbounded"/> |
| 109 | + <element name="optional" type="tns:optionalFileGrantType" minOccurs="0" maxOccurs="unbounded"/> |
| 110 | + <element name="alt" type="tns:altType" minOccurs="0" maxOccurs="unbounded"/> |
| 111 | + <element name="br" type="tns:emptyType" minOccurs="0" maxOccurs="unbounded"/> |
| 112 | + <element name="titleText" type="tns:formattedAltTextType" minOccurs="0" maxOccurs="1"/> |
| 113 | + <element name="copyrightText" type="tns:formattedAltTextType" minOccurs="0" maxOccurs="1"/> |
| 114 | + <element name="fileGrant" type="tns:formattedAltTextType" minOccurs="0" maxOccurs="1"/> |
| 115 | + </choice> |
| 116 | + </group> |
93 | 117 | </schema>
|
0 commit comments