+ lessen the int port to a xsd:string to support property placeholders
This commit is contained in:
Costin Leau
2011-03-28 17:33:44 +03:00
parent bb26f2d678
commit 4c43122c33
3 changed files with 8 additions and 6 deletions

View File

@@ -743,10 +743,7 @@ The port number of the connection (between 1 and 65535 inclusive).
]]></xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:positiveInteger">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="65535"/>
</xsd:restriction>
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>