Skip to content

Commit

Permalink
Fix ce_mq XSD file
Browse files Browse the repository at this point in the history
  • Loading branch information
renatocason committed Oct 6, 2017
1 parent 1ff4ea6 commit 407e54c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions etc/ce_mq.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="ceBroker" type="ceBrokerType" />
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="ceQueue" type="ceQueueType" />
</xs:choice>
</xs:complexType>
Expand Down Expand Up @@ -36,7 +34,7 @@
<xs:attribute type="xs:string" name="name" use="required"/>
<xs:attribute type="xs:string" name="broker" use="required"/>
<xs:attribute type="classInterfaceType" name="messageSchema" use="required"/>
<xs:attribute type="classInterfaceType" name="consumerInstance" use="required"/>
<xs:attribute type="classInterfaceType" name="consumerInterface" use="required"/>
</xs:complexType>
<xs:simpleType name="classInterfaceType">
<xs:annotation>
Expand All @@ -46,7 +44,7 @@
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z\\]+" />
<xs:minLength value="4" />
<xs:minLength value="3" />
</xs:restriction>
</xs:simpleType>
</xs:schema>

0 comments on commit 407e54c

Please sign in to comment.