mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
parent
d2a36c5958
commit
99b8e062d7
@ -32,4 +32,10 @@
|
||||
</xs:restriction>
|
||||
</xs:simpleType><!-- Session_label -->
|
||||
|
||||
<xs:complexType name="Session_policy">
|
||||
<xs:attribute name="label_prefix" type="Session_label" />
|
||||
<xs:attribute name="label_suffix" type="Session_label" />
|
||||
<xs:attribute name="label" type="Session_label" />
|
||||
</xs:complexType>
|
||||
|
||||
</xs:schema>
|
||||
|
@ -15,14 +15,23 @@
|
||||
<xs:complexType>
|
||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||
|
||||
<xs:element name="default-policy">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="thread" type="Thread_name" />
|
||||
<xs:attribute name="buffer" type="Number_of_bytes" />
|
||||
<xs:attribute name="policy" type="Trace_policy_name" />
|
||||
</xs:complexType>
|
||||
</xs:element><!-- default-policy -->
|
||||
|
||||
<xs:element name="policy">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="label_prefix" type="Session_label" />
|
||||
<xs:attribute name="label_suffix" type="Session_label" />
|
||||
<xs:attribute name="label" type="Session_label" />
|
||||
<xs:attribute name="thread" type="Thread_name" />
|
||||
<xs:attribute name="buffer" type="Number_of_bytes" />
|
||||
<xs:attribute name="policy" type="Trace_policy_name" />
|
||||
<xs:complexContent>
|
||||
<xs:extension base="Session_policy">
|
||||
<xs:attribute name="thread" type="Thread_name" />
|
||||
<xs:attribute name="buffer" type="Number_of_bytes" />
|
||||
<xs:attribute name="policy" type="Trace_policy_name" />
|
||||
</xs:extension>
|
||||
</xs:complexContent>
|
||||
</xs:complexType>
|
||||
</xs:element><!-- policy -->
|
||||
|
||||
|
@ -8,12 +8,19 @@
|
||||
<xs:complexType>
|
||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||
|
||||
<xs:element name="default-policy">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="ip_addr" type="Ipv4_address" />
|
||||
</xs:complexType>
|
||||
</xs:element><!-- default-policy -->
|
||||
|
||||
<xs:element name="policy">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="label_prefix" type="Session_label" />
|
||||
<xs:attribute name="label_suffix" type="Session_label" />
|
||||
<xs:attribute name="label" type="Session_label" />
|
||||
<xs:attribute name="ip_addr" type="Ipv4_address" />
|
||||
<xs:complexContent>
|
||||
<xs:extension base="Session_policy">
|
||||
<xs:attribute name="ip_addr" type="Ipv4_address" />
|
||||
</xs:extension>
|
||||
</xs:complexContent>
|
||||
</xs:complexType>
|
||||
</xs:element><!-- policy -->
|
||||
|
||||
|
@ -63,12 +63,19 @@
|
||||
</xs:complexType>
|
||||
</xs:element><!-- report -->
|
||||
|
||||
<xs:element name="default-policy">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="domain" type="Domain_name" />
|
||||
</xs:complexType>
|
||||
</xs:element><!-- default-policy -->
|
||||
|
||||
<xs:element name="policy">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="label_prefix" type="Session_label" />
|
||||
<xs:attribute name="label_suffix" type="Session_label" />
|
||||
<xs:attribute name="label" type="Session_label" />
|
||||
<xs:attribute name="domain" type="Domain_name" />
|
||||
<xs:complexContent>
|
||||
<xs:extension base="Session_policy">
|
||||
<xs:attribute name="domain" type="Domain_name" />
|
||||
</xs:extension>
|
||||
</xs:complexContent>
|
||||
</xs:complexType>
|
||||
</xs:element><!-- policy -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user