ExternalParent Schema
ExternalParent Element
Description
The identifier of the external parent.
Namespace(none)
Diagram
ExternalParent Element
Overview
ExternalParent
The identifier of the external parent.
type required Restriction of xs:string
Only ContainingHwnd is supported.
value required xs:string
String representation of HWND.
Attributes
NameTypeUseDefaultFixedDescription
typeRestriction of xs:stringrequired  Only ContainingHwnd is supported.
valuexs:stringrequired  String representation of HWND.
Source
<xs:element name="ExternalParent" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The identifier of the external parent.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="type" use="required">
      <xs:annotation>
        <xs:documentation>Only ContainingHwnd is supported.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="ContainingHwnd"  />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="value" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>The HWND of the external parent.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also