XSComponentList.Insert

Syntax:

Insert(<Index>, <Component>)

Parameters:

<Index> (required)

Type: Number.
A list position where a component should be inserted.

<Component> (required)

Type: XSAnnotation, XMLSchema, XSAppInfo, XSDocumentation, XSMinExclusiveFacet, XSMinInclusiveFacet, XSMaxExclusiveFacet, XSMaxInclusiveFacet, XSLengthFacet, XSMinLengthFacet, XSMaxLengthFacet, XSTotalDigitsFacet, XSFractionDigitsFacet, XSEnumerationFacet, XSPatternFacet, XSWhitespaceFacet, XSSimpleTypeDefinition, XSComplexTypeDefinition, XSAttributeGroupDefinition, XSModelGroupDefinition, XSAttributeDeclaration, XSElementDeclaration, XSIdentityConstraintDefinition, XSXPathDefinition, XSNotationDeclaration, XSWildcard, XSImport, XSInclude, XSRedefine, XSAttributeUse, XSModelGroup, XSParticle.
The inserted XML Schema component.

Description:

Inserts the specified component into the specified position in the list.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community