Skip to content

Commit

Permalink
Changes agreed 2022-09-20, and add history info to the spec for each …
Browse files Browse the repository at this point in the history
…function
  • Loading branch information
michaelhkay committed Sep 22, 2022
1 parent 5a94e74 commit f4b3318
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 31 deletions.
18 changes: 18 additions & 0 deletions specifications/xpath-functions-40/src/fos.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<xs:element ref="fos:errors" minOccurs="0"/>
<xs:element ref="fos:notes" minOccurs="0"/>
<xs:element ref="fos:examples" minOccurs="0"/>
<xs:element ref="fos:history" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="name" use="required" type="xs:NCName"/>
<xs:attribute name="prefix" use="optional" type="xs:NCName"/>
Expand Down Expand Up @@ -224,6 +225,23 @@
<xs:attributeGroup ref="fos:diff-markup"/>
</xs:complexType>
</xs:element>
<xs:element name="history">
<xs:complexType>
<xs:sequence>
<xs:element ref="fos:version" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attributeGroup ref="fos:diff-markup"/>
</xs:complexType>
</xs:element>
<xs:element name="version">
<xs:complexType>
<xs:sequence>
<xs:any namespace="##local" processContents="skip"/>
</xs:sequence>
<xs:attribute name="version" type="xs:decimal"/>
<xs:attributeGroup ref="fos:diff-markup"/>
</xs:complexType>
</xs:element>
<xs:element name="test">
<xs:complexType>
<xs:sequence>
Expand Down

0 comments on commit f4b3318

Please sign in to comment.