01: //
02: // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.4-b18-fcs
03: // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
04: // Any modifications to this file will be lost upon recompilation of the source schema.
05: // Generated on: 2005.03.31 at 08:49:20 EST
06: //
07:
08: package com.metaboss.sdlctools.domains.enterprisemodel.storage.xmlfileimpl.dom;
09:
10: /**
11: * Represents main entity definition element. It is the root document for discovering entities in the model.
12: *
13: * Java content class for EntityDef element declaration.
14: * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/MetaBoss/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0/enterprisemodel.xsd line 645)
15: * <p>
16: * <pre>
17: * <element name="EntityDef">
18: * <complexType>
19: * <complexContent>
20: * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
21: * <sequence>
22: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}EntityRef"/>
23: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}Description"/>
24: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}PluralName"/>
25: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}EntityStereotype"/>
26: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}IsAbstract" minOccurs="0"/>
27: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}IsFinal" minOccurs="0"/>
28: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}SupertypeEntityRef" minOccurs="0"/>
29: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}AttributeDefList"/>
30: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}AssociationRoleRefList"/>
31: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}StateMachine"/>
32: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}PrimaryKey"/>
33: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}SelectorDefList"/>
34: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}ConstraintDefList" minOccurs="0"/>
35: * </sequence>
36: * </restriction>
37: * </complexContent>
38: * </complexType>
39: * </element>
40: * </pre>
41: *
42: */
43: public interface EntityDef
44: extends
45: javax.xml.bind.Element,
46: com.metaboss.sdlctools.domains.enterprisemodel.storage.xmlfileimpl.dom.EntityDefType {
47:
48: }
|