Skip to content

Commit

Permalink
Schema for deployment info: update (MID-2088, MID-3290)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik authored and KaterynaHonchar committed Jan 25, 2017
1 parent 73a8301 commit 88e5f3e
Showing 1 changed file with 35 additions and 0 deletions.
Expand Up @@ -14435,6 +14435,41 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customerName" type="xsd:string" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
Short name of the organization that is end user of the midPoint deployment.
It is supposed to be a company name, such as "ExAmPLE, Inc."
It will be displayed together with subscription information.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customerUrl" type="xsd:string" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
URL of the customer web site. It will be used as a link target in case
that the customer name is displayed as hyperlink.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="partnerName" type="xsd:string" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
Short name of the organization that deployed this midPoint instance.
It is usually the name of Evolveum partner.
It is supposed to be a company name, such as "ExAmPLE, Inc."
It will be displayed together with subscription information.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="partnerUrl" type="xsd:string" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
URL of the partner web site. It will be used as a link target in case
that the partner name is displayed as hyperlink.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="subscriptionIdentifier" type="xsd:string" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
Expand Down

0 comments on commit 88e5f3e

Please sign in to comment.