Skip to content

Commit

Permalink
Add rendering attribute for messages
Browse files Browse the repository at this point in the history
Moved from unused messageAttribGrp
  • Loading branch information
kleihan committed Oct 8, 2024
1 parent 82ca59c commit b59acd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions repository/src/main/resources/xsd/repositorytypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,11 @@
<xs:attributeGroup ref="fixr:oidGrp"/>
<xs:attributeGroup ref="fixr:entityAttribGrp"/>
<xs:attribute name="flow" type="fixr:Name_t"/>
<xs:attribute name="rendering" type="xs:string">
<xs:annotation>
<xs:documentation>A hint to processes about how to interpret the element. Not validated.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:simpleType name="mime_t">
<xs:annotation>
Expand Down

0 comments on commit b59acd7

Please sign in to comment.