3.1.4.8.2.1 GetAssemblyMetaData

The GetAssemblyMetaData element retrieves data about which base types are of interest in which binary file. This element is defined as follows:

 <s:element name="GetAssemblyMetaData" xmlns:s="http://www.w3.org/2001/XMLSchema">
    <s:complexType>
       <s:sequence>
          <s:element name="assemblyName" type="s:string" minOccurs="1" maxOccurs="1"/>
          <s:element name="baseTypes" minOccurs="1" maxOccurs="1">
             <s:simpleType>
                <s:restriction base="s:string">
                   <s:pattern value="([^\n\r;]+;)*[^\n\r;]+ " /> 
                </s:restriction>
             </s:simpleType>
          </s:element>
       </s:sequence>
    </s:complexType>
 </s:element>

assemblyName: An implementation-specific<74> string that refers to a binary file.

baseTypes: A semicolon-delimited string containing the list of base type names. This list of type names is implementation-specific<75>.