Namespace
http://diggsml.org/schema-dev
Diagram
Type
diggs:DefinitionType
Type hierarchy
Properties
content
complex
abstract
false
Substitution Group Affiliation
Model
gml:description ,
gml:identifier ,
gml:name+ ,
gml:remarks{0,1} ,
diggs:dataType{0,1} ,
diggs:quantityClass{0,1} ,
diggs:authority{0,1} ,
diggs:reference{0,1} ,
diggs:occurrences{0,1}
Children
diggs:authority , diggs:dataType , diggs:occurrences , diggs:quantityClass , diggs:reference , gml:description , gml:identifier , gml:name , gml:remarks
Instance
<diggs:Definition gml:id= "" xmlns:diggs= "http://diggsml.org/schema-dev" xmlns:gml= "http://www.opengis.net/gml/3.2" >
<gml:description xlink:actuate= "" xlink:arcrole= "" xlink:href= "" nilReason= "" xlink:role= "" xlink:show= "" xlink:title= "" xlink:type= "simple" > {1,1} </gml:description>
<gml:identifier codeSpace= "" > {1,1} </gml:identifier>
<gml:name codeSpace= "" > {1,unbounded} </gml:name>
<gml:remarks > {0,1} </gml:remarks>
<diggs:dataType > {0,1} </diggs:dataType>
<diggs:quantityClass > {0,1} </diggs:quantityClass>
<diggs:authority > {0,1} </diggs:authority>
<diggs:reference > {0,1} </diggs:reference>
<diggs:occurrences > {0,1} </diggs:occurrences>
</diggs:Definition>
Attributes
QName
Type
Use
Annotation
gml:id
ID
required
Database handle for the object. It is of XML type ID, so is constrained to be
unique in the XML document within which it occurs. An external identifier for the object in
the form of a URI may be constructed using standard XML and XPointer methods. This is done
by concatenating the URI for the document, a fragment separator, and the value of the id
attribute.
Source
<element name= "Definition" substitutionGroup= "gml:Definition" abstract= "false" type= "diggs:DefinitionType" >
</element>