Inherits from MBEntity : NSObject
Declared in MBLifeSpan.h
MBLifeSpan.m

Overview

Represents a <life-span/> element

Tasks

  •   Begin

    String that matches the regular expression [0-9]{4}(-[0-9]{2}){0,2} May be empty.

    property
  •   End

    String that matches the regular expression [0-9]{4}(-[0-9]{2}){0,2}. May be empty.

    property
  •   Ended

    Boolean value to represent unknown end dates.

    property

Properties

Begin

String that matches the regular expression [0-9]{4}(-[0-9]{2}){0,2} May be empty.

@property (nonatomic, readonly) NSString *Begin

Discussion

String that matches the regular expression [0-9]{4}(-[0-9]{2}){0,2} May be empty.

Declared In

MBLifeSpan.h

End

String that matches the regular expression [0-9]{4}(-[0-9]{2}){0,2}. May be empty.

@property (nonatomic, readonly) NSString *End

Discussion

String that matches the regular expression [0-9]{4}(-[0-9]{2}){0,2}. May be empty.

Declared In

MBLifeSpan.h

Ended

Boolean value to represent unknown end dates.

@property (nonatomic, readonly) NSNumber *Ended

Discussion

Boolean value to represent unknown end dates.

Declared In

MBLifeSpan.h