Implemented pie charts
This commit is contained in:
@@ -158,6 +158,7 @@
|
||||
<xs:element ref="img"/>
|
||||
<xs:element ref="div"/>
|
||||
<xs:element ref="generate_targets"/>
|
||||
<xs:element ref="generate_piechart"/>
|
||||
<xs:element ref="generate_recommendations"/>
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" ref="generate_findings"/>
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" ref="finding"/>
|
||||
@@ -173,6 +174,18 @@
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
<xs:element name="generate_piechart">
|
||||
<xs:complexType>
|
||||
<xs:attribute ref="pieAttr" use="required"/>
|
||||
<xs:attribute ref="pieElem" use="required"/>
|
||||
<xs:attribute ref="pieHeight" use="required"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
<xs:attribute name="pieAttr" type="xs:string"/>
|
||||
<xs:attribute name="pieElem" type="xs:string"/>
|
||||
<xs:attribute name="pieHeight" type="xs:integer"/>
|
||||
|
||||
<xs:attribute name="inexecsummary">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
|
||||
Reference in New Issue
Block a user