Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
significantProperties
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
significantProperties
Commits
ea4204d3
Commit
ea4204d3
authored
3 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- ressourceType attribute should be associated with significantProperty
parent
8954465a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sigprops.xsd
+13
-13
13 additions, 13 deletions
sigprops.xsd
with
13 additions
and
13 deletions
sigprops.xsd
+
13
−
13
View file @
ea4204d3
...
@@ -77,19 +77,6 @@
...
@@ -77,19 +77,6 @@
</xs:element>
</xs:element>
</xs:all>
</xs:all>
<xs:attribute
name=
"resourceType"
type=
"xs:string"
use=
"optional"
>
<xs:annotation>
<xs:documentation>
Name of the resource. A resource is a specific subtype of an object.
This is useful when expressing that certain significant properties are particularly associated with specific parts of an object.
An example:
there is an object type "article". If we want to express that a certain component of this object type, let's say "mathematical formula",
has special significant properties, e.g. "is machine readable", then it makes sense to bind these properties not generally to the
object type "article", but to the object type "article" with resource type "Mathematical formula".
In general it is not necessary to specify resource types.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute
default=
"en"
name=
"language"
type=
"xs:language"
use=
"optional"
>
<xs:attribute
default=
"en"
name=
"language"
type=
"xs:language"
use=
"optional"
>
<xs:annotation>
<xs:annotation>
<xs:documentation>
<xs:documentation>
...
@@ -132,6 +119,19 @@
...
@@ -132,6 +119,19 @@
</xs:annotation>
</xs:annotation>
</xs:element>
</xs:element>
</xs:all>
</xs:all>
<xs:attribute
name=
"resourceType"
type=
"xs:string"
use=
"optional"
>
<xs:annotation>
<xs:documentation>
Name of the resource. A resource is a specific subtype of an object.
This is useful when expressing that certain significant properties are particularly associated with specific parts of an object.
An example:
there is an object type "article". If we want to express that a certain component of this object type, let's say "mathematical formula",
has special significant properties, e.g. "is machine readable", then it makes sense to bind these properties not generally to the
object type "article", but to the object type "article" with resource type "Mathematical formula".
In general it is not necessary to specify resource types.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:complexType>
<xs:simpleType
name=
"typeProcedure"
>
<xs:simpleType
name=
"typeProcedure"
>
<xs:restriction
base=
"xs:string"
>
<xs:restriction
base=
"xs:string"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment