The CriterionForceType defines a CriterionDecimalType with an optional forceUnit attribute that identifies the unit being used by its unit name. If no value for the attribute is given in an instance file when a force value is given, the unit type is the primary force unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and Newtons if not.
The optional forceUnit attribute defines the unit name for the CriterionForceType.
Source
<xs:complexType name="CriterionForceType"><xs:annotation><xs:documentation>The CriterionForceType defines a CriterionDecimalType with an optional forceUnit attribute that identifies the unit being used by its unit name. If no value for the attribute is given in an instance file when a force value is given, the unit type is the primary force unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and Newtons if not.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CriterionDecimalType"><xs:attribute name="forceUnit" type="xs:token"><xs:annotation><xs:documentation>The optional forceUnit attribute defines the unit name for the CriterionForceType.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="forceUnit" type="xs:token"><xs:annotation><xs:documentation>The optional forceUnit attribute defines the unit name for the CriterionForceType.</xs:documentation></xs:annotation></xs:attribute>