Skip to content

Commit 4f77a0b

Browse files
committed
Add rendering attribute for messages
Moved from unused messageAttribGrp
1 parent 4b06399 commit 4f77a0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

repository/src/main/resources/xsd/repositorytypes.xsd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,11 @@
735735
<xs:attributeGroup ref="fixr:oidGrp"/>
736736
<xs:attributeGroup ref="fixr:entityAttribGrp"/>
737737
<xs:attribute name="flow" type="fixr:Name_t"/>
738+
<xs:attribute name="rendering" type="xs:string">
739+
<xs:annotation>
740+
<xs:documentation>A hint to processes about how to interpret the element. Not validated.</xs:documentation>
741+
</xs:annotation>
742+
</xs:attribute>
738743
</xs:complexType>
739744
<xs:simpleType name="mime_t">
740745
<xs:annotation>

0 commit comments

Comments
 (0)