Skip to content

Commit

Permalink
FIxing defaultHostname minOccurs
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 28, 2016
1 parent 3057a90 commit 2686442
Showing 1 changed file with 11 additions and 1 deletion.
Expand Up @@ -9458,7 +9458,17 @@
</xsd:annotation>
</xsd:element>

<xsd:element name="defaultHostname" type="xsd:string"></xsd:element>
<xsd:element name="defaultHostname" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Hostname that will be used as a public hostname for the midPoint deployment.
E.g. it will be used in URLs that point to the midPoint in notification mails.
</xsd:documentation>
<xsd:appinfo>
<a:since>3.5</a:since>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>

</xsd:sequence>
</xsd:extension>
Expand Down

0 comments on commit 2686442

Please sign in to comment.