marker element
Type: | marker |
Namespace: | http://sonatype.org/xsd/nexus-logging-plugin/rest/1.0 |
XML Schema: | ns0.xsd |
Java class for marker complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="marker"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<marker xmlns="http://sonatype.org/xsd/nexus-logging-plugin/rest/1.0">
<message xmlns="">...</message>
</marker>
Example JSON
{
"message" : "..."
}