Lithology : public <<dataType>> class
Created: 07.10.2010 11:39:35
Modified: 04.03.2011 12:30:47
Project:
Advanced:
[de] Die Merkmale von bis zu neun verschiedenen, einer Schicht zugeordneten Gesteinstypen.<br /></p><p><br /></p><p>[en] The characteristics of up to nine different rock types assigned to the interval.<br /></p>
Attribute
public RockNameList
  rockName
Details:
title_de=Petrographie
title_en=lithology
Notes: [de] Name des Gesteins. Kann auch Haupt- und Nebenbestandteil umfassen.<br /><br />[en] Lithology. It could also comprise main constituent and secondary constituent.
public Decimal
  percentage
Details:
<<voidable>>Range:0 to 1title_de=Prozentualer Anteil
title_en=percentage
Notes: [de] Prozentualer Anteil des Gesteins.<br /><br />[en] Percentage of the specified rock type.
public Decimal
  percentageFrom
Details:
<<voidable>>Range:0 to 1title_de=Prozentualer Anteil - Untergrenze
title_en=percentage lower limit
Notes: [de] Untergrenze des prozentualen Anteils des Gesteins.<br /><br />[en] Lower limit of the percentage of the specified rock type.
public Decimal
  percentageTo
Details:
<<voidable>>Range:0 to 1title_de=Prozentualer Anteil - Obergrenze
title_en=percentage upper limit
Notes: [de] Obergrenze des prozentualen Anteils des Gesteins.<br /><br />[en] Lower limit of the percentage of the specified rock type.
public RockColorList
  rockColor
Details:
<<voidable>>Range:0 to 1title_de=Gesteinsfarbe
title_en=rock color
Notes: [de] Farbton und Helligkeit des Gesteintyps.<br /><br />[en] Color and brightness of a rock type.
public RockColorMixtureList
  rockColorMixture
Details:
<<voidable>>Range:0 to 1title_de=Farbverteilung
title_en=rock color mixture
Notes: [de] Verteilung der Farbe innerhalb des Gesteintyps.<br /><br />[en] Type of color distribution in he specified rock type.
Tag Value
isCollection false
Details:
 
noPropertyType fasle
Details:
 
title_de Lithologie
Details:
 
title_en lithology
Details:
 
xsdEncodingRule iso19136_2007_INSPIRE_Extensions
Details:
 
Constraint Type Status
percentageFromTo OCL Approved
Details:
-- [de] Wenn <i>percentageFrom</i> ausgefÜllt ist, muss auch <i>percentageTo</i> ausgefÜllt sein. Wenn <i>percentageFrom</i> ausgefÜllt ist, darf <i>percentage</i> nicht ausgefÜllt sein.Der Wert von <i>percentageFrom</i> muss mindesten 0,1 betragen. Der Wert von <i>percentageTo</i> muss größer sein als der Wert von <i>percentageFrom</i> und darf maximal 100 betragen.<br /></p><p><br /></p><p>-- [en] When <i>percentageFrom</i> is filled, <i>percentageTo</i> must be filled as well. When <i>percentageFrom</i> is filled, <i>percentage</i> must not be filled. The value of <i>percentageTo</i> must be greater than 0.1. The value of <i>percentageTo</i> must be greater than the value of <i>percentageFrom</i> and smaller or equal 100.<br /></p><p><br /></p><p>inv: (percentageFrom -> notEmpty() and percentageTo -> notEmpty() and percentageFrom >= 0.1 and percentageFrom < percentageTo and percentageTo <= 100) xor (percentageFrom -> isEmpty() and percentageTo -> isEmpty())<br /></p>