Skip to content

Commit

Permalink
Merge pull request #185 from chrjohn/v1.1RC1
Browse files Browse the repository at this point in the history
Corrected typo
  • Loading branch information
kleihan committed Aug 17, 2023
2 parents 85512e1 + 93bab16 commit 51ac252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interfaces/src/main/resources/xsd/interfaces.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<xs:documentation>An application layer protocol with orchestration</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="userInterface" type="fixi:userIntefaceType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="userInterface" type="fixi:userInterfaceType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="encoding" type="fixi:encodingType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="sessionProtocol" type="fixi:sessionProtocolType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="protocol" type="fixi:protocolType" minOccurs="0" maxOccurs="unbounded"/>
Expand Down Expand Up @@ -323,7 +323,7 @@
</xs:annotation>
<xs:union memberTypes="fixi:transportUse_enum xs:token"/>
</xs:simpleType>
<xs:complexType name="userIntefaceType">
<xs:complexType name="userInterfaceType">
<xs:complexContent>
<xs:extension base="fixi:protocolType"/>
</xs:complexContent>
Expand Down

0 comments on commit 51ac252

Please sign in to comment.