Fix some minOccurs
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@326284 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
79d8017b74
commit
b39d1e1050
@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
<xs:element minOccurs="0" name="id" type="xs:string">
|
<xs:element name="id" type="xs:string">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation source="version">3.0.0</xs:documentation>
|
<xs:documentation source="version">3.0.0</xs:documentation>
|
||||||
|
|
||||||
@ -114,7 +114,7 @@
|
|||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
<xs:element minOccurs="0" name="name" type="xs:string">
|
<xs:element name="name" type="xs:string">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation source="version">3.0.0+</xs:documentation>
|
<xs:documentation source="version">3.0.0+</xs:documentation>
|
||||||
|
|
||||||
@ -125,7 +125,7 @@
|
|||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
<xs:element minOccurs="1" name="currentVersion" type="xs:string">
|
<xs:element name="currentVersion" type="xs:string">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation source="version">3.0.0</xs:documentation>
|
<xs:documentation source="version">3.0.0</xs:documentation>
|
||||||
|
|
||||||
@ -195,7 +195,7 @@
|
|||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
<xs:element minOccurs="0" name="inceptionYear" type="xs:string">
|
<xs:element minOccurs="1" name="inceptionYear" type="xs:string">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation source="version">3.0.0+</xs:documentation>
|
<xs:documentation source="version">3.0.0+</xs:documentation>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user