Skip to content

Commit

Permalink
Adding mailDomain to OrgType
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Jul 22, 2014
1 parent af7802d commit 0edccd0
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 @@ -6789,6 +6789,18 @@
</xsd:appinfo>
</xsd:annotation>
</xsd:element>

<xsd:element name="mailDomain" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
Domain part of RFC822 e-mail address that applies to this organization.
</xsd:documentation>
<xsd:appinfo>
<a:displayName>Mail Domain</a:displayName>
<a:displayOrder>220</a:displayOrder>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>

<xsd:element name="displayOrder" type="xsd:int" minOccurs="0">
<xsd:annotation>
Expand Down

0 comments on commit 0edccd0

Please sign in to comment.