Skip to content

Commit

Permalink
Add optional xlink href to classifications
Browse files Browse the repository at this point in the history
  • Loading branch information
pmai committed Sep 29, 2023
1 parent 1b4a9bf commit df3c8e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions STC.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,18 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute ref="xlink:type" fixed="simple"/>
<xs:attribute ref="xlink:href">
<xs:annotation>
<xs:documentation xml:lang="en">
This attribute gives an optional link for the classification
itself. This link can be given to provide additional,
potentially human readable information on the classification
type that tools can use to provide this information to the
user, especially for unknown classification types.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="ssc:ABaseElement"/>
</xs:complexType>
</xs:element>
Expand Down

0 comments on commit df3c8e9

Please sign in to comment.