pentext/xml/source/ir_quickscope.xml

41 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ir_quickscope xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../dtd/ir_quickscope.xsd">
<!-- COMPANY INFO -->
<xi:include href="client_info.xml"/>
<!-- DOCUMENT INFO -->
<meta>
<!-- Language the offer should be in (en|nl) -->
<offer_language>en</offer_language>
<!-- Offer type -->
<offer_type>incident-response</offer_type>
<!-- Requested service -->
<!-- Note: is only used when type is 'other', if offer_type is a specific type, service name will be taken from the localisation strings -->
<requested_service>Incident Response Management</requested_service>
</meta>
<!-- ACTIVITY INFO -->
<activity_info>
<organizational_readiness_assessment><!-- Delete complete organizational_readiness_assessment element if not needed! -->
<rate denomination="eur">100000</rate><!-- flat rate! -->
<team>
<member><name>Firstname Lastname</name><expertise>Expertise with technical and organizational readiness</expertise></member>
<member><name>Firstname Lastname</name><expertise>Expertise with technical and operational readiness</expertise></member>
<member><name>Firstname Lastname</name><expertise>Expertise with technical and legal readiness</expertise></member>
</team>
</organizational_readiness_assessment>
<security_incident_management>
<rate denomination="eur">250</rate><!-- rate per person-hour -->
</security_incident_management>
<technical_artefact_analysis>
<rate denomination="eur">250</rate><!-- rate per person-hour -->
</technical_artefact_analysis>
</activity_info>
</ir_quickscope>