Commit b6ab2938 by Robbie Hott

March 2014 cpf.rng version

parent 8223a09e
...@@ -35,6 +35,11 @@ ...@@ -35,6 +35,11 @@
5. 20130911 5. 20130911
Added <dateSet> to <chronItem> Added <dateSet> to <chronItem>
6. 20140319
Added local attribute snac:preferenceScore to <nameEntry>
***************** *****************
ENCODED ARCHIVAL CONTEXT-CORPORATE BODIES, PERSONS, AND FAMILIES (EAC-CPF) SCHEMA ENCODED ARCHIVAL CONTEXT-CORPORATE BODIES, PERSONS, AND FAMILIES (EAC-CPF) SCHEMA
...@@ -95,7 +100,8 @@ ...@@ -95,7 +100,8 @@
--> -->
<grammar datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="urn:isbn:1-931666-33-4" <grammar datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="urn:isbn:1-931666-33-4"
xmlns="http://relaxng.org/ns/structure/1.0" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xml="http://www.w3.org/XML/1998/namespace"> xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:snac="http://socialarchive.iath.virginia.edu/">
<!-- <!--
...@@ -547,6 +553,7 @@ ...@@ -547,6 +553,7 @@
<optional> <optional>
<ref name="a.localType"/> <ref name="a.localType"/>
</optional> </optional>
<ref name="a.snacPreferenceScore"/>
<oneOrMore> <oneOrMore>
<ref name="e.part"/> <ref name="e.part"/>
</oneOrMore> </oneOrMore>
...@@ -618,6 +625,7 @@ ...@@ -618,6 +625,7 @@
<optional> <optional>
<ref name="a.localType"/> <ref name="a.localType"/>
</optional> </optional>
<ref name="a.snacPreferenceScore"/>
<oneOrMore> <oneOrMore>
<ref name="e.part"/> <ref name="e.part"/>
</oneOrMore> </oneOrMore>
...@@ -638,6 +646,16 @@ ...@@ -638,6 +646,16 @@
</element> </element>
</define> </define>
<define name="a.snacPreferenceScore">
<optional>
<attribute name="snac:preferenceScore">
<data type="integer">
<param name="pattern">[0-9]{2}</param>
</data>
</attribute>
</optional>
</define>
<define name="m.nameEntryAuthorizedorAlternative"> <define name="m.nameEntryAuthorizedorAlternative">
<zeroOrMore> <zeroOrMore>
<choice> <choice>
...@@ -1784,7 +1802,7 @@ ...@@ -1784,7 +1802,7 @@
<choice> <choice>
<ref name="e.dateSingle"/> <ref name="e.dateSingle"/>
<ref name="e.dateRange"/> <ref name="e.dateRange"/>
<ref name="e.dateSet"></ref> <ref name="e.dateSet"/>
</choice> </choice>
<choice> <choice>
<group> <group>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment