The <encoding-date> element

Parent element: <encoding>

The <encoding-date> element specifies the date of the digital encoding.

Hierarchy

  • EncodingDate

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            label: "yyyy-mm-dd";
            type: "label";
            value: {
                type: "date";
            };
        };
    }];
    name: "encoding-date";
} = EncodingDate.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              label: "yyyy-mm-dd";
              type: "label";
              value: {
                  type: "date";
              };
          };
      }]
    • Readonly name: "encoding-date"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                label: "yyyy-mm-dd";
                type: "label";
                value: {
                    type: "date";
                };
            };
        }];
        name: "encoding-date";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                label: "yyyy-mm-dd";
                type: "label";
                value: {
                    type: "date";
                };
            };
        }]
      • Readonly name: "encoding-date"

      Methods

      Generated using TypeDoc