Skip to content

Commit

Permalink
minor annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Riesenberg committed Apr 20, 2024
1 parent ec37252 commit 1f3580c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion properties-files/repository.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<para>Use the following value:</para>
<para>University of Washington Tacoma Library</para>
</customization>
<customization co="no" dd="becker" genre_form="*">
<customization co="no" dd="becker">
<para>Record the following value:</para>
<para>University of Washington Libraries. Special Collections</para>
</customization>
Expand Down
11 changes: 6 additions & 5 deletions xsd/coll_alias.xsd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
targetNamespace="https://uwlib-mig.github.io/schemasProject/xsd/"
xmlns="https://uwlib-mig.github.io/schemasProject/xsd/"
elementFormDefault="qualified">
<xs:schema xmlns="https://uwlib-mig.github.io/schemasProject/xsd/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
targetNamespace="https://uwlib-mig.github.io/schemasProject/xsd/"
elementFormDefault="qualified">

<!-- schema structure allows multiple, whitespace delimited values -->
<xs:simpleType name="coll_alias_type">
Expand All @@ -12,6 +12,7 @@
<xs:list>
<xs:simpleType>
<xs:restriction xmlns:fn="http://www.w3.org/2005/xpath-functions" base="xs:token">
<!-- default '*' -->
<xs:enumeration value="*">
<xs:annotation>
<xs:documentation>Use this value to indicate that the guidance or example value applies to all collections, in the absence of content tagged for a specific collection(s).</xs:documentation>
Expand Down

0 comments on commit 1f3580c

Please sign in to comment.