XSNamedComponentMap.Get

Syntax variant: By index

Syntax:

Get(<Index>)

Parameters:

<Index> (required)

Type: Number.
Component index in collection.

Description of method variant:

Getting the collection component by its index.

Syntax variant: By name

Syntax:

Get(<Name>)

Parameters:

<Name> (required)

Type: String.
Component name.

Description of method variant:

Getting the component by its name.

Syntax variant: By name and namespace URI

Syntax:

Get(<Name>, <NamespaceURI>)

Parameters:

<Name> (required)

Type: String.
Component name.

<NamespaceURI> (required)

Type: String.
Component namespace URI.

Description of method variant:

Getting the component by its name and namespace URI.

Returned value:

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.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community