diff --git a/docs/standard/serialization/system-xml-serialization-element.md b/docs/standard/serialization/system-xml-serialization-element.md index e8aa501ef39a4..484fcc0f716bf 100644 --- a/docs/standard/serialization/system-xml-serialization-element.md +++ b/docs/standard/serialization/system-xml-serialization-element.md @@ -1,61 +1,65 @@ --- title: " Element" ms.date: "03/30/2017" -helpviewer_keywords: +helpviewer_keywords: - "system.xml.serialization element" - "XML serialization, configuration" - " element" ms.assetid: 3ce45919-388a-418c-8968-6df0372c73ec --- # \ Element -The top-level element for controlling XML serialization. For more information about configuration files, see [Configuration File Schema](../../../docs/framework/configure-apps/file-schema/index.md). - - \ -\ - -## Syntax - -```xml - - -``` - -## Attributes and Elements - The following sections describe attributes, child elements, and parent elements. - -### Attributes - None. - -### Child Elements - -|Element|Description| -|-------------|-----------------| -|[\ Element](../../../docs/standard/serialization/datetimeserialization-element.md)|Determines the serialization mode of objects.| -|[\ Element](../../../docs/standard/serialization/schemaimporterextensions-element.md)|Contains types that are used by the for mapping of XSD types to .NET Framework types.| - -### Parent Elements - -|Element|Description| -|-------------|-----------------| -|[\ Element](../../../docs/framework/configure-apps/file-schema/configuration-element.md)|The root element in every configuration file that is used by the common language runtime and .NET Framework applications.| - -## Example - The following code example illustrates how to specify the serialization mode of a object, and the addition of types used by the when mapping XSD types to .NET Framework types. - -```xml - - - - - - - -``` - + +The top-level element for controlling XML serialization. For more information about configuration files, see [Configuration File Schema](../../../docs/framework/configure-apps/file-schema/index.md). + +\\ +\ + +## Syntax + +```xml + + +``` + +## Attributes and Elements + +The following sections describe attributes, child elements, and parent elements. + +### Attributes + +None. + +### Child Elements + +|Element|Description| +|-------------|-----------------| +|[\ Element](../../../docs/standard/serialization/datetimeserialization-element.md)|Determines the serialization mode of objects.| +|[\ Element](../../../docs/standard/serialization/schemaimporterextensions-element.md)|Contains types that are used by the for mapping of XSD types to .NET Framework types.| + +### Parent Elements + +|Element|Description| +|-------------|-----------------| +|[\ Element](../../../docs/framework/configure-apps/file-schema/configuration-element.md)|The root element in every configuration file that is used by the common language runtime and .NET Framework applications.| + +## Example + +The following code example illustrates how to specify the serialization mode of a object, and the addition of types used by the when mapping XSD types to .NET Framework types. + +```xml + + + + + + + +``` + ## See also -