The optional NominalsCalculated element identifies whether nominals are calculated rather than supplied for the constructed feature: "true" for calculated, "false" or not present for supplied.
Diagram
Type
xs:boolean
Properties
content
simple
minOccurs
0
Source
<xs:element name="NominalsCalculated" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>The optional NominalsCalculated element identifies whether nominals are calculated rather than supplied for the constructed feature: "true" for calculated, "false" or not present for supplied.</xs:documentation></xs:annotation></xs:element>
The ConstructionMethodBaseType is the abstract base type that defines a construction method. A construction method defines the data for constructing a feature and describes how to use that data in the construction of a feature. In any case where more than one feature can be constructed with the same input, the result closest to the feature's nominal definition will be chosen.
<xs:complexType name="ConstructionMethodBaseType" abstract="true"><xs:annotation><xs:documentation>The ConstructionMethodBaseType is the abstract base type that defines a construction method. A construction method defines the data for constructing a feature and describes how to use that data in the construction of a feature. In any case where more than one feature can be constructed with the same input, the result closest to the feature's nominal definition will be chosen.</xs:documentation></xs:annotation><xs:sequence><xs:element name="NominalsCalculated" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>The optional NominalsCalculated element identifies whether nominals are calculated rather than supplied for the constructed feature: "true" for calculated, "false" or not present for supplied.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>