Changeset 1335 for trunk/src/xml/findbugs
- Timestamp:
- 03/28/09 21:44:42 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/xml/findbugs/findbugs.xsd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/xml/findbugs/findbugs.xsd
r1332 r1335 372 372 <xsd:element ref="ClassProfile" minOccurs="0" maxOccurs="unbounded"/> 373 373 </xsd:sequence> 374 </xsd:complexType> 375 </xsd:element> 376 377 <xsd:element name='ClassProfile'> 378 <xsd:complexType> 374 379 <xsd:attribute name='name' use='required' type='xsd:string'/> 375 380 <xsd:attribute name="totalMilliseconds" type="xsd:unsignedInt" use="required"/> … … 378 383 <xsd:attribute name="maxMicrosecondsPerInvocation" type="xsd:unsignedInt" use="optional"/> 379 384 <xsd:attribute name="standardDeviationMircosecondsPerInvocation" 380 type="xsd:unsignedInt" use="optional"/> 381 </xsd:complexType> 382 </xsd:element> 383 384 <xsd:element name='ClassProfile'> 385 <xsd:complexType> 386 <xsd:attribute name='name' use='required' type='xsd:string'/> 387 <xsd:attribute name="totalMilliseconds" type="xsd:unsignedInt" use="required"/> 388 <xsd:attribute name="invocations" type="xsd:unsignedInt" use="required"/> 389 <xsd:attribute name="avgMicrosecondsPerInvocation" type="xsd:unsignedInt" use="required"/> 385 type="xsd:unsignedInt" use="optional"/> 390 386 </xsd:complexType> 391 387 </xsd:element>
