2.2.2.3.10 entryPointType
Target namespace: urn:schemas-microsoft-com:asm.v2
Referenced by: entryPoint
The entryPointType complex type specifies an entry point.
Child Elements:
customHostSpecified : A customHostSpecified element specifies whether the entry points are defined in the addin element.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment defines the contents of this complex type.
-
<xs:complexType name="entryPointType"> <xs:sequence> <xs:element ref="co.v1:customHostSpecified"/> </xs:sequence> </xs:complexType>