@XmlSchema( xmlns = { @javax.xml.bind.annotation.XmlNs( prefix = "pp", namespaceURI = "http://www.processpuzzle.com/" ), @javax.xml.bind.annotation.XmlNs(prefix = "xsi", namespaceURI = "http://www.w3.org/2001/XMLSchema-instance") }, namespace = "http://www.processpuzzle.com/", elementFormDefault = XmlNsForm.QUALIFIED ) @XmlAccessorType( XmlAccessType.FIELD ) package com.processpuzzle.artifact.domain; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlSchema; import javax.xml.bind.annotation.XmlNsForm;