SGF-583 - Provide InterestBuilder class to appropriately and flexibly express interests in keys/values between client/server.

This commit is contained in:
John Blum
2017-01-05 20:54:59 -08:00
parent 6aeab5b058
commit 734fab75b0
12 changed files with 856 additions and 197 deletions

View File

@@ -1238,7 +1238,7 @@ Regular expression based interest. If the pattern is '.*' then all keys of any t
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="interestType">
<xsd:attribute name="pattern" type="xsd:string" />
<xsd:attribute name="pattern" type="xsd:string" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>