All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es.elements.StandardIdentifier.mjs Maven / Gradle / Ivy

The newest version!
import { ArrayElement } from '@swagger-api/apidom-core';
class StandardIdentifier extends ArrayElement {
  constructor(content, meta, attributes) {
    super(content, meta, attributes);
    this.element = 'standardIdentifier';
  }
}
export default StandardIdentifier;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy