<xs:complexType name="AbstractValueArray" abstract="true">
<xs:annotation>
<xs:documentation>Generic representation of an array of numeric, Boolean, and string values. Each derived element provides specialized implementation for specific content types or for optimization of the representation.</xs:documentation>
</xs:annotation>
<xs:sequence/>
</xs:complexType>
|