Skip to content

Commit

Permalink
Fix errors in lcf-v1.0-elements.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
mdovey committed Dec 23, 2019
1 parent 4dd5114 commit 0c1e52d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lcf-schema/src/main/resources/lcf-v1.0-elements.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
<xs:element name="library-location-service-period">
<xs:complexType>
<xs:sequence>
<xs:element ref="period" minOccurs="0"/>
<xs:element ref="period-name" minOccurs="0"/>
<xs:element ref="start-date"/>
<xs:element ref="end-date"/>
<xs:element ref="closed" minOccurs="0"/>
Expand Down Expand Up @@ -350,7 +350,7 @@
<xs:complexType>
<xs:sequence>
<xs:element ref="days" minOccurs="0"/>
<xs:element ref="open-time-period"> maxOccurs="unbounded"/>
<xs:element ref="open-time-period" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand All @@ -362,7 +362,7 @@
<xs:element ref="staffed" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:element>
</xs:element>
<xs:element name="other-description" type="nonEmptyString"/>
<xs:element name="other-manifestation-in-series-ref" type="lcfEntityReference"/>
<xs:element name="overdue-items" type="xs:int"/>
Expand All @@ -387,6 +387,7 @@
<xs:element name="payment-ref" type="lcfEntityReference"/>
<xs:element name="payment-status" type="paymentStatus"/>
<xs:element name="payment-type" type="paymentType"/>
<xs:element name="period-name" type="xs:string"/>
<xs:element name="pickup-date" type="xs:dateTime"/>
<xs:element name="pickup-institution-ref" type="lcfEntityReference"/>
<xs:element name="pickup-location-ref" type="lcfEntityReference"/>
Expand Down

0 comments on commit 0c1e52d

Please sign in to comment.