Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LIDO
lido-development
Commits
d55cde58
Commit
d55cde58
authored
Oct 26, 2020
by
mrodzis
💪
Browse files
feat: add @type for genderActor
parent
ca02b827
Changes
1
Hide whitespace changes
Inline
Side-by-side
1.1/lido-v1.1-draft.xsd
View file @
d55cde58
...
...
@@ -430,7 +430,7 @@ target="https://www.getty.edu/research/tools/vocabularies/guidelines/ulan_3_6_bi
</xs:element>
<!-- end element vitalPlaceActor added - 2018-04-12-->
<!-- genderActor: Mixed Content mit skos:Concept -->
<xs:element
name=
"genderActor"
type=
"lido:conceptMixedComplexType"
minOccurs=
"0"
<xs:element
name=
"genderActor"
minOccurs=
"0"
maxOccurs=
"unbounded"
id=
"genderActor"
>
<xs:annotation>
<xs:documentation>
...
...
@@ -481,6 +481,13 @@ target="https://www.getty.edu/research/tools/vocabularies/guidelines/ulan_3_6_bi
</sch:pattern>
</xs:appinfo>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension
base=
"lido:conceptMixedComplexType"
>
<xs:attribute
ref=
"lido:type"
/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute
ref=
"lido:type"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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