Skip to content

Commit 16a9a64

Browse files
committed
Removed isDeprecated from the xml format itself
1 parent 650860a commit 16a9a64

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

schema/ListedLicense.xsd

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
<element name="text" type="tns:formattedAltTextType" minOccurs="0" maxOccurs="1"/>
4949
</all>
5050
<attribute name="licenseId" type="string" use="required" />
51-
<attribute name="isDeprecated" type="boolean"/>
5251
<attribute name="name" type="string" use="required" />
5352
<attribute name="listVersionAdded" type="string"/>
5453
<attribute name="deprecatedVersion" type="string"/>
@@ -110,15 +109,6 @@
110109
</documentation>
111110
</annotation>
112111
</attribute>
113-
<attribute name="isDeprecated" type="boolean">
114-
<annotation>
115-
<documentation xml:lang="en">
116-
<xhtml:p>
117-
<xhtml:code>isDeprecated</xhtml:code> is true if and only if the short identifier has been superseded by another. See the <xhtml:code>deprecatedVersion</xhtml:code> documentation for more details.
118-
</xhtml:p>
119-
</documentation>
120-
</annotation>
121-
</attribute>
122112
<attribute name="name" type="string" use="required">
123113
<annotation>
124114
<documentation xml:lang="en">

0 commit comments

Comments
 (0)