Namespace
http://diggsml.org/schemas/3
Annotations
An object that provides information about external files or documents
associated with the containing features.
Diagram
Type
diggs:AssociatedFileType
Type hierarchy
Properties
content
complex
abstract
false
Used by
Model
gml:description{0,1} ,
gml:identifier{0,1} ,
gml:name+ ,
diggs:status{0,1} ,
diggs:remark* ,
diggs:contact* ,
diggs:fileURL ,
diggs:fileType{0,1} ,
diggs:creatingApplication{0,1} ,
diggs:documentType{0,1} ,
diggs:fileDate{0,1} ,
diggs:fileStructure{0,1} ,
diggs:mimeType{0,1} ,
diggs:compression{0,1} ,
diggs:encryption{0,1}
Children
diggs:compression , diggs:contact , diggs:creatingApplication , diggs:documentType , diggs:encryption , diggs:fileDate , diggs:fileStructure , diggs:fileType , diggs:fileURL , diggs:mimeType , diggs:remark , diggs:status , gml:description , gml:identifier , gml:name
Instance
<diggs:AssociatedFile gml:id= "" xmlns:diggs= "http://diggsml.org/schemas/3" 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" > {0,1} </gml:description>
<gml:identifier codeSpace= "" > {0,1} </gml:identifier>
<gml:name codeSpace= "" > {1,unbounded} </gml:name>
<diggs:status codeSpace= "" > {0,1} </diggs:status>
<diggs:remark > {0,unbounded} </diggs:remark>
<diggs:contact xlink:actuate= "" xlink:arcrole= "" xlink:href= "" nilReason= "" owns= "false" xlink:role= "" xlink:show= "" xlink:title= "" xlink:type= "simple" > {0,unbounded} </diggs:contact>
<diggs:fileURL > {1,1} </diggs:fileURL>
<diggs:fileType codeSpace= "" > {0,1} </diggs:fileType>
<diggs:creatingApplication xlink:actuate= "" xlink:arcrole= "" xlink:href= "" nilReason= "" owns= "false" xlink:role= "" xlink:show= "" xlink:title= "" xlink:type= "simple" > {0,1} </diggs:creatingApplication>
<diggs:documentType codeSpace= "" > {0,1} </diggs:documentType>
<diggs:fileDate calendarEraName= "" frame= "#ISO-8601" indeterminatePosition= "" > {0,1} </diggs:fileDate>
<diggs:fileStructure codeSpace= "" > {0,1} </diggs:fileStructure>
<diggs:mimeType > {0,1} </diggs:mimeType>
<diggs:compression > {0,1} </diggs:compression>
<diggs:encryption > {0,1} </diggs:encryption>
</diggs:AssociatedFile>
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= "AssociatedFile" type= "diggs:AssociatedFileType" abstract= "false" >
<annotation >
<documentation > An object that provides information about external files or documents associated with the containing features. </documentation>
</annotation>
</element>