@XmlSchema(xmlns = { @javax.xml.bind.annotation.XmlNs(prefix = "pp", namespaceURI = "http://www.processpuzzle.com/type_definition/ProcessModelTypes"), @javax.xml.bind.annotation.XmlNs(prefix = "xsi", namespaceURI = "http://www.w3.org/2001/XMLSchema-instance") }, namespace = "http://www.processpuzzle.com/type_definition/ProcessModelTypes", elementFormDefault = XmlNsForm.QUALIFIED) @XmlAccessorType(XmlAccessType.FIELD) package com.processpuzzle.application.security.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;