Element
@XmlSerialName(value = "element", namespace = "http://www.w3.org/2001/XMLSchema")
Constructors
Link copied to clipboard
constructor(name: String? = null, type: QName? = null, annotation: Annotation? = null, minOccurs: String? = null, maxOccurs: String? = null, nillable: Boolean? = null, ref: QName? = null, complexType: ComplexType? = null, simpleType: SimpleType? = null)
Properties
Link copied to clipboard
@XmlElement
@XmlSerialName(value = "annotation", namespace = "http://www.w3.org/2001/XMLSchema")
Link copied to clipboard
@XmlElement
@XmlSerialName(value = "complexType", namespace = "http://www.w3.org/2001/XMLSchema")
Link copied to clipboard
Link copied to clipboard
@XmlElement
@XmlSerialName(value = "simpleType", namespace = "http://www.w3.org/2001/XMLSchema")
Link copied to clipboard