
org.w3.xlink.Extended Maven / Gradle / Ivy
//
// This file was generated by the Eclipse Implementation of JAXB, v4.0.5
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
//
package org.w3.xlink;
import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlAttribute;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlElements;
import jakarta.xml.bind.annotation.XmlType;
/**
* Intended for use as the type of user-declared elements to make them
* extended links.
* Note that the elements referenced in the content model are all abstract.
* The intention is that by simply declaring elements with these as their
* substitutionGroup, all the right things will happen.
*
* Java class for extended complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "extended", propOrder = {
"extendedModel"
})
public class Extended {
@XmlElements({
@XmlElement(name = "title", type = TitleEltType.class),
@XmlElement(name = "resource", type = ResourceType.class),
@XmlElement(name = "locator", type = LocatorType.class),
@XmlElement(name = "arc", type = ArcType.class)
})
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy