2.2.4.15 dsc:IntZeroExtType

The dsc:IntZeroExtType type allows extended attributes on an dsc:IntZeroBaseType type.

 <xs:complexType name="IntZeroExtType">
    <xs:simpleContent>
       <xs:extension base="dsc:IntZeroBaseType">
          <xs:anyAttribute namespace="##other" processContents="lax"/>
       </xs:extension>
    </xs:simpleContent>
 </xs:complexType>