Skip to content

Commit

Permalink
displayName for ConnectorType (schema)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Nov 9, 2014
1 parent bd1b7c7 commit b0dc7f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions infra/schema/src/main/resources/xml/ns/public/common/common-3.xsd
Expand Up @@ -5532,6 +5532,18 @@
<xsd:complexContent>
<xsd:extension base="tns:ObjectType">
<xsd:sequence>
<xsd:element name="displayName" type="t:PolyStringType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Human-readable name of the connector. It may be quite long, container national characters
and there is no uniqueness requirement.
</xsd:documentation>
<xsd:appinfo>
<a:displayName>Display Name</a:displayName>
<a:displayOrder>100</a:displayOrder>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="framework" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
Expand Down

0 comments on commit b0dc7f0

Please sign in to comment.