2.2.4.44 wscn:ContentTypeExtType

The wscn:ContentTypeExtType type allows extended attributes on a wscn:ContentTypeBaseType type.

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