The DomainLinearUnit element gives the name of the linear unit for the domain. This must be the name of a defined linear unit.
Diagram
Type
xs:token
Properties
content
simple
Source
<xs:element name="DomainLinearUnit" type="xs:token"><xs:annotation><xs:documentation>The DomainLinearUnit element gives the name of the linear unit for the domain. This must be the name of a defined linear unit.</xs:documentation></xs:annotation></xs:element>
The RangeLinearUnit element gives the name of the linear unit for the range. This must be the name of a defined linear unit.
Diagram
Type
xs:token
Properties
content
simple
Source
<xs:element name="RangeLinearUnit" type="xs:token"><xs:annotation><xs:documentation>The RangeLinearUnit element gives the name of the linear unit for the range. This must be the name of a defined linear unit.</xs:documentation></xs:annotation></xs:element>
The LengthFunctionDiscreteType describes a discrete function whose domain is an array of values representing distances and whose range is an array of values representing distances.
The required n attribute gives the number of values in the domain and range.
Source
<xs:complexType name="LengthFunctionDiscreteType"><xs:annotation><xs:documentation>The LengthFunctionDiscreteType describes a discrete function whose domain is an array of values representing distances and whose range is an array of values representing distances.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="FunctionDiscreteType"><xs:sequence><xs:element name="DomainLinearUnit" type="xs:token"><xs:annotation><xs:documentation>The DomainLinearUnit element gives the name of the linear unit for the domain. This must be the name of a defined linear unit.</xs:documentation></xs:annotation></xs:element><xs:element name="RangeLinearUnit" type="xs:token"><xs:annotation><xs:documentation>The RangeLinearUnit element gives the name of the linear unit for the range. This must be the name of a defined linear unit.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>