Revision 51219
Added by Miriam Baglioni over 6 years ago
modules/dnet-core-components/trunk/src/main/resources/eu/dnetlib/bootstrap/schemas/RepositoryServiceResourceType.xsd | ||
---|---|---|
106 | 106 |
</xs:complexType> |
107 | 107 |
|
108 | 108 |
<xs:complexType name="LAST_UPDATEType"> |
109 |
<xs:attribute name="value" type="xs:dateTime" use="required"/>
|
|
109 |
<xs:attribute name="value" type="xs:string" use="required"/>
|
|
110 | 110 |
</xs:complexType> |
111 | 111 |
<xs:complexType name="LOCATION"> |
112 | 112 |
<xs:all> |
... | ... | |
212 | 212 |
</xs:documentation> |
213 | 213 |
</xs:annotation> |
214 | 214 |
<xs:sequence> |
215 |
<xs:element name="ENVIRONMENT" type="xs:string" maxOccurs="unbounded"/> |
|
215 |
<xs:element name="ENVIRONMENT" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
|
|
216 | 216 |
</xs:sequence> |
217 | 217 |
</xs:complexType> |
218 | 218 |
<xs:complexType name="INTERFACES"> |
Also available in: Unified diff
modified schema: from dateTime to string for lastupdatedate and minOccurs="0" for ENVIRONMENTS