Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

<?xml version="1.0" encoding="ISO-8859-1" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.appdynamics.com" xmlns="http://www.appdynamics.com" elementFormDefault="qualified">

<xs:element name="servers">
<xs:complexType>
<xs:sequence>
<xs:element name="server" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="mbean-server-name" type="xs:string" use="required"/>
<xs:attribute name="mbean-name-pattern" type="xs:string" use="required" />
<xs:attribute name="version-attribute" type="xs:string" />
<xs:attribute name="version-contains" type="xs:string" />
<xs:attribute name="version-startsWith" type="xs:string" />
<xs:attribute name="config-file" type="xs:string" use="required" />
<xs:attribute name="mbean-server-lookup-string" type="xs:string" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>