Skip to content

Commit

Permalink
Merge pull request #22 from amir-zeldes/dev
Browse files Browse the repository at this point in the history
V3.1.0
  • Loading branch information
amir-zeldes authored May 2, 2017
2 parents 9608869 + e61128b commit e1aaede
Show file tree
Hide file tree
Showing 1,370 changed files with 1,480,094 additions and 1,464,438 deletions.
8 changes: 8 additions & 0 deletions _build/src/gum_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<xs:element ref="figure"/>
<xs:element ref="hi"/>
<xs:element ref="q"/>
<xs:element ref="w"/>
<xs:element ref="quote"/>
<xs:element ref="ref"/>
<xs:element ref="date"/>
Expand Down Expand Up @@ -139,6 +140,11 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="w">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:element>
<xs:element name="time">
<xs:complexType mixed="true">
<xs:attribute name="from" use="required" type="xs:time"/>
Expand Down Expand Up @@ -242,6 +248,7 @@
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="ref"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="incident"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="w"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="lg"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="s"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="caption"/>
Expand All @@ -254,6 +261,7 @@
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="figure"/>
<xs:element ref="hi"/>
<xs:element ref="sic"/>
<xs:element ref="ref"/>
</xs:choice>
Expand Down
Loading

0 comments on commit e1aaede

Please sign in to comment.