| Namespace |
http://diggsml.org/schema-dev |
|
Diagram
|
|
| Type |
restriction of gml:ValueArrayPropertyType |
| Type hierarchy |
|
|
Used by
|
|
| Model
|
|
| Children |
diggs:GroutInjectionProperty |
|
Attributes
|
| QName |
Type |
Default |
Use |
|
| owns |
boolean |
false |
optional |
|
|
|
Source
|
<complexType name="GroutInjectionPropertiesPropertyType">
<complexContent>
<restriction base="gml:ValueArrayPropertyType">
<sequence maxOccurs="unbounded">
<!--DSB: Restricted in this profile
<group ref="gml:Value"/>-->
<element ref="diggs:GroutInjectionProperty"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
|