make/uwproj.xsd

changeset 809
8e6d8f0327cf
parent 802
16e5b9d32754
equal deleted inserted replaced
808:f21be698def9 809:8e6d8f0327cf
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"/>
199 </xs:choice> 198 </xs:choice>
200 <xs:attribute name="name" type="xs:string" use="required"/> 199 <xs:attribute name="name" type="xs:string" use="required"/>
201 <xs:attribute name="arg" type="xs:string"/> 200 <xs:attribute name="arg" type="xs:string"/>
202 <xs:attribute name="default" type="xs:boolean" default="false"/> 201 <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