Skip to content

Commit

Permalink
Merge pull request #163 from donmendelson/issue94
Browse files Browse the repository at this point in the history
Explicit link between a field and related fields for its encoded versions #94
  • Loading branch information
donmendelson authored Jul 20, 2022
2 parents 059a453 + 3a56a02 commit bf708b6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions repository/src/main/resources/xsd/repositorytypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,13 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="baseFieldId" 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>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="fixr:fieldAttribGrp"/>
<xs:attribute name="instanceName" type="fixr:Name_t">
<xs:annotation>
Expand Down Expand Up @@ -491,6 +498,13 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="baseFieldId" 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>
</xs:annotation>
</xs:attribute>
<xs:attribute name="discriminatorId" type="fixr:id_t">
<xs:annotation>
<xs:documentation>Identifies a field used as a discriminator for this field's domain
Expand Down

0 comments on commit bf708b6

Please sign in to comment.