public static func create (id: UInt8,
                               isIterable: Bool,
                               isTypedIterable: Bool,
                               sizeIdentifier: XyoObjectSize) -> XyoObjectSchema {
        let iterableByte: UInt8 = getIterableByte(isIterable: isIterable)