---
meta:
 - name: keywords
   description: api typescript node.js documentation OS2XML interface
---
# OS2XML - @tsed/openspec

## Usage

```typescript
import { OS2XML } from "@tsed/openspec";
```

> See [/packages/specs/openspec/src/openspec2/OS2Schema.ts](https://github.com/tsedio/tsed/blob/v8.28.2/packages/specs/openspec/src/openspec2/OS2Schema.ts#L0-L0).

## Overview

```ts
interface OS2XML {
    name?: string;
    namespace?: string;
    prefix?: string;
    attribute?: boolean;
    wrapped?: boolean;
}
```

<!-- Members -->

## name

```ts
name?: string;
```

## namespace

```ts
namespace?: string;
```

## prefix

```ts
prefix?: string;
```

## attribute

```ts
attribute?: boolean;
```

## wrapped

```ts
wrapped?: boolean;
```
