Commit 34470cdb by Robbie Hott

Jan 2013 cpf.rng version

parent a88a0e52
...@@ -25,6 +25,11 @@ ...@@ -25,6 +25,11 @@
*****I also would like to add <preferredForm> to <nameEntry> not in <parallelEntry> *****I also would like to add <preferredForm> to <nameEntry> not in <parallelEntry>
******************* *******************
3. 20130120
On the second inauguration of Barack Obama, modified <chronItem> to include optional, repeatable <chronItemSet>
within which zero or more <placeEntry> may precede at least one though possibly more <event>
ENCODED ARCHIVAL CONTEXT-CORPORATE BODIES, PERSONS, AND FAMILIES (EAC-CPF) SCHEMA ENCODED ARCHIVAL CONTEXT-CORPORATE BODIES, PERSONS, AND FAMILIES (EAC-CPF) SCHEMA
...@@ -83,8 +88,7 @@ ...@@ -83,8 +88,7 @@
--> -->
<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="http://relaxng.org/ns/structure/1.0" xmlns:a="http://relaxng.org/ns/compatibility/annotations/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">
<!-- <!--
...@@ -250,7 +254,7 @@ ...@@ -250,7 +254,7 @@
<text/> <text/>
</attribute> </attribute>
</optional> </optional>
<ref name="m.data.standardRepository"></ref> <ref name="m.data.standardRepository"/>
</element> </element>
</optional> </optional>
<zeroOrMore> <zeroOrMore>
...@@ -616,9 +620,8 @@ ...@@ -616,9 +620,8 @@
<optional> <optional>
<ref name="id"/> <ref name="id"/>
</optional> </optional>
<data type="token"> <data type="token">
<param name="pattern" <param name="pattern">[\S]+</param>
>[\S]+</param>
</data> </data>
<!--data type="NMTOKEN"> <!--data type="NMTOKEN">
NMTOKEN instead of maintenance agency code constraints because the NMTOKEN instead of maintenance agency code constraints because the
...@@ -1655,11 +1658,10 @@ ...@@ -1655,11 +1658,10 @@
</div> </div>
<define name="m.data.standardRepository"> <define name="m.data.standardRepository">
<data type="token"> <data type="token">
<param name="pattern" <param name="pattern">[\S]+</param>
>[\S]+</param> </data>
</data>
<!-- <!--
<a:documentation>This pattern represents the character pattern requirements of ISIL (ISO <a:documentation>This pattern represents the character pattern requirements of ISIL (ISO
15511). Values that conform to the pattern are not, strictly speaking, conformant to ISIL, as 15511). Values that conform to the pattern are not, strictly speaking, conformant to ISIL, as
...@@ -1777,26 +1779,44 @@ ...@@ -1777,26 +1779,44 @@
<ref name="e.dateSingle"/> <ref name="e.dateSingle"/>
<ref name="e.dateRange"/> <ref name="e.dateRange"/>
</choice> </choice>
<optional> <choice>
<ref name="e.placeEntry"/> <group>
</optional> <optional>
<element a:id="event" name="event"> <ref name="e.placeEntry"/>
<optional> </optional>
<ref name="id"/> <ref name="e.event"/>
</optional> </group>
<optional> <oneOrMore>
<ref name="lang"/> <element name="chronItemSet">
</optional> <zeroOrMore>
<optional> <ref name="e.placeEntry"/>
<ref name="a.localType"/> </zeroOrMore>
</optional> <oneOrMore>
<text/> <ref name="e.event"/>
</element> </oneOrMore>
</element>
</oneOrMore>
</choice>
</element> </element>
</oneOrMore> </oneOrMore>
</element> </element>
</define> </define>
<define name="e.event">
<element a:id="event" name="event">
<optional>
<ref name="id"/>
</optional>
<optional>
<ref name="lang"/>
</optional>
<optional>
<ref name="a.localType"/>
</optional>
<text/>
</element>
</define>
<define name="e.list"> <define name="e.list">
<element a:id="list" name="list"> <element a:id="list" name="list">
<optional> <optional>
......
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