| Namespace |
http://diggsml.org/schemas/3 |
|
Annotations
|
Complex type: ResultFileBaseType
|
|
|
Diagram
|
|
| Type |
restriction of gml:FileType |
| Type hierarchy |
|
|
Used by
|
|
| Model
|
|
| Children |
diggs:fileReference, diggs:fileStructure, diggs:parameters |
|
Source
|
<complexType name="ResultFileBaseType">
<annotation>
<documentation>Complex type: ResultFileBaseType</documentation>
</annotation>
<complexContent>
<restriction base="gml:FileType">
<sequence>
<element ref="diggs:parameters"/>
<choice>
<element ref="diggs:fileReference"/>
</choice>
<element minOccurs="1" ref="diggs:fileStructure"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
|