| 10 | | <attribute name="version" /> |
|---|
| 11 | | <attribute name="date"> |
|---|
| 12 | | <data type="date" /> |
|---|
| 13 | | </attribute> |
|---|
| 14 | | <attribute name="datecreate"> |
|---|
| 15 | | <data type="date" /> |
|---|
| 16 | | </attribute> |
|---|
| 17 | | <attribute name="stability"> |
|---|
| 18 | | <choice> |
|---|
| 19 | | <value>pre-alpha</value> |
|---|
| 20 | | <value>alpha</value> |
|---|
| 21 | | <value>beta</value> |
|---|
| 22 | | <value>stable</value> |
|---|
| 23 | | <value>mature</value> |
|---|
| 24 | | </choice> |
|---|
| 25 | | </attribute> |
|---|
| 26 | | <attribute name="homepageURL"> |
|---|
| 27 | | <data type="anyURI"/> |
|---|
| 28 | | </attribute> |
|---|
| 29 | | <attribute name="updateURL"> |
|---|
| 30 | | <data type="anyURI"/> |
|---|
| 31 | | </attribute> |
|---|
| 32 | | <zeroOrMore> |
|---|
| 33 | | <element name="summary"> |
|---|
| | 12 | <optional> |
|---|
| | 13 | <attribute name="date"> |
|---|
| | 14 | <data type="date" /> |
|---|
| | 15 | </attribute> |
|---|
| | 16 | </optional> |
|---|
| | 17 | <optional> |
|---|
| | 18 | <attribute name="datecreate"> |
|---|
| | 19 | <data type="date" /> |
|---|
| | 20 | </attribute> |
|---|
| | 21 | </optional> |
|---|
| | 22 | <element name="version"> |
|---|
| | 23 | <attribute name="stability"> |
|---|
| | 24 | <choice> |
|---|
| | 25 | <value>pre-alpha</value> |
|---|
| | 26 | <value>alpha</value> |
|---|
| | 27 | <value>beta</value> |
|---|
| | 28 | <value>stable</value> |
|---|
| | 29 | <value>mature</value> |
|---|
| | 30 | </choice> |
|---|
| | 31 | </attribute> |
|---|
| | 32 | <text /> |
|---|
| | 33 | </element> |
|---|
| | 34 | <oneOrMore> |
|---|
| | 35 | <element name="label"> |
|---|