svn: r7364
This commit is contained in:
Alex Roitman 2006-10-07 19:16:10 +00:00
parent 7cc70a7acf
commit 4fff5850ee
2 changed files with 3 additions and 3 deletions

View File

@ -145,7 +145,7 @@ GENDER has values of M, F, or U.
> >
<!ELEMENT address ((daterange|dateval|datestr)?,street?,city?,county?,state?, <!ELEMENT address ((daterange|dateval|datestr)?,street?,city?,county?,state?,
country?,postal?,phone?,note?,sourceref?)> country?,postal?,phone?,note?,sourceref*)>
<!ATTLIST address priv (0|1) #IMPLIED> <!ATTLIST address priv (0|1) #IMPLIED>
<!ELEMENT street (#PCDATA)> <!ELEMENT street (#PCDATA)>

View File

@ -240,9 +240,9 @@
<optional><element name="note"> <optional><element name="note">
<ref name="note-content"/> <ref name="note-content"/>
</element></optional> </element></optional>
<optional><element name="sourceref"> <zeroOrMore><element name="sourceref">
<ref name="sourceref-content"/> <ref name="sourceref-content"/>
</element></optional> </element></zeroOrMore>
</define> </define>
<define name="date-content"> <define name="date-content">