AssembliesSchema (SchemaType)

Element properties:

AccessibilityInternal

Source Code:

<SchemaType ID="AssembliesSchema" Accessibility="Internal">
<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AssembliesListType">
<xsd:sequence>
<!-- Do not use just "Assembly" - it's reserved by SCOM and will be replaced with random GUID.
Who'd have thought! -->
<xsd:element name="AssemblyName" minOccurs="0" maxOccurs="unbounded" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</SchemaType>