New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: improve XML and JSON Schemas (DEV-449) #180
Conversation
…emas' into wip/dev-449-improve-xml-json-schemas
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
knora/dsplib/schemas/data.xsd
Outdated
<!-- boolean value type | ||
<xs:complexType name="boolean_type"> | ||
<xs:sequence> | ||
<xs:element name="text" type="xs:boolean" minOccurs="0" maxOccurs="1"/> | ||
</xs:sequence> | ||
<xs:attribute name="permissions" type="xs:NCName" use="required"/> | ||
<xs:attribute name="comment" type="xs:string"/> | ||
</xs:complexType> | ||
|
||
</xs:complexType>--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can the commented out code be deleted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I'll delete it. Thanks for the review!
Kudos, SonarCloud Quality Gate passed!
|
resolves DEV-449