Skip to content

Commit

Permalink
Updates the xsd hybrid file to be closer to v003
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarCoelho committed Dec 10, 2024
1 parent 1d9e94e commit bf82846
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,12 @@
<xsd:attribute name="comment" type="xsd:string" use="optional"/>
</xsd:complexType>

<xsd:complexType name="MessageBodyType">
<xsd:sequence>
<xsd:element name="field" type="mal:NamedElementReferenceWithCommentType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="comment" type="xsd:string" use="optional"/>
</xsd:complexType>
<xsd:complexType name="NamedElementReferenceWithCommentType">
<xsd:complexContent>
<xsd:extension base="mal:ElementReferenceWithCommentType">
Expand Down

0 comments on commit bf82846

Please sign in to comment.