<complexType name="RepresentationType">
<annotation>
<documentation>this uses components copied from XML Schema to describe the "value-space" in terms
of
a base type and facets, or a composite such as a union.
For numeric types this will normally indicate integer, double etc and (optionally) facets
to describe one or more intervals or a precision.
For textual types this will normally indicate string, token etc and (optionally) facets
will indicate a pattern, enumeration, length etc.</documentation>
</annotation>
<sequence>
<element name="SimpleType">
<complexType>
<complexContent>
<extension base="st:localSimpleType">
<sequence>
<group ref="swe:scale" />
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</complexType>
|