Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
name removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 19, 2018
1 parent 438d610 commit 62ff381
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion xml/pmo/people/simple.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ SOFTWARE.
-->
<people version="1" updated="2016-12-29T09:03:21.684Z">
<person id="yegor256">
<name>Yegor Bugayenko</name>
<reputation>9140</reputation>
<jobs>12</jobs>
<projects>256</projects>
Expand Down
7 changes: 0 additions & 7 deletions xsd/pmo/people.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ SOFTWARE.
<xs:complexType name="person">
<xs:all>
<xs:element name="mentor" type="login" minOccurs="0" maxOccurs="1"/>
<xs:element name="name" minOccurs="0" maxOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value=".{3,120}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="reputation" type="xs:integer"/>
<xs:element name="jobs" type="xs:integer"/>
<xs:element name="projects" type="xs:integer"/>
Expand Down

0 comments on commit 62ff381

Please sign in to comment.