2.2.4.59 wscn:IntZeroExtType

The wscn:IntZeroExtType type allows extended attributes on a wscn:IntZeroBaseType type.

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