Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:Taper
Namespace http://diggsml.org/schema-dev
Annotations
An Taper object, that includes pile diameter an other properties over a
depth interval.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idKernel_xsd_Complex_Type_diggs_AbstractComponentObjectBaseType.tmp#AbstractComponentObjectBaseTypePiling_xsd_Complex_Type_diggs_TaperType.tmp#TaperType_intervalLocationPiling_xsd_Complex_Type_diggs_TaperType.tmp#TaperType_widthAtTopPiling_xsd_Complex_Type_diggs_TaperType.tmp#TaperType_widthAtBottomPiling_xsd_Complex_Type_diggs_TaperType.tmp#TaperType_pileMaterialPiling_xsd_Complex_Type_diggs_TaperType.tmp#TaperType_pileShapePiling_xsd_Complex_Type_diggs_TaperType.tmp#TaperType
Type diggs:TaperType
Type hierarchy
Properties
content complex
Used by
Model
Children diggs:intervalLocation, diggs:pileMaterial, diggs:pileShape, diggs:widthAtBottom, diggs:widthAtTop
Instance
<diggs:Taper gml:id="" xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:intervalLocation xlink:actuate="" xlink:role="" xlink:arcrole="" xlink:show="" xlink:title="" xlink:href="" xlink:type="simple" nilReason="" owns="false">{1,1}</diggs:intervalLocation>
  <diggs:widthAtTop uom="">{1,1}</diggs:widthAtTop>
  <diggs:widthAtBottom uom="">{1,1}</diggs:widthAtBottom>
  <diggs:pileMaterial codeSpace="">{0,1}</diggs:pileMaterial>
  <diggs:pileShape codeSpace="">{0,1}</diggs:pileShape>
</diggs:Taper>
Attributes
QName Type Use Annotation
gml:id ID optional
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="Taper" type="diggs:TaperType">
  <annotation>
    <documentation>An Taper object, that includes pile diameter an other properties over a depth interval.</documentation>
  </annotation>
</element>