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: * Java content class for OutputMessageDef element declaration.
12: * <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 1241)
13: * <p>
14: * <pre>
15: * <element name="OutputMessageDef">
16: * <complexType>
17: * <complexContent>
18: * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19: * <sequence>
20: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}Name"/>
21: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}Description"/>
22: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}IsArray"/>
23: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0}MessageRef"/>
24: * </sequence>
25: * </restriction>
26: * </complexContent>
27: * </complexType>
28: * </element>
29: * </pre>
30: *
31: */
32: public interface OutputMessageDef
33: extends
34: javax.xml.bind.Element,
35: com.metaboss.sdlctools.domains.enterprisemodel.storage.xmlfileimpl.dom.OutputMessageDefType {
36:
37: }
|