xml/xsd updates

This commit is contained in:
Nyall Dawson 2022-11-29 08:16:37 +10:00
parent dfee01d754
commit ebb606fdd8
2 changed files with 8 additions and 2 deletions

View File

@ -13,6 +13,12 @@
<keyword>kw1</keyword>
<keyword>kw2</keyword>
</keywords>
<dates>
<date type="Created" value="2020-01-01T12:13:14" />
<date type="Superseded" value="2020-01-02T12:13:14" />
<date type="Published" value="2020-01-03T12:13:14" />
<date type="Revised" value="2020-01-04T12:13:14" />
</dates>
<contact>
<name>John Smith</name>
<organization>ACME</organization>

View File

@ -66,7 +66,7 @@
<xs:documentation>Set of descriptive keywords associated with a given resource.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="dates" type="rm:datesType">
<xs:element name="dates" type="rm:datesType" minOccurs="0">
<xs:annotation>
<xs:documentation>Set of key dates associated with a given resource.</xs:documentation>
</xs:annotation>
@ -148,7 +148,7 @@
</xs:complexType>
<xs:complexType name="datesType">
<xs:sequence>
<xs:element name="date" maxOccurs="unbounded" type="rm:dateType">
<xs:element name="date" minOccurs="0" maxOccurs="unbounded" type="rm:dateType">
<xs:annotation>
<xs:documentation>A date associated with a resource.</xs:documentation>
</xs:annotation>