View Javadoc
1   //
2   // This file was generated by the Eclipse Implementation of JAXB, v3.0.2 
3   // See https://eclipse-ee4j.github.io/jaxb-ri 
4   // Any modifications to this file will be lost upon recompilation of the source schema. 
5   // Generated on: 2022.02.28 at 10:57:04 AM AEDT 
6   //
7   
8   
9   package xuml.tools.miuml.metamodel.jaxb;
10  
11  import jakarta.xml.bind.annotation.XmlAccessType;
12  import jakarta.xml.bind.annotation.XmlAccessorType;
13  import jakarta.xml.bind.annotation.XmlType;
14  
15  
16  /**
17   * <p>Java class for IndependentAttribute complex type.
18   * 
19   * <p>The following schema fragment specifies the expected content contained within this class.
20   * 
21   * <pre>
22   * &lt;complexType name="IndependentAttribute"&gt;
23   *   &lt;complexContent&gt;
24   *     &lt;extension base="{http://www.miuml.org/metamodel}NativeAttribute"&gt;
25   *     &lt;/extension&gt;
26   *   &lt;/complexContent&gt;
27   * &lt;/complexType&gt;
28   * </pre>
29   * 
30   * 
31   */
32  @XmlAccessorType(XmlAccessType.FIELD)
33  @XmlType(name = "IndependentAttribute")
34  public class IndependentAttribute
35      extends NativeAttribute
36  {
37  
38  
39  }