src/main/resources/make/uwproj.xsd

changeset 110
21a6cf841d60
parent 104
ea36fd802446
equal deleted inserted replaced
109:1e852be12654 110:21a6cf841d60
193 adding a <code>desc</code> element. 193 adding a <code>desc</code> element.
194 </xs:documentation> 194 </xs:documentation>
195 </xs:annotation> 195 </xs:annotation>
196 <xs:choice minOccurs="0" maxOccurs="unbounded"> 196 <xs:choice minOccurs="0" maxOccurs="unbounded">
197 <xs:group ref="TargetDataGroup"/> 197 <xs:group ref="TargetDataGroup"/>
198 <xs:element name="desc" type="xs:string"/>
198 </xs:choice> 199 </xs:choice>
199 <xs:attribute name="name" type="xs:string" use="required"/> 200 <xs:attribute name="name" type="xs:string" use="required"/>
200 <xs:attribute name="arg" type="xs:string"/> 201 <xs:attribute name="arg" type="xs:string"/>
201 <xs:attribute name="default" type="xs:boolean" default="false"/> 202 <xs:attribute name="default" type="xs:boolean" default="false"/>
202 <xs:element name="desc" type="xs:string"/>
203 </xs:complexType> 203 </xs:complexType>
204 204
205 <xs:complexType name="OptionType"> 205 <xs:complexType name="OptionType">
206 <xs:annotation> 206 <xs:annotation>
207 <xs:documentation> 207 <xs:documentation>

mercurial