Created
September 8, 2014 01:51
-
-
Save vdavez/d40e4c633330124a31ae to your computer and use it in GitHub Desktop.
An ordinance in USLM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <ordinance | |
| xmlns="http://example.com/" | |
| xsi:schemaLocation="http://example.com/" | |
| xml:base="http://example.com" | |
| identifier="usml-cities/v1"> | |
| <meta> | |
| <docNumber>Ordinance No</docNumber> | |
| <property name="file number">File No</property> | |
| </meta> | |
| <main> | |
| <longTitle> | |
| [The Plain English Description, Using New Title Format, | |
| Using Initial Upper Case Letters, Typed in Exactly 12 pt Spacing, | |
| Arial 12 pt, no More than 125 Characters/Spaces in Brackets [ ], | |
| Should Clearly State The Purpose of the Legislation as the Legal | |
| Title Sometimes Does Not State the Reason] | |
| </longTitle> | |
| <docTitle> | |
| Ordinance approving using new legal title format, using upper/lower | |
| case letters, Arial 12 pt, exactly 24 pt spacing, bold, begins with | |
| word "Ordinance" followed by word ending in "ing" (a gerund, i.e., | |
| approving), ends with period. Note: only legal title is in bold. | |
| </docTitle> | |
| <level> | |
| <header> | |
| Be it ordained by the People of the City and County of San Francisco: | |
| </header> | |
| <section> | |
| <enum>Section 1.</enum> | |
| <text> | |
| The San Francisco Code Title Code is hereby amended by amending | |
| OR adding Section Section #(s), to read as follows: | |
| <quotedText> | |
| New text | |
| </quotedText> | |
| </text> | |
| </section> | |
| <section> | |
| <enum>Section 2.</enum> | |
| <text> | |
| ... | |
| </text> | |
| </section> | |
| </level> | |
| <signatures> | |
| <approved> | |
| DENNIS J. HERRERA, City Attorney | |
| </approved> | |
| <made> | |
| ATTORNEY'S NAME, Deputy City Attorney | |
| </made> | |
| </signatures> | |
| </main> | |
| </ordinance> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment