Skip to content

Commit

Permalink
remove organization/uri, conflicts with organization/{contact}/uri
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Sep 10, 2024
1 parent 2e870b2 commit 2c42b17
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion grammars/basicdoc-models
2 changes: 0 additions & 2 deletions grammars/biblio.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ OrganizationType =
subdivision*,
## Abbreviation under which the organization is known
abbreviation?,
## A URI with information about the organization
uri*,
## An identifier of the organization according to an international identifier scheme
org-identifier*,
## Contact information for the organization, including address, phone number, and email
Expand Down
14 changes: 7 additions & 7 deletions grammars/biblio.rng
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ NOTE: The number attribute can be used to represent the numeric equivalent of th
</text>
</element>
</define>
<define name="LocalizedStringAttrs">
<define name="LocalizedStringAttributes">
<a:documentation>multiple values are comma-delimited</a:documentation>
<optional>
<attribute name="language">
Expand All @@ -135,7 +135,7 @@ NOTE: The number attribute can be used to represent the numeric equivalent of th
</optional>
</define>
<define name="LocalizedString1">
<ref name="LocalizedStringAttrs"/>
<ref name="LocalizedStringAttributes"/>
<text/>
</define>
<define name="LocalizedString">
Expand All @@ -151,7 +151,7 @@ NOTE: The number attribute can be used to represent the numeric equivalent of th
</choice>
</define>
<define name="LocalizedMarkedUpString1">
<ref name="LocalizedStringAttrs"/>
<ref name="LocalizedStringAttributes"/>
<oneOrMore>
<ref name="TextElement"/>
</oneOrMore>
Expand Down Expand Up @@ -195,7 +195,7 @@ NOTE: `docbook`, `AsciiDoc`, `Metanorma` are not registered IANA Media Types</a:
</ref>
</define>
<define name="LocalizedStringOrXsAny1">
<ref name="LocalizedStringAttrs"/>
<ref name="LocalizedStringAttributes"/>
<oneOrMore>
<choice>
<text/>
Expand Down Expand Up @@ -565,7 +565,7 @@ real names (if the person is named with a pseudonym or user name); previous lega
<a:documentation>The types of URI are open-ended, but include the IANA link relations specified in RFC 8288</a:documentation>
</attribute>
</optional>
<ref name="LocalizedStringAttrs"/>
<ref name="LocalizedStringAttributes"/>
<data type="anyURI">
<a:documentation>URI content</a:documentation>
</data>
Expand Down Expand Up @@ -1337,7 +1337,7 @@ for which this claim of validity is made, if applicable</a:documentation>
<a:documentation>Type of URI</a:documentation>
</attribute>
</optional>
<ref name="LocalizedStringAttrs"/>
<ref name="LocalizedStringAttributes"/>
<data type="anyURI"/>
</define>
<define name="DateType">
Expand Down Expand Up @@ -1807,7 +1807,7 @@ May be used to differentiate rendering of notes in bibliographies</a:documentati
<define name="bibabstract">
<a:documentation>Abstract of bibliographic item</a:documentation>
<element name="abstract">
<ref name="LocalizedStringAttrs"/>
<ref name="LocalizedStringAttributes"/>
<choice>
<oneOrMore>
<ref name="BasicBlockNoId">
Expand Down
Binary file modified images/RelBib_BibliographicItem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/RelBib_Contributor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/RelBib_DataTypes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions models/Organization.lutaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ class Organization{
Abbreviation under which the organization is known.
}
}
+uri: TypedUri[0..*] {
definition {
A URI with information about the organization.
}
}
+identifier: OrgIdentifier[0..*] {
definition {
An identifier of the organization according to an international identifier scheme.
Expand Down

0 comments on commit 2c42b17

Please sign in to comment.