Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Infrastructure
iso19139.MERIDIAN
Commits
4b3096ec
Commit
4b3096ec
authored
May 07, 2020
by
Kim Mortimer
Browse files
Make language optional, to account for datasets without linguistic content (e.g., pure sound files)
parent
8fc4a80c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/plugin/iso19139.MERIDIAN/schema/gmd/identification.xsd
View file @
4b3096ec
...
...
@@ -76,7 +76,7 @@
<xs:sequence>
<xs:element
name=
"spatialRepresentationType"
type=
"gmd:MD_SpatialRepresentationTypeCode_PropertyType"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"spatialResolution"
type=
"gmd:MD_Resolution_PropertyType"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"language"
type=
"gco:CharacterString_PropertyType"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"language"
type=
"gco:CharacterString_PropertyType"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"characterSet"
type=
"gmd:MD_CharacterSetCode_PropertyType"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"topicCategory"
type=
"gmd:MD_TopicCategoryCode_PropertyType"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"environmentDescription"
type=
"gco:CharacterString_PropertyType"
minOccurs=
"0"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment