Update
svn: r7364
This commit is contained in:
parent
7cc70a7acf
commit
4fff5850ee
@ -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)>
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user