Skip to content

Commit

Permalink
Changed attribute name for #94
Browse files Browse the repository at this point in the history
Reduced scope to encoded fields.
  • Loading branch information
kleihan committed Nov 15, 2023
1 parent e465655 commit c7ade7e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions repository/src/main/resources/xsd/repositorytypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,9 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="baseFieldId" type="fixr:id_t">
<xs:attribute name="nonEncodedFieldId" type="fixr:id_t">
<xs:annotation>
<xs:documentation>Identifies a related field such as a non-encoded field related to an encoded field
or an alternate tag derived from encoding rules. However, this is not intended to represent semantic relationships.
<xs:documentation>Identifies a non-encoded field related to an encoded field
</xs:documentation>
</xs:annotation>
</xs:attribute>
Expand Down Expand Up @@ -498,10 +497,9 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="baseFieldId" type="fixr:id_t">
<xs:attribute name="nonEncodedFieldId" type="fixr:id_t">
<xs:annotation>
<xs:documentation>Identifies a related field such as a non-encoded field related to an encoded field
or an alternate tag derived from encoding rules. However, this is not intended to represent semantic relationships.
<xs:documentation>Identifies a non-encoded field related to an encoded field
</xs:documentation>
</xs:annotation>
</xs:attribute>
Expand Down

0 comments on commit c7ade7e

Please sign in to comment.